Csound Csound-dev Csound-tekno Search About

Re: Problem with too many t0 tempos - reverts to 60 if over 100+

Date2015-11-25 20:42
FromPrent Rodgers
SubjectRe: Problem with too many t0 tempos - reverts to 60 if over 100+
I have installed Csound version 6.07 beta (double samples) Nov 16 2015, but
I'm still getting strange failures if T0 has too many arguments.

Here is an example of an orchestra that sometimes doesn't write anything
out, sometimes hangs, and only works if I eliminate the last pair of tempi.
This is on Windows 7.

; This is the post processor that takes as input a function table with
volume points and alters the overall volume and sometimes the tempo.


-W -G -m2 -o sflib\Drunka.wav --displays



 sr = 44100
 ksmps = 2;
 nchnls = 2

 instr 99
 kamp poscil 1, 1/p3, 1 ; create a set of volume points from a function
table that lasts as long as the input file
 a6, a7 soundin "sflib/Drunk.wav"
 outs a6 * kamp, a7 * kamp
 endin



f1 0 65536 7 250 644 255 3090 180 3090 190 3090 195 3090 190 3090 180 3090
190 3090 195 3090 199 3090 210 3090 230 3090 210 3090 230 3090 210 3090 199
3090 195 3090 190 3090 180 3090 255 3090 250 3090 255 3090 255

t0 1375 10 1575 58 1275 106 1075 154 1175 202 1475 250 1575 298 1675 346
1275 394 1475 442 1375 490 1405 538 1435 586 1275 634 1375 682 1175 730 1575
778 1375 800 1175 900 1375

i99   0 1076



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

Date2015-11-27 15:48
Fromjpff
SubjectRe: Problem with too many t0 tempos - reverts to 60 if over 100+
Sorry but I cannot reproduce this problem (on 64bit linux).  Any Windows 
user have a try?


On Wed, 25 Nov 2015, Prent Rodgers wrote:

> I have installed Csound version 6.07 beta (double samples) Nov 16 2015, but
> I'm still getting strange failures if T0 has too many arguments.
>
> Here is an example of an orchestra that sometimes doesn't write anything
> out, sometimes hangs, and only works if I eliminate the last pair of tempi.
> This is on Windows 7.
>
> ; This is the post processor that takes as input a function table with
> volume points and alters the overall volume and sometimes the tempo.
> 
> 
> -W -G -m2 -o sflib\Drunka.wav --displays
> 
>
> 
> sr = 44100
> ksmps = 2;
> nchnls = 2
>
> instr 99
> kamp poscil 1, 1/p3, 1 ; create a set of volume points from a function
> table that lasts as long as the input file
> a6, a7 soundin "sflib/Drunk.wav"
> outs a6 * kamp, a7 * kamp
> endin
> 
>
> 
> f1 0 65536 7 250 644 255 3090 180 3090 190 3090 195 3090 190 3090 180 3090
> 190 3090 195 3090 199 3090 210 3090 230 3090 210 3090 230 3090 210 3090 199
> 3090 195 3090 190 3090 180 3090 255 3090 250 3090 255 3090 255
>
> t0 1375 10 1575 58 1275 106 1075 154 1175 202 1475 250 1575 298 1675 346
> 1275 394 1475 442 1375 490 1405 538 1435 586 1275 634 1375 682 1175 730 1575
> 778 1375 800 1175 900 1375
>
> i99   0 1076
> 
> 
>
> 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
>

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