Searched refs:pLeft (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/midi/
H A DSynth.cpp219 BSynth::GetAudio(int16* pLeft, int16* pRight, int32 max_samples) const argument
222 memset(pLeft, 0, max_samples * sizeof(int16));
233 *pLeft++ = (int16)(*sPtr * 32768);
/haiku/headers/os/midi/
H A DSynth.h78 int16* pLeft, int16* pRight, int32 max_samples) const;

Completed in 62 milliseconds