Skip to content

Instantly share code, notes, and snippets.

@gfdac
Forked from darinwilson/clock_sync.txt
Created January 29, 2021 03:50
Show Gist options
  • Save gfdac/c0da7751559887f2780ef15c0314757e to your computer and use it in GitHub Desktop.
Save gfdac/c0da7751559887f2780ef15c0314757e 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment