Home
last modified time | relevance | path

Searched refs:csoundSetMIDIModule (Results 1 – 9 of 9) sorted by relevance

/dports/audio/csound/csound-6.15.0/tests/c/
H A Dio_test.c26 csoundSetMIDIModule(csound,name); in test_dev_list()
59 csoundSetMIDIModule(csound,name); in test_dev_list()
252 csoundSetMIDIModule(csound, name); in test_midi_modules()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dconfiglists.cpp126 csoundSetMIDIModule(cs, module.toLatin1().data()); in getMidiInputDevices()
255 csoundSetMIDIModule(cs, module.toLatin1().data()); in getMidiOutputDevices()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h1356 PUBLIC void csoundSetMIDIModule(CSOUND *csound, const char *module);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h1356 PUBLIC void csoundSetMIDIModule(CSOUND *csound, const char *module);
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.h1374 PUBLIC void csoundSetMIDIModule(CSOUND *csound, const char *module);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs733 pub fn csoundSetMIDIModule(csound: *mut CSOUND, module: *const c_char); in csoundSetMIDIModule() function
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py306 libcsound.csoundSetMIDIModule.argtypes = [ct.c_void_p, ct.c_char_p]
1358 libcsound.csoundSetMIDIModule(self.cs, cstring(module))
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs1099 csound_sys::csoundSetMIDIModule(self.engine.csound, dev_name.as_ptr()); in set_midi_module()
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c3373 PUBLIC void csoundSetMIDIModule(CSOUND *csound, const char *module){ in csoundSetMIDIModule() function