[Csnd] playing part of a table
Date | 2012-12-04 18:57 |
From | zappfinger |
Subject | [Csnd] playing part of a table |
What is the best way to play part of a table? Suppose I have a table with one period of a sine, followed by one period of a triangle, followed by.. etc. What opcode to use to play one specific period of this table? Richard -- View this message in context: http://csound.1045644.n5.nabble.com/playing-part-of-a-table-tp5718535.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2012-12-04 19:25 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Csnd] playing part of a table |
I would try tablera, but note that the length of each segment must be a multiple of the ksmps > What is the best way to play part of a table? > Suppose I have a table with one period of a sine, followed by one period > of > a triangle, followed by.. etc. > What opcode to use to play one specific period of this table? > |
Date | 2012-12-04 20:03 |
From | zappfinger |
Subject | [Csnd] Re: playing part of a table |
Looks complicated. I guess I could also use a phasor/table combination? Richard -- View this message in context: http://csound.1045644.n5.nabble.com/playing-part-of-a-table-tp5718535p5718537.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2012-12-04 20:06 |
From | Rory Walsh |
Subject | Re: [Csnd] Re: playing part of a table |
That's what i would do, and just offset the phase when reading particular sections. On 4 December 2012 20:03, zappfinger |
Date | 2012-12-04 20:08 |
From | Justin Smith |
Subject | Re: [Csnd] Re: playing part of a table |
a table reading opcode that takes table argument at k or a rate, then make sure the table number changes on cycle length boundaries (your k rate and table size would not need to match if you could look up a table at a rate) if no table opcode can look up a table at a rate, you could make a udo On Tue, Dec 4, 2012 at 12:03 PM, zappfinger <zappfinger@gmail.com> wrote: Looks complicated. |