Home
last modified time | relevance | path

Searched refs:CSOUNDMSG_ORCH (Results 1 – 16 of 16) sorted by relevance

/dports/audio/csound/csound-6.15.0/OOps/
H A Dugrw1.c177 csound->MessageS(csound, CSOUNDMSG_ORCH, " i%4d ", in printk()
179 csound->MessageS(csound, CSOUNDMSG_ORCH, Str("time %11.5f: "), in printk()
186 csound->MessageS(csound, CSOUNDMSG_ORCH, "%s", s); in printk()
189 csound->MessageS(csound, CSOUNDMSG_ORCH, "%s = %11.5f\n", in printk()
551 csound->MessageS(csound, CSOUNDMSG_ORCH, "%s", string); in printks()
574 csound->MessageS(csound, CSOUNDMSG_ORCH, "%s", string); in printsset()
594 csound->MessageS(csound, CSOUNDMSG_ORCH, "%s", string); in printsset_S()
668 csound->MessageS(csound, CSOUNDMSG_ORCH, " i%d ", in printk2()
674 csound->MessageS(csound, CSOUNDMSG_ORCH, "%s", s); in printk2()
677 csound->MessageS(csound, CSOUNDMSG_ORCH, "%s = %11.5f\n", in printk2()
[all …]
H A Dstr_ops.c563 csound->MessageS(csound, CSOUNDMSG_ORCH, "%s", buf.data); in printf_opcode_()
599 csound->MessageS(csound, CSOUNDMSG_ORCH, "%s\n", (char*) p->str->data); in puts_opcode_init()
601 csound->MessageS(csound, CSOUNDMSG_ORCH, "%s", (char*) p->str->data); in puts_opcode_init()
613 csound->MessageS(csound, CSOUNDMSG_ORCH, "%s\n", (char*) p->str->data); in puts_opcode_perf()
615 csound->MessageS(csound, CSOUNDMSG_ORCH, "%s", (char*) p->str->data); in puts_opcode_perf()
H A Ddisprep.c40 csound->MessageS(csound, CSOUNDMSG_ORCH, in printv()
43 csound->MessageS(csound, CSOUNDMSG_ORCH, in printv()
46 csound->MessageS(csound, CSOUNDMSG_ORCH, "\n"); in printv()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Denums.rs26 CSOUNDMSG_ORCH, enumerator
43 0x2000 => MessageType::CSOUNDMSG_ORCH, in from()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dmsg_attr.h34 #define CSOUNDMSG_ORCH (0x2000) macro
/dports/audio/csound/csound-6.15.0/include/
H A Dmsg_attr.h34 #define CSOUNDMSG_ORCH (0x2000) macro
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dmsg_attr.h34 #define CSOUNDMSG_ORCH (0x2000) macro
/dports/audio/csound/csound-6.15.0/util/
H A Dpvl_main.c32 case CSOUNDMSG_ORCH: in messageCallback_()
H A Dpvlook.c54 p->csound->MessageS(p->csound, CSOUNDMSG_ORCH, "%s", s); in pvlook_print()
61 p->csound->MessageS(p->csound, CSOUNDMSG_ORCH, "\n"); in pvlook_print()
/dports/audio/csound/csound-6.15.0/Opcodes/emugens/
H A Demugens.c1872 csound->MessageS(csound, CSOUNDMSG_ORCH, "%s\n", label); in arrprint_str()
1905 csound->MessageS(csound, CSOUNDMSG_ORCH, "%s\n", label); in arrprint()
1920 csound->MessageS(csound, CSOUNDMSG_ORCH, in arrprint()
1923 csound->MessageS(csound, CSOUNDMSG_ORCH, in arrprint()
1933 csound->MessageS(csound, CSOUNDMSG_ORCH, in arrprint()
1936 csound->MessageS(csound, CSOUNDMSG_ORCH, in arrprint()
1951 csound->MessageS(csound, CSOUNDMSG_ORCH, in arrprint()
2108 csound->MessageS(csound, CSOUNDMSG_ORCH, in ftprint_perf()
2117 csound->MessageS(csound, CSOUNDMSG_ORCH, in ftprint_perf()
2126 csound->MessageS(csound, CSOUNDMSG_ORCH, in ftprint_perf()
[all …]
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dserial.c441 csound->MessageS(csound, CSOUNDMSG_ORCH, "%s", str); in serialPrint()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/audio/csound/src/filter/
H A Dimp.rs176 MessageType::CSOUNDMSG_ORCH => gst_info!(CAT, "{}", msg), in message_callback()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs93 pub const CSOUNDMSG_ORCH: u32 = 8192; const
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py514 CSOUNDMSG_ORCH = 0x2000 # orchestra opcodes (e.g. printks) variable
/dports/audio/csound/csound-6.15.0/Engine/
H A Dinsert.c68 if ((attr & CSOUNDMSG_TYPE_MASK) == CSOUNDMSG_ORCH) in print_messages()
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c2538 if ((attr & CSOUNDMSG_TYPE_MASK) == CSOUNDMSG_ORCH) in csoundDefaultMessageCallback()