Home
last modified time | relevance | path

Searched refs:csoundGetNchnlsInput (Results 1 – 13 of 13) sorted by relevance

/dports/audio/csound/csound-6.15.0/interfaces/
H A Dcsound.lisp195 (cffi:defcfun ("csoundGetNchnlsInput" csoundGetNchnlsInput) :int32
H A Dctcsound.py235 libcsound.csoundGetNchnlsInput.restype = ct.c_uint32
236 libcsound.csoundGetNchnlsInput.argtypes = [ct.c_void_p]
998 return libcsound.csoundGetNchnlsInput(self.cs)
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dcsoundhtmlwrapper.cpp168 return csoundGetNchnlsInput(getCsound()); in getNchnlsInput()
/dports/audio/csound/csound-6.15.0/Emscripten/src/
H A DCsoundObj.c289 return csoundGetNchnlsInput(self->csound); in CsoundObj_getInputChannelCount()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h1001 PUBLIC uint32_t csoundGetNchnlsInput(CSOUND *csound);
H A Dcsound.hpp399 return csoundGetNchnlsInput(csound); in GetNchnlsInput()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp402 return csoundGetNchnlsInput(csound); in GetNchnlsInput()
H A Dcsound.h1013 PUBLIC uint32_t csoundGetNchnlsInput(CSOUND *csound);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h1001 PUBLIC uint32_t csoundGetNchnlsInput(CSOUND *csound);
H A Dcsound.hpp399 return csoundGetNchnlsInput(csound); in GetNchnlsInput()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs625 pub fn csoundGetNchnlsInput(csound: *mut CSOUND) -> u32; in csoundGetNchnlsInput() function
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c265 csoundGetNchnlsInput,
2357 PUBLIC uint32_t csoundGetNchnlsInput(CSOUND *csound) in csoundGetNchnlsInput() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs513 unsafe { csound_sys::csoundGetNchnlsInput(self.engine.csound) as u32 } in input_channels()