| Using -m0 to suppress messages worked for me and it's probably your
best bet. Not sure where you found the colors discussion, as I
couldn't see it in the Canonical Reference manual. A sample .csd file
demonstrating successful suppression of messages used with diskin2 is
appended to this message.
I tested -m0 prior to sending my original message on Csound 5.16,
although I was using diskin2 instead of diskin which may have an
impact on the effect you're noticing.
You could always modify the source code and compile a version of the
diskin opcode that doesn't display the message. Otherwise, I don't
know what to tell you, if message suppression isn't working for you.
Best of luck!
-David
-odac -m0
sr = 44100
ksmps = 1
nchnls = 2
;0dbfs = 1
ganull init 0
#define ORIGFILE # "C:/RawSound/hellorcb.aif" #
instr 1 ; diskin message suppression test
al, ar diskin2 $ORIGFILE, 1, 0
outs al, ar
endin
i1 0 120
e
On Mon, Feb 20, 2012 at 7:15 AM, k_o_m_p wrote:
> I've tried it but the -m0 according to the manual is to use raw amplitudes
> and disable colours. It does'nt stop the diskin messages.
> Any other suggestion?
> Best,
> Luis
>
> Am 20.02.12 13:04, schrieb David Akbari:
>>
>> Disable message output by using -m0 in your or as a
>> commandline argument?
>>
>> -David
>>
>> On Mon, Feb 20, 2012 at 5:19 AM, k_o_m_p wrote:
>>>
>>> Every time diskin is used it displays some information. Is there a way to
>>> suppress this message from the terminal?
>>> Thanks,
>>> Luis
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
>
> --
> --
> http://luisantunespena.eu
>
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
|