Changeset 561 for sbliveos2/trunk/drv16/midistrm.hpp
- Timestamp:
- Jul 28, 2011, 11:16:56 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/midistrm.hpp
r142 r561 39 39 40 40 // Number of notes in the MIDI definition. 41 const NUM_MidiNotes = 128;41 const USHORT NUM_MidiNotes = 128; 42 42 43 43 // Number of channels in the MIDI definition. 44 const NUM_MidiChannels = 16;44 const USHORT NUM_MidiChannels = 16; 45 45 46 46 // The MIDI parser is always in one of the following states.
Note:
See TracChangeset
for help on using the changeset viewer.