Low note priority

Can someone please explain how to achieve a low note priority on the midi hub.
I will have a polyphonic source coming in, I would like the midi hub to separate the lowest note and send it to midi out.
I have already purchased the device from perfect circuit, if I can’t do this one simple thing I’ll have to send it back.

Hey, if this is for chords, you can do it using the Dispatcher pipe to sort the chord in ascending order (each note in a different channel) and a Filter Channel pipe to keep only the lowest note out of it:

Chord Ascending.mhp (326 Bytes)

There’s another way to do low note priority monophonic type playback where the lowest note overtakes the 2nd lowest note. Once the lowest note gets released, if there’s still keys being held, the new lowest key will get retriggered. If that’s what you’d like, I’ll search for this preset as I had it somewhere.

2 Likes

That would be awesome!
Thanks so much

I got the midi hub today, it’d be great if you could send me that patch.
Thanks so much, Jon K

Here it is:

Low Note Priority.mhp (431 Bytes)

Change FROM MIDI A and TO MIDI A ports as needed.

The principle of operation is similar as in the Stepped Arp preset.

Also, best to use it with the just released 1.16.2 Editor and 1.16.4 Firmware version as it has a bug fix for the Arpeggiator pipe featured in this preset.