Changeset 418 for OCO/trunk/drv16/midistrm.hpp
- Timestamp:
- Mar 23, 2009, 12:15:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/midistrm.hpp
r33 r418 39 39 40 40 // Number of notes in the MIDI definition. 41 const NUM_MidiNotes = 128;41 const int NUM_MidiNotes = 128; 42 42 43 43 // Number of channels in the MIDI definition. 44 const NUM_MidiChannels = 16;44 const int 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.