Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/Release_Notes/
H A DVersion_6.09.md264 - (from 6.09.1) Two new API functions, csoundSetSpinSample and csoundClearSpin.
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h1212 PUBLIC void csoundClearSpin(CSOUND *);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h1212 PUBLIC void csoundClearSpin(CSOUND *);
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.h1230 PUBLIC void csoundClearSpin(CSOUND *);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs697 pub fn csoundClearSpin(arg1: *mut CSOUND); in csoundClearSpin() function
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py280 libcsound.csoundClearSpin.argtypes = [ct.c_void_p]
1229 libcsound.csoundClearSpin(self.cs)
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs986 csound_sys::csoundClearSpin(self.engine.csound); in clear_spin()
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c2391 PUBLIC void csoundClearSpin(CSOUND *csound) { in csoundClearSpin() function