Guest User

Untitled

a guest
Nov 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. live_loop :listen do
  2. set_sched_ahead_time! 0.1
  3. message = sync "/play_this"
  4. note = message[:args][0]
  5. play note
  6. end
Add Comment
Please, Sign In to add comment