Home
last modified time | relevance | path

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

/dports/audio/bristol/bristol-0.60.10/include/slab/
H A Dslabcbuf.h144 char busStart[BUS_REAL_COUNT]; /* index of first busParamPtr in chain */
145 char busNext[BUS_REAL_COUNT]; /* index of next busParamPtr to chain */
146 int busCount[BUS_REAL_COUNT]; /* Ensure termination of this loop */
147 int *fxBuffer[BUS_REAL_COUNT]; /* Ensure termination of this loop */
H A Dslabdefinitions.h123 #define BUS_REAL_COUNT 16 /* These are the actual external FX busses */ macro