Delay using midihub

I am looking to have a basic 20mS delay between Input A and Output A. Seems simple but don’t see that as a delay option.

1 Like

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 the Note Off it produces)
  • the other delaying the Note Off
    (by creating a dummy Note 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. :crossed_fingers:

2 Likes

I have a similar situation and hope to be able to implement a solution using hardware (midihub) instead of my current solution of software (Plogue Bidule), so as to reach a DAWless environment. Thanks for the answers and suggestions — as I put my studio back together after an international move this will be among the First Tasks!