[Csnd] timedseq pointer round-off (maybe?) problem
Date | 2008-03-06 23:01 |
From | "Chuckk Hubbard" |
Subject | [Csnd] timedseq pointer round-off (maybe?) problem |
Attachments | None timedseqwrong.csd |
Date | 2008-03-07 11:41 |
From | Iain McCurdy |
Subject | [Csnd] RE: timedseq pointer round-off (maybe?) problem |
It seems to be the note at time zero in your sequence that causes the problem. If you have it repeated at beat 8 (as in the modified version of your table below), the problem is avoided. gi3p01 ftgen 0, 0, 32, -2, \ 3, 0, .5, 86, \ 3, 2, .5, 86, \ 3, 4, .5, 84, \ 3, 6, .5, 86, \ 3, 8, .5, 86, \ -1, 8, -1, -1, \ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 ; notes on 0, 2, 4, and 6, repeat at 8 Iain > Date: Fri, 7 Mar 2008 01:01:47 +0200 > From: badmuthahubbard@gmail.com > To: csound@lists.bath.ac.uk > Subject: [Csnd] timedseq pointer round-off (maybe?) problem > > A simple sequence of 4 notes over 8 beats, repeated at 8 beats by > timedseq. Every so often it misses one completely, and every time I > play the .csd with the same ktempo setting, it misses the same ones. > If I set the tempo to 240, it misses exactly every other note. > My guess is that the time pointer only triggers the notes if they fall > at a certain place (between control cycles?), and that with different > speeds of pointer that doesn't happen at certain spots. At any rate, > it don't work. Maybe ksmps=1 would work? > > -Chuckk > > -- > http://www.badmuthahubbard.com > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" Shed those extra pounds with MSN and The Biggest Loser! Learn more. |
Date | 2008-03-07 20:02 |
From | "Chuckk Hubbard" |
Subject | [Csnd] Re: RE: timedseq pointer round-off (maybe?) problem |
Attachments | None |
Date | 2008-03-07 20:04 |
From | "Chuckk Hubbard" |
Subject | [Csnd] Re: RE: timedseq pointer round-off (maybe?) problem |
Attachments | None |