9 #if defined _WINDOWS || defined _WINDLL 21 WaveData(
const char* pFilePath);
26 unsigned int m_uNumChannels;
27 unsigned int m_uSampleRate;
28 unsigned int m_uSampleCount;
29 unsigned int m_uLoopCount;
30 unsigned int m_uLoopStartIndex;
31 unsigned int m_uLoopEndIndex;
32 unsigned int m_uLoopType;
33 unsigned int m_uMIDINote;
34 unsigned int m_uMIDIPitchFraction;
35 unsigned int m_uSMPTEFormat;
36 unsigned int m_uSMPTEOffset;
41 float* m_pWaveBuffer =
nullptr;
44 bool readWaveFile(
const char* pFilePath);
48 #else // MacOS Version here! 68 UINT m_uLoopStartIndex;
72 UINT m_uMIDIPitchFraction;
82 bool readWaveFile(
const char* pFilePath);
Definition: analogegcore.cpp:4
Definition: wavedata.h:51