Home
last modified time | relevance | path

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

/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonMixer.c38 extern void mixerMemory(guiSynth *, int, int, int, float *);
1199 mixerMemory(synth, MM_GET, BUS_PANEL, index, &value); in mixCallback()
1205 mixerMemory(synth, MM_GET, VBUS_PANEL, index - 240, &value); in mixCallback()
H A DbrightonMixerMemory.c628 mixerMemory(guiSynth *synth, int op, int subop, int param, void *value) in mixerMemory() function