Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dmsg_attr.h67 #define CSOUNDMSG_TYPE_MASK (0x7000) macro
/dports/audio/csound/csound-6.15.0/include/
H A Dmsg_attr.h67 #define CSOUNDMSG_TYPE_MASK (0x7000) macro
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dmsg_attr.h67 #define CSOUNDMSG_TYPE_MASK (0x7000) macro
/dports/audio/csound/csound-6.15.0/util/
H A Dpvl_main.c31 switch (attr & CSOUNDMSG_TYPE_MASK) { in messageCallback_()
/dports/audio/csound/csound-6.15.0/util1/sortex/
H A Dsmain.c35 if (attr & CSOUNDMSG_TYPE_MASK) { in msg_callback()
/dports/audio/csound/csound-6.15.0/Frontends/csound/
H A Dcsound_main.c50 if ((attr & CSOUNDMSG_TYPE_MASK) != CSOUNDMSG_REALTIME) { in msg_callback()
56 switch (attr & CSOUNDMSG_TYPE_MASK) { in msg_callback()
/dports/audio/csound/csound-6.15.0/Top/
H A Dargdecode.c56 if ((attr & CSOUNDMSG_TYPE_MASK) != CSOUNDMSG_REALTIME) { in msg_callback()
62 switch (attr & CSOUNDMSG_TYPE_MASK) { in msg_callback()
H A Dcsound.c2521 switch (attr & CSOUNDMSG_TYPE_MASK) { in csoundDefaultMessageCallback()
2532 if ((attr & CSOUNDMSG_TYPE_MASK) == CSOUNDMSG_STDOUT) in csoundDefaultMessageCallback()
2538 if ((attr & CSOUNDMSG_TYPE_MASK) == CSOUNDMSG_ORCH) in csoundDefaultMessageCallback()
4487 switch (attr & CSOUNDMSG_TYPE_MASK) { in csoundMessageBufferCallback_2_()
/dports/audio/csound/csound-6.15.0/Engine/
H A Dinsert.c51 switch (attr & CSOUNDMSG_TYPE_MASK) { in print_messages()
62 if ((attr & CSOUNDMSG_TYPE_MASK) == CSOUNDMSG_STDOUT) in print_messages()
68 if ((attr & CSOUNDMSG_TYPE_MASK) == CSOUNDMSG_ORCH) in print_messages()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs115 pub const CSOUNDMSG_TYPE_MASK: u32 = 28672; const
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py541 CSOUNDMSG_TYPE_MASK = 0x7000 variable