Created
March 4, 2024 03:18
-
-
Save oliverbaptiste/55151ab30b97560b520f640a1bba3cd5 to your computer and use it in GitHub Desktop.
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
# 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