Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dpvsbasic.h176 } PVSMIX; typedef
178 static int32_t pvsmixset(CSOUND *, PVSMIX *p);
179 static int32_t pvsmix(CSOUND *, PVSMIX *p);
H A Dpvsbasic.c1408 static int32_t pvsmixset(CSOUND *csound, PVSMIX *p) in pvsmixset()
1441 static int32_t pvsmix(CSOUND *csound, PVSMIX *p) in pvsmix()
2860 {"pvsmix", sizeof(PVSMIX),0, 3, "f", "ff", (SUBR) pvsmixset, (SUBR)pvsmix, NULL},