Home
last modified time | relevance | path

Searched defs:CSOUNDMSG_REALTIME (Results 1 – 6 of 6) sorted by relevance

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dmsg_attr.h36 #define CSOUNDMSG_REALTIME (0x3000) macro
/dports/audio/csound/csound-6.15.0/include/
H A Dmsg_attr.h36 #define CSOUNDMSG_REALTIME (0x3000) macro
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dmsg_attr.h36 #define CSOUNDMSG_REALTIME (0x3000) macro
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Denums.rs29 CSOUNDMSG_REALTIME, enumerator
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py515 CSOUNDMSG_REALTIME = 0x3000 # for progress display and heartbeat characters variable
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs94 pub const CSOUNDMSG_REALTIME: u32 = 12288; const