You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This fixes issue #34 in TeensyMidi where MIDI events sent to a channel > 16 would cause unintended behavior such as random instrument changes and volumes.
* This fixes an issue in TeensyMidi where a volume control change change would cause channels to either go to minimum or maximum volume. Volme is now limited
to 80% to prevent instruments from clipping.
* Included the MIDI instrument definitions used in Windows 3.1 by to
SoundBlaster driver. These work best with MIDIs created for windows.
* This fixes issue #34 in TeensyMidi where MIDI events sent to a channel > 16 would cause unintended behavior such as random instrument changes and volumes.
* This fixes an issue in TeensyMidi where a volume control change change would cause channels to either go to minimum or maximum volume. Volme is now limited
to 80% to prevent instruments from clipping.
* Included the MIDI instrument definitions used in Windows 3.1 by to
SoundBlaster driver. These work best with MIDIs created for windows.
When a MIDI device uses a channel greater than 16 it will cause random instrument settings and volumes due to the sketch not checking channel bounds.
This has been seen when there are multiple USB MIDI devices connected.
ArduinoOPL2/examples/Teensy/TeensyMidi/TeensyMidi.ino
Line 125 in 24c8199
The text was updated successfully, but these errors were encountered: