Guest User

Untitled

a guest
Jun 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. live_loop :name do
  2. use_real_time
  3. note, velocity = sync "/midi/usb_keystation_49e/0/1/note_on"
  4. if note == 65 && velocity != 0
  5. sample "~/Desktop/1-flute-loop-9.wav"
  6. end
  7. end
Add Comment
Please, Sign In to add comment