|
|
@ -26,6 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com |
|
|
|
#ifndef plWavFile_H |
|
|
|
#ifndef plWavFile_H |
|
|
|
#define plWavFile_H |
|
|
|
#define plWavFile_H |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef MAXPLUGINCODE |
|
|
|
#define WAVEFILE_READ 1 |
|
|
|
#define WAVEFILE_READ 1 |
|
|
|
#define WAVEFILE_WRITE 2 |
|
|
|
#define WAVEFILE_WRITE 2 |
|
|
|
|
|
|
|
|
|
|
@ -110,5 +111,6 @@ protected: |
|
|
|
HRESULT WriteMMIO( WAVEFORMATEX *pwfxDest ); |
|
|
|
HRESULT WriteMMIO( WAVEFORMATEX *pwfxDest ); |
|
|
|
HRESULT IClose(); |
|
|
|
HRESULT IClose(); |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
#endif //MAXPLUGINCODE
|
|
|
|
|
|
|
|
|
|
|
|
#endif // plWavFile_H
|
|
|
|
#endif // plWavFile_H
|
|
|
|