Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py2682 libcspt = ct.CDLL("libcsnd6.so") variable
2685 libcspt = ct.cdll.csnd6 variable
2689 libcspt = ct.CDLL("libcsnd6.6.0.dylib") variable
2693 libcspt.NewCsoundPT.restype = ct.c_void_p
2694 libcspt.NewCsoundPT.argtypes = [ct.c_void_p]
2729 self.cpt = libcspt.NewCsoundPT(csp)
2732 libcspt.DeleteCsoundPT(self.cpt)
2760 libcspt.CsoundPTplay(self.cpt)
2764 libcspt.CsoundPTpause(self.cpt)
2772 libcspt.CsoundPTstop(self.cpt)
[all …]