Advertisement
Guest User

Untitled

a guest
May 24th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # Reimplementing Sonic Pi in >50 lines of Ruby
  2.  
  3. This is a PoC for triggering events using Celluloid
  4.  
  5. ## Prerequisites
  6.  
  7. ```
  8. gem install celluloid
  9. brew install sox # (for Flac playback)
  10. ```
  11.  
  12. change the path to the desired samples in the script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement