Home
last modified time | relevance | path

Searched refs:CSOUNDMSG_REALTIME (Results 1 – 17 of 17) sorted by relevance

/dports/audio/csound/csound-6.15.0/InOut/
H A Dlibsnd.c179 csound->MessageS(csound, CSOUNDMSG_REALTIME, in writesf()
183 csound->MessageS(csound, CSOUNDMSG_REALTIME, "."); in writesf()
233 csound->MessageS(csound, CSOUNDMSG_REALTIME, in writesf_dither_16()
237 csound->MessageS(csound, CSOUNDMSG_REALTIME, "."); in writesf_dither_16()
252 csound->MessageS(csound, CSOUNDMSG_REALTIME, "\a"); in writesf_dither_16()
287 csound->MessageS(csound, CSOUNDMSG_REALTIME, in writesf_dither_8()
291 csound->MessageS(csound, CSOUNDMSG_REALTIME, "."); in writesf_dither_8()
339 csound->MessageS(csound, CSOUNDMSG_REALTIME, in writesf_dither_u16()
343 csound->MessageS(csound, CSOUNDMSG_REALTIME, "."); in writesf_dither_u16()
391 csound->MessageS(csound, CSOUNDMSG_REALTIME, in writesf_dither_u8()
[all …]
/dports/audio/csound/csound-6.15.0/util/
H A Dsrconv.c78 csound->MessageS(csound, CSOUNDMSG_REALTIME, "%c\010",
82 csound->MessageS(csound, CSOUNDMSG_REALTIME, ".");
87 csound->MessageS(csound, CSOUNDMSG_REALTIME, "%d%n", *block, &n);
88 while (n--) csound->MessageS(csound, CSOUNDMSG_REALTIME, "\010");
92 csound->MessageS(csound, CSOUNDMSG_REALTIME, "\007");
751 csound->MessageS(csound, CSOUNDMSG_REALTIME, "\a");
H A Dmixer.c427 csound->MessageS(csound, CSOUNDMSG_REALTIME, "\007"); in mixer_main()
632 csound->MessageS(csound, CSOUNDMSG_REALTIME, "%c\b", "|/-\\"[block&3]);
635 csound->MessageS(csound, CSOUNDMSG_REALTIME, ".");
640 csound->MessageS(csound, CSOUNDMSG_REALTIME, "%d%n", block, &n);
641 while (n--) csound->MessageS(csound, CSOUNDMSG_REALTIME, "\b");
645 csound->MessageS(csound, CSOUNDMSG_REALTIME, "\007");
H A Dscale.c317 csound->MessageS(csound, CSOUNDMSG_REALTIME, "%c", '\007'); in scale()
448 csound->MessageS(csound, CSOUNDMSG_REALTIME, "%c\b", "|/-\\"[block&3]); in ScaleSound()
494 csound->MessageS(csound, CSOUNDMSG_REALTIME, "%c\b", "|/-\\"[block&3]); in FindAndReportMax()
H A Ddnoise.c1252 csound->MessageS(csound, CSOUNDMSG_REALTIME, "%c\b", "|/-\\"[*nrecs & 3]); in writebuffer()
1255 csound->MessageS(csound, CSOUNDMSG_REALTIME, "."); in writebuffer()
1258 csound->MessageS(csound, CSOUNDMSG_REALTIME, "%d%n", *nrecs, &n); in writebuffer()
1259 while (n--) csound->MessageS(csound, CSOUNDMSG_REALTIME, "\b"); in writebuffer()
1262 csound->MessageS(csound, CSOUNDMSG_REALTIME, "\a"); in writebuffer()
H A Dxtrct.c313 csound->MessageS(csound, CSOUNDMSG_REALTIME, "%c", '\007'); in xtrct()
360 csound->MessageS(csound, CSOUNDMSG_REALTIME, "%c\b", "|/-\\"[block&3]); in ExtractSound()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Denums.rs29 CSOUNDMSG_REALTIME, enumerator
44 0x3000 => MessageType::CSOUNDMSG_REALTIME, in from()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dmsg_attr.h36 #define CSOUNDMSG_REALTIME (0x3000) macro
/dports/audio/csound/csound-6.15.0/include/
H A Dmsg_attr.h36 #define CSOUNDMSG_REALTIME (0x3000) macro
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dmsg_attr.h36 #define CSOUNDMSG_REALTIME (0x3000) macro
/dports/audio/csound/csound-6.15.0/Frontends/csound/
H A Dcsound_main.c50 if ((attr & CSOUNDMSG_TYPE_MASK) != CSOUNDMSG_REALTIME) { in msg_callback()
59 case CSOUNDMSG_REALTIME: 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()
65 case CSOUNDMSG_REALTIME: in msg_callback()
H A Dcsound.c2524 case CSOUNDMSG_REALTIME: in csoundDefaultMessageCallback()
4489 case CSOUNDMSG_REALTIME: in csoundMessageBufferCallback_2_()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/audio/csound/src/filter/
H A Dimp.rs177 MessageType::CSOUNDMSG_REALTIME => gst_log!(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.rs94 pub const CSOUNDMSG_REALTIME: u32 = 12288; const
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py515 CSOUNDMSG_REALTIME = 0x3000 # for progress display and heartbeat characters variable
/dports/audio/csound/csound-6.15.0/Engine/
H A Dinsert.c54 case CSOUNDMSG_REALTIME: in print_messages()