Home
last modified time | relevance | path

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

/haiku/src/kits/midi/
H A DSynth.cpp221 if (fSynth->fMonitorSize <= 0) { in GetAudio()
227 int32 nSamples = fSynth->fMonitorSize / sizeof(float) in GetAudio()
H A DSoftSynth.cpp54 fMonitorSize(0), in BSoftSynth()
573 if (synth->fMonitorSize == 0) { in PlayBuffer()
575 synth->fMonitorSize = size; in PlayBuffer()
H A DSoftSynth.h113 size_t fMonitorSize; variable