Changeset 553 for cmedia/trunk/Drv16/midistrm.hpp
- Timestamp:
- Jul 27, 2011, 7:54:48 PM (14 years ago)
- File:
-
- 1 edited
-
cmedia/trunk/Drv16/midistrm.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cmedia/trunk/Drv16/midistrm.hpp
r354 r553 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.
