Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h1064 PUBLIC void csoundSetDebug(CSOUND *, int debug);
H A Dcsound.hpp645 csoundSetDebug(csound, debug); in SetDebug()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp648 csoundSetDebug(csound, debug); in SetDebug()
H A Dcsound.h1076 PUBLIC void csoundSetDebug(CSOUND *, int debug);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h1064 PUBLIC void csoundSetDebug(CSOUND *, int debug);
H A Dcsound.hpp645 csoundSetDebug(csound, debug); in SetDebug()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs645 pub fn csoundSetDebug(arg1: *mut CSOUND, debug: c_int); in csoundSetDebug() function
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py250 libcsound.csoundSetDebug.argtypes = [ct.c_void_p, ct.c_int]
1068 libcsound.csoundSetDebug(self.cs, ct.c_int(debug))
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c273 csoundSetDebug,
3650 PUBLIC void csoundSetDebug(CSOUND *csound, int debug) in csoundSetDebug() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs552 csound_sys::csoundSetDebug(self.engine.csound, level as c_int); in set_debug_level()