[Csnd] Surpress 'rtevent' messages in the console
| Date | 2024-03-28 13:31 |
| From | Philipp Neumann |
| Subject | [Csnd] Surpress 'rtevent' messages in the console |
Hello everybody.
For a live instrument i want to disable the ‚rtevent’s in the console, which are messages that are created when triggering an instrument.
It’s just too much information in a live setting and i can’t see my important data anymore.
I couldn’t find the right flag for this. Used -d (which is not hidding the rtevents) and -M16 (which also hides my important messages).
Greetings,
Philipp
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2024-03-28 14:21 |
| From | Rory Walsh |
| Subject | Re: [Csnd] Surpress 'rtevent' messages in the console |
I think -m0d should do the trick 👍 On Thu 28 Mar 2024, 2:31 p.m. Philipp Neumann, <philipp@von-neumann.com> wrote: Hello everybody. |
| Date | 2024-03-28 14:36 |
| From | ST Music |
| Subject | Re: [Csnd] Surpress 'rtevent' messages in the console |
Hi Philipp, aside from Rory's suggestion, you could use --messagelevel=0 --m-range=1 --m-warnings=1 This hides rtevents but will still show new ftables created and any warnings or out of range events. On Thu, Mar 28, 2024, 9:31 a.m. Philipp Neumann <philipp@von-neumann.com> wrote: Hello everybody. |