Created
March 2, 2017 21:58
-
-
Save darinwilson/7cecd47f866357192aa715975a0e080e to your computer and use it in GitHub Desktop.
Sonic Pi MIDI clock sync
This file contains 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
hi! , i have this problem, i writed this code to sync sonic pi with my midi thrue box, but i cant sync it, the box detect the tempo midi but it is not in sync with my live_loops, may be i need to sync my live_loops with bpm? i have synced all my live_loops with my live_loop_bass but this one have not synced with code to bpm, can you help me to resolved it?
PD: midi_start works ok and the bpm change in my box but i can see in few second that the box and sonic loose sync