Home
last modified time | relevance | path

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

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/
H A DAbstractEngineChannel.h40 #define CTRL_TABLE_SIZE 130 macro
156 …uint8_t ControllerTable[CTRL_TABLE_SIZE]; ///< Reflects the current values (…
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sfz/
H A DEngineChannel.cpp124 if (cc >= CTRL_TABLE_SIZE) continue; in LoadInstrument()