Home
last modified time | relevance | path

Searched refs:csoundGetNamedGEN (Results 1 – 7 of 7) sorted by relevance

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h2022 PUBLIC void csoundGetNamedGEN(CSOUND *csound, int num, char *name, int len);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h2022 PUBLIC void csoundGetNamedGEN(CSOUND *csound, int num, char *name, int len);
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.h2041 PUBLIC void csoundGetNamedGEN(CSOUND *csound, int num, char *name, int len);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs991 pub fn csoundGetNamedGEN(csound: *mut CSOUND, num: c_int, name: *mut c_char, len: c_int); in csoundGetNamedGEN() function
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py396 libcsound.csoundGetNamedGEN.argtypes = [ct.c_void_p, ct.c_int, ct.c_char_p, ct.c_int]
2081 libcsound.csoundGetNamedGEN(self.cs, num, s, nameLen)
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs2230 csound_sys::csoundGetNamedGEN( in get_gen_name()
/dports/audio/csound/csound-6.15.0/Engine/
H A Dfgens.c3393 void csoundGetNamedGEN(CSOUND *csound, int num, char *name, int len) { in csoundGetNamedGEN() function