Home
last modified time | relevance | path

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

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Denums.rs150 const CSOUND_CALLBACK_KBD_TEXT = 2; const
/dports/audio/csound/csound-6.15.0/tests/c/
H A Dio_test.c118 ret = csoundRegisterKeyboardCallback(csound, key_callback_txt, &prev, CSOUND_CALLBACK_KBD_TEXT); in test_keyboard_io()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dcsoundengine.cpp383 if (type != CSOUND_CALLBACK_KBD_EVENT && type != CSOUND_CALLBACK_KBD_TEXT) { in keyEventCallback()
932 … (void *) ud, CSOUND_CALLBACK_KBD_EVENT | CSOUND_CALLBACK_KBD_TEXT); in runCsound()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h359 #define CSOUND_CALLBACK_KBD_TEXT (0x00000002U) macro
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h359 #define CSOUND_CALLBACK_KBD_TEXT (0x00000002U) macro
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.h359 #define CSOUND_CALLBACK_KBD_TEXT (0x00000002U) macro
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs71 pub const CSOUND_CALLBACK_KBD_TEXT: u32 = 2; const
/dports/audio/csound/csound-6.15.0/InOut/
H A Dwidgets.cpp1936 CSOUND_CALLBACK_KBD_EVENT | CSOUND_CALLBACK_KBD_TEXT); in CsoundFLWindow()
1947 CSOUND_CALLBACK_KBD_EVENT | CSOUND_CALLBACK_KBD_TEXT); in CsoundFLWindow()
1986 case CSOUND_CALLBACK_KBD_TEXT: in fltkKeyboardCallback()
/dports/audio/csound/csound-6.15.0/OOps/
H A Dbus.c1773 : CSOUND_CALLBACK_KBD_TEXT)); in sensekey_perf()
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py561 CSOUND_CALLBACK_KBD_TEXT = 2 variable
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c3761 & (~(CSOUND_CALLBACK_KBD_EVENT | CSOUND_CALLBACK_KBD_TEXT))) in csoundRegisterKeyboardCallback()