Home
last modified time | relevance | path

Searched refs:CSOUNDMSG_FG_BOLD (Results 1 – 8 of 8) sorted by relevance

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dmsg_attr.h53 #define CSOUNDMSG_FG_BOLD (0x0008) macro
/dports/audio/csound/csound-6.15.0/include/
H A Dmsg_attr.h53 #define CSOUNDMSG_FG_BOLD (0x0008) macro
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dmsg_attr.h53 #define CSOUNDMSG_FG_BOLD (0x0008) macro
/dports/audio/csound/csound-6.15.0/Engine/
H A Dmusmon.c204 attr = CSOUNDMSG_FG_BOLD | CSOUNDMSG_FG_RED; in print_maxamp()
207 attr = CSOUNDMSG_FG_BOLD | CSOUNDMSG_FG_CYAN; /* was yellow but... */ in print_maxamp()
209 attr = CSOUNDMSG_FG_BOLD | CSOUNDMSG_FG_GREEN; in print_maxamp()
211 attr = CSOUNDMSG_FG_BOLD | CSOUNDMSG_FG_BLUE; in print_maxamp()
235 attr = CSOUNDMSG_FG_BOLD | CSOUNDMSG_FG_RED; in print_maxamp()
238 attr = CSOUNDMSG_FG_BOLD | CSOUNDMSG_FG_YELLOW; in print_maxamp()
240 attr = CSOUNDMSG_FG_BOLD | CSOUNDMSG_FG_GREEN; in print_maxamp()
242 attr = CSOUNDMSG_FG_BOLD | CSOUNDMSG_FG_BLUE; in print_maxamp()
H A Dinsert.c72 if (attr & CSOUNDMSG_FG_BOLD) in print_messages()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs105 pub const CSOUNDMSG_FG_BOLD: u32 = 8; const
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py529 CSOUNDMSG_FG_BOLD = 0x0008 variable
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c2542 if (attr & CSOUNDMSG_FG_BOLD) in csoundDefaultMessageCallback()