1,372 questions
1,489 answers
3,330 comments
265 users
In the Frequency parameter of the MidiOutputEvent would adding "truncated" help? Like:
!MyPitch nn truncated
...to make sure there's no fractional pitches being sent which should stop any pitch bend.
You could use !KeyNumber nn in the Frequency field of the MIDIOutputEvent; that's the base pitch without !PitchBend added to it.