Skip to content

Instantly share code, notes, and snippets.

@darinwilson
Created March 2, 2017 21:58
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save darinwilson/7cecd47f866357192aa715975a0e080e to your computer and use it in GitHub Desktop.
Save darinwilson/7cecd47f866357192aa715975a0e080e to your computer and use it in GitHub Desktop.
Sonic Pi MIDI clock sync
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
@Argentinatrip
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment