Hi.
is it possible to make note off from one note to trigger other note? For example I want to play G1 and when I release it I want to make A1 note to play? I tried to set it in input transformer but I couldn’t do it…
Hi,
You can Insert any message by using Input transformer. You can Transform or Filter only. Therefore this is not possible.
But in general Velocity 0 = Note Off.
So in the Logical Editor, you can use:
Filter Target
( Type Is | Equal | Note | And
Value 2 (Velocity) | Equal | 0 )
Action Target
---
Function
Insert
Hi,
thanks for the reply.
Just picking up where this left off… I am trying to insert a midi CC whenever a note finishes, using the transformer in a midi insert slot. I had hoped to be able to detect a note off using type=note, value2 (ie velocity) = 0, and then have it insert the CC. However, cubase 11 doesn’t seem to recognise any note offs as occurring. I’d appreciate any suggestions…
Hi,
Unfortunately, you are right. I have just tried this. And the Note On, Velocity 0 forumale doesn’t work for the Note Off event.
Thank you for confirming Martin. My workaround has been to use a note to cc midi insert.