Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/interfaces/
H A Dcsound.lisp134 (cffi:defcfun ("csoundGetAPIVersion" csoundGetAPIVersion) :int)
H A Dctcsound.py708 return libcsound.csoundGetAPIVersion()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dcsoundhtmlwrapper.cpp124 return csoundGetAPIVersion(); in getApiVersion()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h701 PUBLIC int csoundGetAPIVersion(void);
H A Dcsound.hpp126 return csoundGetAPIVersion(); in GetAPIVersion()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp129 return csoundGetAPIVersion(); in GetAPIVersion()
H A Dcsound.h711 PUBLIC int csoundGetAPIVersion(void);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h701 PUBLIC int csoundGetAPIVersion(void);
H A Dcsound.hpp126 return csoundGetAPIVersion(); in GetAPIVersion()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs564 pub fn csoundGetAPIVersion() -> c_int; in csoundGetAPIVersion() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs198 unsafe { csound_sys::csoundGetAPIVersion() as u32 } in api_version()
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c1434 PUBLIC int csoundGetAPIVersion(void) in csoundGetAPIVersion() function