What am I doing wrong?
Why it is not possible to create a chord (here 1 octave)
BR
As far as I know, VSTL stops searching for an action after it finds one.
Thanks for your reply, Falfango.
Oh, that doesn’t make sense to me, since I want to transform multiple commands. It would be good to know how this transform tool works, as the manual doesn’t say anything explicit about it.
Oh, it makes sense, as it saves resources, if it doesn’t have to check all actions after it finds one. If it’s worth? I don’t know.
Why not use multiple shared layers and transpose them as needed?
Hi, yes, that’s a possibility, but not a very elegant one.
BR
Because it‘s a simple conversion: your note arrives, will be transformed - and, as a result, is gone. There is nothing more to do for the following filter rules.
What you want is a more complex filter as in:
if (Note)
play (Note)
play (Note + 4)
play (Note + 7)
endif
But that‘s not how the MIDI Transformer works. ![]()
