Home
last modified time | relevance | path

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

/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonMixerMemory.h112 extern void *initMixerMemory(int count);
H A DbrightonMixer.c46 extern void *initMixerMemory(int count);
1313 synth->mem.param = (float *) initMixerMemory(16); in mixInit()
H A DbrightonMixerMemory.c399 initMixerMemory(int count) in initMixerMemory() function