Re: [PD] array modification, segmented lines

2012-10-29 Thread Julian Brooks
Hi Peiman,

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.

http://williambrent.conflations.com/pages/research.html

(scroll down a bit).

Cheers,

Julian



On 27 October 2012 23:17, peiman khosravi peimankhosr...@gmail.com wrote:

 Dear all,

 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

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] array modification, segmented lines

2012-10-29 Thread Julian Brooks
No problem, his stuff's great.

On 29 October 2012 10:19, peiman khosravi peimankhosr...@gmail.com wrote:

 Hi Julian,

 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 jbee...@gmail.com wrote:

 Hi Peiman,

 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.

 http://williambrent.conflations.com/pages/research.html

 (scroll down a bit).

 Cheers,

 Julian



 On 27 October 2012 23:17, peiman khosravi peimankhosr...@gmail.comwrote:

 Dear all,

 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

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] array modification, segmented lines

2012-10-29 Thread João Pais
or you can use my abstraction [jmmmp/arrayedit], included in pd-extended.  
look around between the several functions.



No problem, his stuff's great.

On 29 October 2012 10:19, peiman khosravi peimankhosr...@gmail.com  
wrote:



Hi Julian,

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 jbee...@gmail.com wrote:


Hi Peiman,

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.

http://williambrent.conflations.com/pages/research.html

(scroll down a bit).

Cheers,

Julian



On 27 October 2012 23:17, peiman khosravi  
peimankhosr...@gmail.comwrote:



Dear all,

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

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -
http://lists.puredata.info/listinfo/pd-list









--
Friedenstr. 58
10249 Berlin (Deutschland)
Tel +49 30 42020091 | Mob +49 162 6843570
Studio +49 30 69509190
jmmmp...@googlemail.com | skype: jmmmpjmmmp

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] array modification, segmented lines

2012-10-29 Thread peiman khosravi
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 jmmmp...@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.

 On 29 October 2012 10:19, peiman khosravi peimankhosr...@gmail.com
 wrote:

  Hi Julian,

 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 jbee...@gmail.com wrote:

  Hi Peiman,

 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.

 http://williambrent.**conflations.com/pages/**research.htmlhttp://williambrent.conflations.com/pages/research.html

 (scroll down a bit).

 Cheers,

 Julian



 On 27 October 2012 23:17, peiman khosravi peimankhosr...@gmail.com**
 wrote:

  Dear all,

 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

 __**_
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/**listinfo/pd-listhttp://lists.puredata.info/listinfo/pd-list






 --
 Friedenstr. 58
 10249 Berlin (Deutschland)
 Tel +49 30 42020091 | Mob +49 162 6843570
 Studio +49 30 69509190
 jmmmp...@googlemail.com | skype: jmmmpjmmmp

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] array modification, segmented lines

2012-10-29 Thread João Pais
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 jmmmp...@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.


On 29 October 2012 10:19, peiman khosravi peimankhosr...@gmail.com
wrote:

 Hi Julian,


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 jbee...@gmail.com wrote:

 Hi Peiman,


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.

http://williambrent.**conflations.com/pages/**research.htmlhttp://williambrent.conflations.com/pages/research.html

(scroll down a bit).

Cheers,

Julian



On 27 October 2012 23:17, peiman khosravi  
peimankhosr...@gmail.com**

wrote:

 Dear all,


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

__**_
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -
http://lists.puredata.info/**listinfo/pd-listhttp://lists.puredata.info/listinfo/pd-list







___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] array modification, segmented lines

2012-10-29 Thread fls
 Dear all,

 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

Hi Peiman and all

Recently a friend asked me something like this. The interpolation of an
array adding points / values just like tabwrite. I developed this external
to him:

http://sourceforge.net/projects/pdinterpol/

For now it is only linear interpolation but I intend to develop other
kinds soon.

Cheers

Schiavoni


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list