I’m a new member and I just received my Midihub yesterday.
I need to delay a CC message by 250ms but I’m under the impression that the delay pipe will only delay notes.
Is there a simple way to delay a CC message?
Thanks,
K
I’m a new member and I just received my Midihub yesterday.
I need to delay a CC message by 250ms but I’m under the impression that the delay pipe will only delay notes.
Is there a simple way to delay a CC message?
Thanks,
K
Try converting it to a Note On using Transform pipe just before the delay, and back into CC afterwards ![]()
Thanks for your reply.
I’ve just setup the transform pipe to convert a CC into a note number. I’ve tested my transform settings by clicking the transform icon, then sending midi into the midihub while viewing the midi monitor.
The operation shows the proper midi operation during this test but when I connect an output pipe I don’t get any data out of the midi output and the midi monitor doesn’t display data either.
What am I missing here?
Thanks,
K
Could you post your preset here?
In such a case you should ‘follow’ the message flow through the preset while keeping an eye on the MIDI monitor to determine at which point it gets discarded, and adjust accordingly.
Sure, here’s my preset. I should mention - I’m trying to convert CC81 into a note number.
EDJ Preset_v00f.mhp (332 Bytes)
Here it is:
EDJ Preset_v00f_edited.mhp (365 Bytes)
It was a little bit more involved than I thought at first - the Delay pipe must be receiving the “Note Off” messages too, so a quick succession of CC messages is handled properly, hence the ‘fixed note length’ pipe just before the Delay.
In your original preset, the feedback as 0% and overdub being disabled would cause the Delay pipe to not produce any output.
Just saw this - this file is brilliant!
This is extremely education as well as helpful. Thanks so much!
Kevin
Hello, just wanted to jump into this topic because I am trying to do a similar thing with no success. I’m using the above preset. I changed the CC range to 69 as I am trying to delay a message of CC 69 value 1 by a 1/2 a bar.
For context the Midi Hub is receiving clock from a Boss RC-600 looper. I have a Morningstar MC8 Pro sending CC69 value 1 to change a snapshot on my HX Stomp. The MC8 is connected through the Midihub to the HX Stomp. The midi hub appears to be receiving clock (light blinking) The CC is sending through to change snapshots but is not being delayed.
Thanks for any help!
Hey @josh1973,
midi hub appears to be receiving clock (light blinking)
have you checked the MIDI monitor at the input pipe?
as well as seeing a stream of Clock messages, you should see the BPM like here:
(When they get annoying you can click the Settings.. button and Filter out the Clocks from the Monitor view – as I’ve done here)
In the shot above, you can see the Monitor also showing my Ch.5 CCs – with the originals remapped to Ch.15 for comparison. As you can see, the CCs are delayed by about a second @60BPM.
This is my testing preset, set to 1/4 note
josh1973_CCdelayTest0.mhp
Upload yours if you’re still puzzled after comparing