Home
last modified time | relevance | path

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

/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DCMetersWindow.cpp491 samplingNChannels(_samplingNChannels), in CStereoPhaseMeter()
579 …const FXint x=(FXint)( (zoom*samplingBuffer[t*samplingNChannels+samplingRightChannel])*canvasSize/… in onCanvasPaint()
580 …const FXint y=(FXint)(-(zoom*samplingBuffer[t*samplingNChannels+samplingLeftChannel ])*canvasSize/… in onCanvasPaint()
650 …CStereoPhaseMeter() : samplingNFrames(0), samplingNChannels(0),samplingLeftChannel(0), samplingRig… in CStereoPhaseMeter()
660 const unsigned samplingNChannels; member in CStereoPhaseMeter