Skip to content

Instantly share code, notes, and snippets.

@yakovkhalinsky
Created September 19, 2022 14:12
Show Gist options
  • Select an option

  • Save yakovkhalinsky/3733e1145cdb1f66657633a8b1b89749 to your computer and use it in GitHub Desktop.

Select an option

Save yakovkhalinsky/3733e1145cdb1f66657633a8b1b89749 to your computer and use it in GitHub Desktop.
DROID experiment with 8 sliders on a launchpad controlling a melody sequence
# main clock
[clocktool]
clock = I1
multiply = 4
output = _MAIN_CLOCK
# reset
[copy]
input = I2
output = _RESET
# output main clock
[copy]
input = _MAIN_CLOCK
output = G12
[copy]
input = I1
divide = 4
output = G11
# midi faders
[midiin]
ccnumber1 = 71
cc1 = _FADER_1_1
ccnumber2 = 72
cc2 = _FADER_1_2
ccnumber3 = 73
cc3 = _FADER_1_3
ccnumber4 = 74
cc4 = _FADER_1_4
[midiin]
ccnumber1 = 81
cc1 = _FADER_2_1
ccnumber2 = 82
cc2 = _FADER_2_2
ccnumber3 = 83
cc3 = _FADER_2_3
ccnumber4 = 84
cc4 = _FADER_2_4
# midi controlled algoquencer
[algoquencer]
clock = _MAIN_CLOCK
reset = _RESET
activity = _FADER_1_1
variation = _FADER_1_2
dejavu = _FADER_1_3
morphs = _FADER_1_4
pitchlow = _FADER_2_3
pitchhigh = _FADER_2_4
pitch = _SEQUENCER_PITCH
gate = O6
[minifonion]
input = _SEQUENCER_PITCH
degree = _FADER_2_1 * 11
root = _FADER_2_2 * 13
output = O2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment