I have an older mono synth that does not have the best MIDI implementation.
It often does not register note-off messages.
Is there a way to send note-off to all notes except the one being played?
So if i get a note-on message, I want to send a note-off message to every note except the the one I got a note-on message for.
And I want to do this for all note-on messages all the time.
Couldn’t see a way to do
except the one being played?
–Ranges
in Note Range Filter
can’t be mapped (to select that one note you wanna keep)– so this patch SendAllNotesOff.mhp is designed to send all notes_off but before your new note_on is sent, which should be equivalent.
It feels like a bit of jiggery-pokery to me, but a more elegant solution evades me at present.
Hope that’s useful…
If the synth supports the special CC 123 “All Notes Off”, try this:
It will produce an All Notes Off CC before every Note On message.
Thank you for this. I tried to duplicate it unsuccessfully. For one thing, our transform pipes look different. Here’s what mine looks like.
Yours lacks a channel argument. I don’t have a “keep channel”
The result I get from playing a note is below
Can you clarify?
Thanks,
Peter.
ps if you press the all notes off button on the MH you get all off everywhere. looks like the way to go… (Which makes me wonder if there is a midi equivalent of pressing this button or being able to assign as midi switch to press this button))
Yes, this version of transform was around up until about a year ago. @Giedrius tidied it up in light of the new Set Channel To/Channel Arg properties.
The latest Editor will automatically translate any older version to look like yours.
if you press the all notes off button on the MH you get all off everywhere. looks like the way to go… (Which makes me wonder if there is a midi equivalent of pressing this button or being able to assign as midi switch to press this button))
- MIDI CC123 is part of standard MIDI spec and precedes MH
- All Notes Off is only one of the things the Button Press does
- many users have the grey box hidden away in the rig (all the work- none of the glory!) so inaccessible
(plus I guess having a key/button right at hand when you know you’ve got a very sticky synth is a comfort)
Yours lacks a channel argument. I don’t have a “keep channel”
…Can you clarify?
… I am comparing the pictures of the two transformer pipes, yours and mine. Obviously, I can’t duplicate what you’re showing me when our pipes do not match. Perhaps there is a way to construct my pipe to match yours.
What I am ultimately looking for here is a quick notes off foot switch for live performance. For some reason, just sending CC 123 is not effective with my set up. But the button on Mhub is effective.
Thanks!
Peter
Sorry if I wasn’t clear: your 1.15 version Transform settings will give the same result as @Giedrius’ 1.13.2 version from Aug 22.
If you feel like conducting an exercise; you can actually download & run a 1.13.2 Editor, create & save a patch (don’t connect it to MH) then load that same patch into 1.15 to see how it looks different (but would act the same).
Or just take it on trust!