I wrote a scriptlet with this code
On AfterTouchEvent (m : AfterTouchMessage)
SendNow(MakeNoteMessage(1, 1))
End
I added a MIDI monitor to the scriptlet input and it printed this:
I then moved the monitor to the scriptlet output, but I got no note message. Does this callback work for others?