Home
last modified time | relevance | path

Searched refs:csoundGetModule (Results 1 – 8 of 8) sorted by relevance

/dports/audio/csound/csound-6.15.0/tests/c/
H A Dio_test.c24 while(!csoundGetModule(csound, n++, &name, &type)) { in test_dev_list()
57 while(!csoundGetModule(csound, n++, &name, &type)) { in test_dev_list()
158 while(!csoundGetModule(csound, n++, &name, &type)) { in test_audio_modules()
241 while(!csoundGetModule(csound, n++, &name, &type)) { in test_midi_modules()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dconfiglists.cpp97 while(!csoundGetModule(csound, n++, &name, &type)) { in refreshModules()
104 while(!csoundGetModule(csound, n++, &name, &type)) { in refreshModules()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h1175 PUBLIC int csoundGetModule(CSOUND *csound, int number,
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h1175 PUBLIC int csoundGetModule(CSOUND *csound, int number,
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.h1193 PUBLIC int csoundGetModule(CSOUND *csound, int number,
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs680 pub fn csoundGetModule( in csoundGetModule() function
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py269 libcsound.csoundGetModule.argtypes = [ct.c_void_p, ct.c_int, ct.POINTER(ct.c_char_p), ct.POINTER(ct…
1176 err = libcsound.csoundGetModule(self.cs, number, name, type_)
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c3396 PUBLIC int csoundGetModule(CSOUND *csound, int no, char **module, char **type){ in csoundGetModule() function