Ignore:
Timestamp:
Apr 24, 2000, 9:45:21 PM (25 years ago)
Author:
sandervl
Message:

Fixed wave volume, recording gain + wave recording

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/drv16/mpu401.hpp

    r142 r147  
    4343   BYTE n;                       // This is the nth MPU-401
    4444   int  _iAllNotesOff(void);      // function to turn all notes off
    45    int  _iInitialize(void);
     45   ULONG midiInStreamId;
     46   ULONG midiOutStreamId;
    4647public:
    47    USHORT usDataPort;
    48    USHORT usStatPort;
    49 
    5048   // Constructor.
    5149   MPU_401( TIMER* pTimer );
Note: See TracChangeset for help on using the changeset viewer.