|
Post by stiltz on Dec 26, 2021 21:45:57 GMT
Hello all!
I was wondering if there’s a script to reverse the whole keyboard (lowest note to the right, highest to the left…a la Joe Zawinul). If one doesn’t already exist, could someone please write one if it’s not too difficult? Sorry if I’m sounding lazy here; I have a new born so I only get about 2 hours a week to play around with music now. Thank you so much for your help!
|
|
abadam
Developer 
Rotten Apple
Posts: 50
|
Post by abadam on Dec 26, 2021 22:06:11 GMT
if m0 < b0 calc m1 = 7f - m1 end
|
|
|
Post by stiltz on Dec 26, 2021 23:00:19 GMT
That worked perfectly, and thank you much for the quick response!
|
|
|
Post by uncledave on Dec 26, 2021 23:01:55 GMT
And there you go! Brilliant. I notice you've included polyphonic aftertouch, just in case it's needed. stiltz. Just remember that there are 127 MIDI notes. If you're not using a 127-key keyboard, you might want to report the lowest and highest MIDI note numbers of interest. Then we could change that constant so that what goes in down there comes out up here, instead of 2 or 3 octaves off the end.
|
|