There are some output messages in csound5 that I would like to remove (done in local). With the current version, if I use csound in nrt with a dummy csd, I get: virtual_keyboard real time MIDI plugin for Csound PortAudio real-time audio module for Csound PortMIDI real time MIDI plugin for Csound 0dBFS level = 32768.0 Csound version 5.17.15 (double samples) Aug 19 2012 libsndfile-1.0.25 UnifiedCSD: foo.csd STARTING FILE Creating options Creating orchestra Creating score RAWWAVE_PATH: /usr/share/stk/rawwaves/ rtmidi: PortMIDI module enabled rtaudio: PortAudio module enabled ... using blocking interface graph init Parsing successful! Elapsed time at end of orchestra compile: real: 0.004s, CPU: 0.010s sorting score ... ... done Elapsed time at end of score sort: real: 0.004s, CPU: 0.010s Csound version 5.17.15 (double samples) Aug 19 2012 0dBFS level = 32768.0 orch now loaded audio buffered in 256 sample-frame blocks writing 1024-byte blks of shorts to /home/audio/csound/sf/test.wav (WAV) SECTION 1: new alloc for instr 1: B 0.000 .. 1.000 T 1.000 TT 1.000 M: 0.0 0.0 Score finished in csoundPerform(). inactive allocs returned to freespace end of score. overall amps: 0.0 0.0 overall samples out of range: 0 0 0 errors in performance Elapsed time at end of performance: real: 0.006s, CPU: 0.010s 512 1024 sample blks of shorts written to /home/audio/csound/sf/test.wav (WAV) What I want erase: - virtual_keyboard real time MIDI plugin for Csound because I don't use it in nrt and I see it when I use it in rt - PortAudio real-time audio module for Csound PortMIDI real time MIDI plugin for Csound ... rtmidi: PortMIDI module enabled rtaudio: PortAudio module enabled ... using blocking interface because I'm using csound off-line and we can see PortMIDI: Activated input device 0: 'Midi Through Port-0' (ALSA) ... PortAudio V19-devel (built Mar 7 2012 11:27:55) if we use the default with `-odac -M0' - The first `0dBFS level = 32768.0' because there are two `0dBFS level' messages caused by `dbfs_init'. I removed `dbfs_init' in Top/main.c:106 because it seems useless (the other is in otran.c) and we get 0dBFS level = 32768.0 ... 0dBFS level = 1.0 if we use `0dbfs = 1'. - The second `Csound version ...' removed in Engine/musmon.c:181 - libsndfile-1.0.25 We can get this information with `pkg-config --modversion sndfile' - fussiness: removed a space after `:' in UnifiedCSD and orchname - STARTING FILE We get some error if no starting file. - RAWWAVE_PATH: /usr/share/stk/rawwaves/ The other env-variables say that RAWWAVE_PATH is recommended and they menace an on-off strike. - sorting score ... ... done rewrote in `Sorting score' (one line) because it is coherent with `Creating options', `Creating orchestra', etc, and we know about the success because there is Elapsed time at end of score sort: real: 0.004s, CPU: 0.010s What do you think? tito ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net