hey all - i’d like to be able to force a synth to be monophonic. so far i’ve been looking for simple synths and trying them out in Cabbage and they always play polyphonically, even if there’s supposed to be a mono mode (i tried this in the Analog Nomad synth ) example. anyway let’s take a super simple example:
instr inst0
a1 expon .1, 0.5, 0.001
p5 = p5/127
aOut oscili a1*p5, cpsmidinn(p4)
outs aOut, aOut
endin
this is being played by several rows in a 16 x 16 sequence with each row getting a voice so ostensibly it’s a 16 voice synth, but i wanted to see if it was possible to limit the polyphony. thanks for any help!