Home
last modified time | relevance | path

Searched refs:CSOUNDMSG_ERROR (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Denums.rs23 CSOUNDMSG_ERROR, enumerator
42 0x1000 => MessageType::CSOUNDMSG_ERROR, in from()
47 _ => MessageType::CSOUNDMSG_ERROR, in from()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dmsg_attr.h32 #define CSOUNDMSG_ERROR (0x1000) macro
/dports/audio/csound/csound-6.15.0/include/
H A Dmsg_attr.h32 #define CSOUNDMSG_ERROR (0x1000) macro
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dmsg_attr.h32 #define CSOUNDMSG_ERROR (0x1000) macro
/dports/audio/csound/csound-6.15.0/Engine/
H A Dsymbtab.c614 csound->MessageS(csound, CSOUNDMSG_ERROR, Str("error: ")); in synterr()
616 csound->MessageV(csound, CSOUNDMSG_ERROR, s, args); in synterr()
H A Dinsert.c52 case CSOUNDMSG_ERROR: in print_messages()
/dports/audio/csound/csound-6.15.0/Frontends/csound/
H A Dcsound_main.c57 case CSOUNDMSG_ERROR: in msg_callback()
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsmodule.c202 csoundMessageS(csound, CSOUNDMSG_ERROR, Str(fmt), fname); in print_module_error()
204 csoundMessageS(csound, CSOUNDMSG_ERROR, in print_module_error()
207 csoundMessageS(csound, CSOUNDMSG_ERROR, "\n"); in print_module_error()
H A Dcsound.c2522 case CSOUNDMSG_ERROR: in csoundDefaultMessageCallback()
2671 csoundMessageV(csound, CSOUNDMSG_ERROR, msg, args); in csoundErrorMsg()
2673 csound->MessageS(csound, CSOUNDMSG_ERROR, "\n"); in csoundErrorMsg()
2680 csound->MessageS(csound, CSOUNDMSG_ERROR, "%s", hdr); in csoundErrMsgV()
2681 csoundMessageV(csound, CSOUNDMSG_ERROR, msg, args); in csoundErrMsgV()
2682 csound->MessageS(csound, CSOUNDMSG_ERROR, "\n"); in csoundErrMsgV()
4488 case CSOUNDMSG_ERROR: in csoundMessageBufferCallback_2_()
H A Dargdecode.c63 case CSOUNDMSG_ERROR: in msg_callback()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/audio/csound/src/filter/
H A Dimp.rs174 MessageType::CSOUNDMSG_ERROR => gst_error!(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.rs92 pub const CSOUNDMSG_ERROR: u32 = 4096; const
/dports/audio/csound/csound-6.15.0/InOut/
H A Drtalsa.c571 p->MessageS(p, CSOUNDMSG_ERROR, " *** %s\n", msg); in set_device_params()
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py513 CSOUNDMSG_ERROR = 0x1000 # error message (initerror, perferror, etc.) variable