Skip to content

Instantly share code, notes, and snippets.

@yakovkhalinsky
Created October 21, 2023 04:27
Show Gist options
  • Save yakovkhalinsky/c5376e9d61520b53973e8ec21c4baaee to your computer and use it in GitHub Desktop.
Save yakovkhalinsky/c5376e9d61520b53973e8ec21c4baaee to your computer and use it in GitHub Desktop.
DROID setup with two controllers
[b32]
[m4]
# -------------------------------------------------
# clocks
# -------------------------------------------------
[clocktool]
clock = I1
reset = _RESET
output = _MAIN_CLOCK
[copy]
input = I2
output = _RESET
# -------------------------------------------------
# global
# -------------------------------------------------
[buttongroup]
button1 = B1.25
button2 = B1.26
button3 = B1.27
button4 = B1.28
led1 = L1.25
led2 = L1.26
led3 = L1.27
led4 = L1.28
output = _VOICE_PAGE
[button]
button = B1.32
led = L1.32
output = _VOICE_COMPOSE_MODE
# -------------------------------------------------
# sequencer
# -------------------------------------------------
[motoquencer]
numfaders = 4
numsteps = _VOICE_LENGTH_1
clock = _MAIN_CLOCK
reset = _RESET
# fadermode = _VOICE_FADER_MODE
# buttonmode = _VOICE_BUTTON_MODE
quantize = 1
root = 0
# cvbase = _VOICE_CV_BASE_1
# degree = _VOICE_DEGREE_1
select1 = _SELECT1_1
select3 = _SELECT3_1
select5 = _SELECT5_1
select7 = _SELECT7_1
select9 = _SELECT9_1
select11 = _SELECT11_1
select13 = _SELECT13_1
selectfill1 = _SELECTFILL1_1
selectfill2 = _SELECTFILL2_1
selectfill3 = _SELECTFILL3_1
selectfill4 = _SELECTFILL4_1
selectfill5 = _SELECTFILL5_1
page = _VOICE_PAGE
composemode = _VOICE_COMPOSE_MODE
cv = O1
gate = G9
mute = _VOICE_MUTE_1
# voice length
[buttongroup]
button1 = B1.21
button2 = B1.22
button3 = B1.23
button4 = B1.24
value1 = 4
value2 = 8
value3 = 12
value4 = 16
led1 = L1.21
led2 = L1.22
led3 = L1.23
led4 = L1.24
output = _VOICE_LENGTH_1
[button]
button = B1.29
led = L1.29
output = _VOICE_MUTE_1
# select1
[button]
button = B1.1
led = L1.1
output = _SELECT1_1
# select3
[button]
button = B1.2
led = L1.2
output = _SELECT3_1
# select5
[button]
button = B1.3
led = L1.3
output = _SELECT5_1
# select7
[button]
button = B1.4
led = L1.4
output = _SELECT7_1
# select9
[button]
button = B1.5
led = L1.5
output = _SELECT9_1
# select11
[button]
button = B1.6
led = L1.6
output = _SELECT11_1
# select13
[button]
button = B1.7
led = L1.7
output = _SELECT13_1
# selectfill1
[button]
button = B1.8
led = L1.8
output = _SELECTFILL1_1
# selectfill2
[button]
button = B1.9
led = L1.9
output = _SELECTFILL2_1
# selectfill3
[button]
button = B1.10
led = L1.10
output = _SELECTFILL3_1
# selectfill4
[button]
button = B1.11
led = L1.11
output = _SELECTFILL4_1
# selectfill5
[button]
button = B1.12
led = L1.12
output = _SELECTFILL5_1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment