Hey Bob @RDBower37
Maybe best think of Midihub 's Delay pipe more like an audio delay effect with the original note plus repetitions. In a MIDI context this means ending each note before the next one.
Giedrius gave a solution which I think fits your needs in a post here
Delay Note on and Note Off by 500ms_fixed (1).mhp
It gets around the Delay pipe’s designed feature of fixing note lengths by having two pipelines:
- one delaying the
Note On
( and dropping theNote Off
it produces) - the other delaying the
Note Off
(by creating a dummyNote On
for it)
this solution could be simplified for other message types…
EDIT PS:
Just remembered this discussion about a proposed “hinder” pipe which is probably more precisely up your street.
That was after the most recent FW update so dunno whether Blokas have got it on their to-do list for the next one.