[Csound] Problem with too many t0 tempos - reverts to 60 if over 100+
Date | 2015-10-12 20:46 |
From | Prent Rodgers |
Subject | [Csound] Problem with too many t0 tempos - reverts to 60 if over 100+ |
I like to change tempo many times in my .csd file, Csound ignores the t0 I use and instead defaults to 60, if I have over 100 changes. In the manual, it says the t-tempo can be unlimited. Is that a bug? For a six minute orchestra, this tempo function fails, resulting an hour long wav file. Nice, but awfully slow! Prent Rodgerst0 1375 8 1375 44 1375 56 1375 104 1375 152 1375 188 1375 200 1375 296 850 308 525 344 850 356 1375 428 525 440 1375 476 525 572 850 608 1375 704 525 740 1375 836 525 872 850 884 1375 956 525 980 1375 1052 850 1076 525 1148 1375 1172 850 1244 525 1256 1375 1328 850 1352 525 1376 1375 1400 850 1496 525 1532 1375 1544 850 1616 525 1640 850 1664 1375 1688 525 1760 850 1772 1375 1808 525 1904 850 1928 1375 1952 525 1976 850 2048 525 2060 1375 2132 850 2156 525 2180 1375 2204 850 2300 525 2336 1375 2348 850 2420 525 2444 1375 2468 850 2492 1375 2564 850 2588 525 2660 850 2684 1375 2756 525 2768 1375 2804 525 2900 1375 2924 525 2948 850 2972 1375 2996 525 3020 1375 3092 850 3104 525 3140 1375 3236 525 3260 1375 3356 525 3392 1375 3488 525 3524 850 3620 525 3656 850 3752 1375 3776 525 3872 1375 3908 525 4004 1375 4040 850 4136 1375 4160 525 4256 1375 4292 850 4388 525 4424 850 4436 525 4472 1375 4568 850 4604 1375 4700 850 4736 325 4772 325 4784 325 4832 325 4880 325 -- Prent RodgersSent from Mobile 206 484-5356 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 |
Date | 2015-10-13 16:19 |
From | Steven Yi |
Subject | Re: [Csound] Problem with too many t0 tempos - reverts to 60 if over 100+ |
Hi Prent, (Nice to hear from you!) Could you post a CSD we can test with, and maybe file an issue on Github? It sounds like a bug. Also, would you know if this is something that used to work and no longer does? Thanks! steven On Mon, Oct 12, 2015 at 3:46 PM, Prent Rodgers |
Date | 2015-10-13 16:34 |
From | jpff |
Subject | Re: [Csound] Problem with too many t0 tempos - reverts to 60 if over 100+ |
I think I found the 100 limit code last night but sleep intervened. Will try again after lunch. ==John ff On Tue, 13 Oct 2015, Steven Yi wrote: > Hi Prent, > > (Nice to hear from you!) Could you post a CSD we can test with, and > maybe file an issue on Github? It sounds like a bug. Also, would you > know if this is something that used to work and no longer does? > > Thanks! > steven > > On Mon, Oct 12, 2015 at 3:46 PM, Prent Rodgers |
Date | 2015-10-13 18:16 |
From | jpff |
Subject | Re: [Csound] Problem with too many t0 tempos - reverts to 60 if over 100+ |
Found it. Now 999 allowed, but will think of maing it variable In git -- trivial change n twarp.c On Tue, 13 Oct 2015, jpff wrote: > I think I found the 100 limit code last night but sleep intervened. Will try > again after lunch. > ==John ff > > On Tue, 13 Oct 2015, Steven Yi wrote: > >> Hi Prent, >> >> (Nice to hear from you!) Could you post a CSD we can test with, and >> maybe file an issue on Github? It sounds like a bug. Also, would you >> know if this is something that used to work and no longer does? >> >> Thanks! >> steven >> >> On Mon, Oct 12, 2015 at 3:46 PM, Prent Rodgers |