tooll3 / t3

Tooll 3 is an open source software to create realtime motion graphics.
MIT License
3.48k stars 193 forks source link

MIDIOutput operator is not sending NoteOff MIDI command when sendMode is set to "Note_FixedDuration" #385

Closed JosebaBeristain closed 9 months ago

JosebaBeristain commented 9 months ago

Describe the bug MIDIOutput operator is not sending NoteOff command when sendMode is set to "Note_FixedDuration". It's suposed that this operator should send a noteOff MIDI command after the seconds defined on DurationInSecs paramenter, but this is not happening. This means that the send MIDI notes get frozen for ever.

Please complete the following information):

To Reproduce

Expected behavior Afer triggering, one the NoteOn MIDI command is sent, the operator should send the NoteOff MIDI command after some seconds, defined in the DurationSexs parameter, but this is not happening.

Screenshots https://github.com/tooll3/t3/assets/161488670/b34a33d7-a342-4a8a-b74c-9616fe5adc31

pixtur commented 9 months ago

Thanks for reporting. This issue has been resolved and the behavior should work as expected with the next release of T3 (v3.10)