Csound Csound-dev Csound-tekno Search About

enveloping with function tables

Date1999-05-07 19:42
FromPaul Barton-Davis
Subjectenveloping with function tables
am i missing something, or is there no standalone opcode similar to
tableseg, that reads a function table and generations a krate output
to be used in a fashion similar to linseg ? 

i just added the functionality of "spliner" to quasimodo, allowing me
to draw function tables, either as splines or line segments, and i want
to use this to setup complex sound envelopes. tablei doesn't seem
right, because it doesn't interpolate across time.

perhaps i'm just not seeing the right opcode ...

Date1999-05-07 22:28
FromPaul Barton-Davis
SubjectRe: enveloping with function tables
In message <199905071842.OAA01865@op.net>you write:
>am i missing something, or is there no standalone opcode similar to
>tableseg, that reads a function table and generations a krate output
>to be used in a fashion similar to linseg ? 
>
>perhaps i'm just not seeing the right opcode ...

ah, it seems that oscil1 is the right answer ...