Home
last modified time | relevance | path

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

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/gig/
H A DEngineChannel.cpp144 RoundRobinIndex = 0; in LoadInstrument()
H A DEngine.cpp265 …DimValues[i] = uint(pChannel->RoundRobinIndex % pRegion->pDimensionDefinitions[i].zones); // Round… in LaunchVoice()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/
H A DAbstractEngineChannel.h173 …uint32_t RoundRobinIndex; ///< counter for round robin sample selection,… variable
H A DEngineBase.h2226 pChannel->RoundRobinIndex++; // common counter for the channel in ProcessNoteOn()