Macro_Wait not waiting

Hey!!

I'm trying to write this Macro:

Send_Midi_Raw 90 1 7F [enter]

Macro_Wait 1 [enter]

Send_Midi_Raw 90 1 00 [enter]

 

But it only fires the first midi.

Further investigating showed that the following macro:

Macro_Wait 1 [enter]

Send_Midi_Raw 90 1 00 [enter]

It fires the midi immediately without waiting, which explains why the macro with the two commands only fires the first one.

 

Any idea why the Macro_Wait isn't taking?!?

I tried with and without [enter], and with and without the number..

 

Thanks!

Related