|
Post by midijam on Apr 15, 2020 15:48:52 GMT
Hi how can I block repeating same NOTES converted from CC or pitchbend? Now is glitchy, good for effect, but we would like to stop reapting notes if possible
|
|
nic
Soapbox Supremo  
Troublemaker
Press any key to continue
Posts: 2,011
|
Post by nic on Apr 15, 2020 16:26:34 GMT
Hi midijam, Something like this should block repeated note on events of the same note: if load # most recent note on number assign L0 = 80 end if MT == 90 if M1 == L0 block end assign L0 = M1 endRegards, Nic.
|
|
|
Post by midijam on Apr 25, 2020 13:50:45 GMT
Hi Nic, can you please take look to midifire project "pitchbend to notes" - where I have still notes that need to correct.
I used your script pitchbend to "cc15&cc16" then I used math limit for "cc15 and cc16" and then converted cc15 and cc16 to notes - that play well in TUNE - just too many notes I have in using pitchbend. I want to have note to note pitchbend if possible? Thanks
|
|