-
-
Save gfdac/c0da7751559887f2780ef15c0314757e to your computer and use it in GitHub Desktop.
Sonic Pi MIDI clock sync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use_bpm 120 | |
midi_start | |
live_loop :clock do | |
midi_clock_beat | |
sleep 1 | |
end | |
live_loop :kick do | |
sample :bd_haus | |
sleep 1 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment