Input transformer - note off triggers other note

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.