-
Bug
-
Resolution: Fixed
-
P4
-
1.4.1
-
hopper
-
generic
-
generic
Name: fb126949 Date: 04/12/2002
In package javax.sound.midi, the interfaces and classes Patch, Instrument, MidiChannel, Soundbank, and VoiceStatus state 0..127 as range for bank numbers. This is wrong. The MIDI spec defines 14 bit for bank changes, so 16384 different bank numbers are possible.
See the Complete MIDI Specification, http://www.midi.org
======================================================================