Home
last modified time | relevance | path

Searched defs:CSOUNDMSG_FG_ATTR_MASK (Results 1 – 5 of 5) sorted by relevance

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dmsg_attr.h69 #define CSOUNDMSG_FG_ATTR_MASK (0x0088) macro
/dports/audio/csound/csound-6.15.0/include/
H A Dmsg_attr.h69 #define CSOUNDMSG_FG_ATTR_MASK (0x0088) macro
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dmsg_attr.h69 #define CSOUNDMSG_FG_ATTR_MASK (0x0088) macro
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py543 CSOUNDMSG_FG_ATTR_MASK = 0x0088 variable
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs117 pub const CSOUNDMSG_FG_ATTR_MASK: u32 = 136; const