Home
last modified time | relevance | path

Searched refs:CSOUNDMSG_BG_COLOR_MASK (Results 1 – 7 of 7) sorted by relevance

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dmsg_attr.h70 #define CSOUNDMSG_BG_COLOR_MASK (0x0270) macro
/dports/audio/csound/csound-6.15.0/include/
H A Dmsg_attr.h70 #define CSOUNDMSG_BG_COLOR_MASK (0x0270) macro
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dmsg_attr.h70 #define CSOUNDMSG_BG_COLOR_MASK (0x0270) macro
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs118 pub const CSOUNDMSG_BG_COLOR_MASK: u32 = 624; const
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py544 CSOUNDMSG_BG_COLOR_MASK = 0x0270 variable
/dports/audio/csound/csound-6.15.0/Engine/
H A Dinsert.c69 if (attr & CSOUNDMSG_BG_COLOR_MASK) in print_messages()
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c2539 if (attr & CSOUNDMSG_BG_COLOR_MASK) in csoundDefaultMessageCallback()