FrancescoCeruti / linux-show-player

Linux Show Player - Cue player designed for stage productions
https://linux-show-player.org
GNU General Public License v3.0
204 stars 49 forks source link

#235 Midi message: process Note On with Velocity=0 as a Note Off #257

Closed Stav88 closed 1 year ago

Stav88 commented 1 year ago

fix #235 As Midi specification said :

A device that recognizes MIDI Note On messages must be able to recognize both a real Note Off as well as a Note On with 0 velocity (as a Note Off). There are many devices that generate real Note Offs, and many other devices that use Note On with 0 velocity as a substitute.

I add debug messages to debug midi messages filtering "clock" message to avoid flood.

FrancescoCeruti commented 1 year ago

I've merged the fix into the dev version, thanks!