Home
last modified time | relevance | path

Searched refs:csoundGetDebug (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.h1058 PUBLIC int csoundGetDebug(CSOUND *);
H A Dcsound.hpp641 return csoundGetDebug(csound); in GetDebug()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp644 return csoundGetDebug(csound); in GetDebug()
H A Dcsound.h1070 PUBLIC int csoundGetDebug(CSOUND *);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h1058 PUBLIC int csoundGetDebug(CSOUND *);
H A Dcsound.hpp641 return csoundGetDebug(csound); in GetDebug()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs643 pub fn csoundGetDebug(arg1: *mut CSOUND) -> c_int; in csoundGetDebug() function
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py249 libcsound.csoundGetDebug.argtypes = [ct.c_void_p]
1060 return libcsound.csoundGetDebug(self.cs) != 0
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c274 csoundGetDebug,
3645 PUBLIC int csoundGetDebug(CSOUND *csound) in csoundGetDebug() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs544 unsafe { csound_sys::csoundGetDebug(self.engine.csound) as u32 } in get_debug_level()