Hi folks,
I’m looking for a Scriptlet that outputs MIDI notes on a specific MIDI channel (no matter what channel the notes come in on).
Logic:
-
First note → output on MIDI Ch1
-
Every next note:
-
If the previous note went out on Ch1 and this note is not a fourth below the previous one → output on Ch1
-
If the previous note went out on Ch1 and this note is a fourth below the previous one → output on Ch2
-
If the previous note went out on Ch2 and this note is not the same note → output on Ch1
-
If the previous note went out on Ch2 and this note is the same note → output on Ch2
-
I have zero scripting experience and I’m currently working my way through the documentation, so if this is something that’s quick and easy for someone here, I’d love to learn from your approach.
Thanks!