Home
last modified time | relevance | path

Searched refs:csoundKeyPress (Results 1 – 11 of 11) sorted by relevance

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h1895 PUBLIC void csoundKeyPress(CSOUND *, char c);
H A Dcsound.hpp518 csoundKeyPress(csound, c); in KeyPressed()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp521 csoundKeyPress(csound, c); in KeyPressed()
H A Dcsound.h1914 PUBLIC void csoundKeyPress(CSOUND *, char c);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h1895 PUBLIC void csoundKeyPress(CSOUND *, char c);
H A Dcsound.hpp518 csoundKeyPress(csound, c); in KeyPressed()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs947 pub fn csoundKeyPress(arg1: *mut CSOUND, c: c_char); in csoundKeyPress() function
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dcsoundengine.cpp935 csoundKeyPress(getCsound(),'\0'); in runCsound()
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py380 libcsound.csoundKeyPress.argtypes = [ct.c_void_p, ct.c_char]
1927 libcsound.csoundKeyPress(self.cs, cchar(c))
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs1977 csound_sys::csoundKeyPress(self.engine.csound, key as c_char); in key_press()
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c2715 PUBLIC void csoundKeyPress(CSOUND *csound, char c) in csoundKeyPress() function