[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
        Issues · csound/csound · GitHub
Discussions of bugs and features can be posted here

I think -m0d should do the trick :+1:

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.