I’m trying to write a function in the logical editor, but running into 2 roadblocks.
What I want to accomplish for every midi note:
- Duplicate the original note one octave HIGHER
- Duplicate the original note one octave LOWER
- MUTE all three notes
Issue 1
Looking at the attached patch:
As is, the patch doesn’t work, but I’m trying to get it to do the first 2 steps above.
If the line subtracting 12 were deleted, the patch would create a second note one octave higher. Exactly what I want for step 1. If the subtraction line is included, one new note is created and not two like I want. And that new note is at the same pitch as the initial note - since note# + 12 -12 = note#.
I know folks use the editor to create chords, so the ability to generate multiple new notes exists. But I can’t figure out how.
Issue 2
I can’t find a mechanism to SET a note’s property to be “muted.” It is easy enough to SELECT muted notes in the filter section of the editor and then do stuff to them. But changing note properties to be muted seems impossible.