Home
last modified time | relevance | path

Searched refs:fMonitorChans (Results 1 – 3 of 3) sorted by relevance

/haiku/src/kits/midi/
H A DSynth.cpp228 / fSynth->fMonitorChans; in GetAudio()
232 for (int32 i = 0; i < nSamples; i++, sPtr += fSynth->fMonitorChans) { in GetAudio()
H A DSoftSynth.h114 int16 fMonitorChans; variable
H A DSoftSynth.cpp55 fMonitorChans(-1) in BSoftSynth()
576 synth->fMonitorChans = format.channel_count; in PlayBuffer()