Yes. However, it would require a substantial amount of changes (depending on how you’d like it to work).
The softcut routing is the handled with
softcut.level_input_cut("ADC input", "voice", "level")
For 3 stereo tracks you could route ADC input 1 to voices 1, 3, 5 and ADC input 2 to voices 2, 4, 6. However that’s only a fraction of changes to the code you’d need to make. If you’re up to it I can recommend to study the code and see where further changes are required. Feel free to DM me, I’d be happy to guide you through some bits.
There are 7 clips because each clip is 45s long and that’s all that can fit into the buffer (349.52 seconds). It would be totally possible to have more but shorter clips.
change this line to:
params:add_control(i.."pre", i.."pre", UP1)
that should work.
1 Like