enveloping with function tables
Date | 1999-05-07 19:42 |
From | Paul Barton-Davis |
Subject | enveloping 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 ... |
Date | 1999-05-07 22:28 |
From | Paul Barton-Davis |
Subject | Re: 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 ... |