I just discovered a possible bug in bindings in build 3189. I was trying to set up two bindings triggered on song state load, to send a MIDI Note On to a plugin, and then 1000ms later a corresponding MIDI Note Off. I set up bindings as follows:
If I manually trigger the Note On binding, the note starts, and then if I trigger the Note Off binding, the note stops, as you’d expect. However, if I try to trigger these bindings off Song State load, I actually get two Note Off messages, one after the other with the 1000ms delay. So for some reason the first one is coming through as a Note Off instead of a Note On.
Curious!
Neil