Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.h1082 PUBLIC MYFLT csoundSystemSr(CSOUND *csound, MYFLT val);
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py251 libcsound.csoundSystemSr.restype = MYFLT
252 libcsound.csoundSystemSr.argtypes = [ct.c_void_p, MYFLT]
1074 return libcsound.csoundSystemSr(self.cs, val)
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c254 MYFLT csoundSystemSr(CSOUND *csound, MYFLT val) { in csoundSystemSr() function
496 csoundSystemSr,