Changeset 147 for sbliveos2/trunk/drv16/mpu401.hpp
- Timestamp:
- Apr 24, 2000, 9:45:21 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/mpu401.hpp
r142 r147 43 43 BYTE n; // This is the nth MPU-401 44 44 int _iAllNotesOff(void); // function to turn all notes off 45 int _iInitialize(void); 45 ULONG midiInStreamId; 46 ULONG midiOutStreamId; 46 47 public: 47 USHORT usDataPort;48 USHORT usStatPort;49 50 48 // Constructor. 51 49 MPU_401( TIMER* pTimer );
Note:
See TracChangeset
for help on using the changeset viewer.