Home
last modified time | relevance | path

Searched refs:fLeftSamples (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/midiplayer/
H A DScopeView.cpp50 fLeftSamples(new int16[fSampleCount]), in ScopeView()
59 delete[] fLeftSamples; in ~ScopeView()
175 int32 size = be_synth->GetAudio(fLeftSamples, fRightSamples, fSampleCount); in DrawPlaying()
187 y = ((fLeftSamples[x] * f) >> 16) + dy; in DrawPlaying()
H A DScopeView.h67 int16* fLeftSamples; variable