Skip to content

Instantly share code, notes, and snippets.

@oliverbaptiste
Created March 4, 2024 03:18
Show Gist options
  • Save oliverbaptiste/55151ab30b97560b520f640a1bba3cd5 to your computer and use it in GitHub Desktop.
Save oliverbaptiste/55151ab30b97560b520f640a1bba3cd5 to your computer and use it in GitHub Desktop.
# In Audio MIDI Setup > MIDI Studio: activate "Device is online" in IAC Driver Properties
# In Ableton Live Preferences, enable tracking from IAC Driver
live_loop :notes do ; tick
midi (ring :c4, :eb4, :f4, :g4).look, channel: 1 # MIDI NOTES
midi_cc 0, (line 50, 100, steps: 40).look, channel: 1 # SENDING VALUES ON CC_0
sleep 0.25
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment