Home
last modified time | relevance | path

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 in GetAudio() argument
222 memset(pLeft, 0, max_samples * sizeof(int16)); in GetAudio()
233 *pLeft++ = (int16)(*sPtr * 32768); in GetAudio()
/haiku/headers/os/midi/
H A DSynth.h78 int16* pLeft, int16* pRight, int32 max_samples) const;