Here's what I came up with. It needs Csound and csoundapi~ to make any noise but you can still edit the table without csound. It's a sort of function editor for spectral warping (a la GRM Tools). Use the faders on the left to edit the function (rather than directly modifying the array). It also has logarithmic and exponential distributions for the x and y axes.
also similar, you can try [jmmmp/bezier], for a one-segment cubic (?) bezier line.
Joćo
Thank you very much.
I'm working on a table editor for Csound. Will send a working verison later
tonight. Still getting my head around pd (coming from max). Finding arrays
very nice to work with compared with max buffers!
Best,
Peiman
On 29 October 2012 18:13, Joćo Pais <jmmmpais@googlemail.com> wrote:
or you can use my abstraction [jmmmp/arrayedit], included in pd-extended.
look around between the several functions.
No problem, his stuff's great.
I found a hack for what I had in mind. But wow, this is amazing. I was in
fact looking for something like this.
Thanks
Peiman
On 29 October 2012 09:21, Julian Brooks <jbeezez@gmail.com> wrote:
Hi Peiman,
http://williambrent.**conflations.com/pages/**research.html<http://williambrent.conflations.com/pages/research.html>
I'm not exactly sure what it is you're looking for but I can definitely
highly recommend William Brent's 'tabletool' for array manipulations.
On 27 October 2012 23:17, peiman khosravi <peimankhosravi@gmail.com>**
(scroll down a bit).
Cheers,
Julian
wrote:
Dear all,
______________________________**_________________http://lists.puredata.info/**listinfo/pd-list<http://lists.puredata.info/listinfo/pd-list>
Are there any messages to draw functions of segmented lines (ideally
with different types of interpolations) inside an array? Or does one
need
to create this manually by writing each array index?
So I would like to be able to define segments by providing lists of
start_position, segment_length, end_position.
Many Thanks
Peiman