Csound Csound-dev Csound-tekno Search About

[Csnd] cross2 opcode problem in Linux

Date2009-11-28 09:05
FromRene Djack
Subject[Csnd] cross2 opcode problem in Linux
Hi list,

I found that cross2 opcode puts at the end of each instrument instance -inf values.
Running cross2.csd (example in html manual) and editing the wav with sweep show
these values. (audacity don't display -inf values).

I add at the end of this example the two lines below:

    ksig    downsamp aout
    dumpk    ksig, "/home/moi/Tempo/cross2_output.txt", 7, 0

I got;
......
......
-9960
-11875
-11794
-13222
-12261
-10912
-10911
-6836
-2147483648
-2147483648
-2147483648
-2147483648
-2147483648
-2147483648
-2147483648
-2147483648
.....
.....
etc...


Cheers,
René