Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/interfaces/
H A Dcsound.lisp217 (cffi:defcfun ("csoundGetOutputName" csoundGetOutputName) :pointer
H A Dctcsound.py254 libcsound.csoundGetOutputName.restype = ct.c_char_p
255 libcsound.csoundGetOutputName.argtypes = [ct.c_void_p]
1079 s = libcsound.csoundGetOutputName(self.cs)
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dcsoundhtmlwrapper.cpp175 return QString(csoundGetOutputName(getCsound())); in getOutputName()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h1078 PUBLIC const char *csoundGetOutputName(CSOUND *);
H A Dcsound.hpp431 return csoundGetOutputName(csound); in GetOutputName()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp434 return csoundGetOutputName(csound); in GetOutputName()
H A Dcsound.h1096 PUBLIC const char *csoundGetOutputName(CSOUND *);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h1078 PUBLIC const char *csoundGetOutputName(CSOUND *);
H A Dcsound.hpp431 return csoundGetOutputName(csound); in GetOutputName()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs649 pub fn csoundGetOutputName(arg1: *mut CSOUND) -> *const c_char; in csoundGetOutputName() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs571 let ptr = csound_sys::csoundGetOutputName(self.engine.csound); in get_output_name()
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c2415 PUBLIC const char *csoundGetOutputName(CSOUND *csound) in csoundGetOutputName() function