Searched refs:pRight (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
223 memset(pRight, 0, max_samples * sizeof(int16));
234 *pRight++ = (int16)(*(sPtr + 1) * 32768);
/haiku/headers/os/midi/
H A DSynth.h78 int16* pLeft, int16* pRight, int32 max_samples) const;

Completed in 30 milliseconds