[Csnd] print NOTHING to the console

Hello Csounders,

When I use the -dm0 command-line option, there is still output to the console as shown below. Can someone please remind me of the command-line option that will print absolutely ‘nothing’ to the console. (is there one?)

Thanks

Looking forward to seeing everything in Vienna at the ICSC

UnifiedCSD: /Users/rboulanger/Library/Mobile Documents/com~apple~CloudDocs/Strong Bear (Hung Vo) - CsoundMeta/2check-models/MailingList/_synth/ChebBPNoiseExample.csd

rtaudio: PortAudio module enabled …

using callback interface

–Csound version 6.18 (double samples) Nov 24 2022

[commit: a1580f9cdf331c35dceb486f4231871ce0b00266]

libsndfile-1.1.0

sr = 44100.0, kr = 4410.000, ksmps = 10

0dBFS level = 1.0, A4 tuning = 440.0

audio buffered in 1024 sample-frame blocks

PortAudio V19.7.0-devel, revision 147dd722548358763a8b649b3e4b41dfffbcfbb6

0: dac0 (BlackHole 2ch [Core Audio, 2 in, 2 out])

1: dac1 (MacBook Air Speakers [Core Audio, 0 in, 2 out])

PortAudio: selected output device ‘MacBook Air Speakers’

writing 1024 sample blks of 64-bit floats to dac1

SECTION 1:

end of section 1 sect peak amps: 0.00132

SECTION 2:

end of section 2 sect peak amps: 0.00091

SECTION 3:

end of section 3 sect peak amps: 0.00114

SECTION 4:

end of score. overall amps: 0.00134

overall samples out of range: 0

0 errors in performance

–Csound version 6.18 (double samples) Nov 24 2022

[commit: a1580f9cdf331c35dceb486f4231871ce0b00266]

closing device

505 1024 sample blks of 64-bit floats written to dac1

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

I think it’s -m16

Prof. Victor Lazzarini
Maynooth University
Ireland

Victor,

Thanks so much! That’s it !!!

Victor,

It still does send something like ‘this’ below to the console

UnifiedCSD: /Users/rboulanger/Library/Mobile Documents/com~apple~CloudDocs/Strong Bear (Hung Vo) - CsoundMeta/csds/Comps/+Aman Jagwani - Generative FM, Pop, DrumKit/FIXED-Aman-Jagwani-Generative_DrumKit.csd

Is there a way to even stop ‘this’ output to the console?

I got that suppressed in the Csound 7 code.

Are you running on the terminal?
If so

csound […] 2>/dev/null

should remove that. I’ll look into removing this for Csound 7.