[PD] data-struct: (x:y) & move object

2009-02-08 Thread João Pais
Hi, I'm looking to do something using data-s, but can't really get it, and don't have enough documentation around: - how do the (x:y)(a:b) fields work? from what I've seen, you need a variable before, and x-y indicate the value of the variable, and a-b scale that position in the screen? -

Re: [PD] data-struct: (x:y) & move object

2009-02-08 Thread Frank Barknecht
Hallo, Jo?o Pais hat gesagt: // Jo?o Pais wrote: > Hi, > > I'm looking to do something using data-s, but can't really get it, and > don't have enough documentation around: > > - how do the (x:y)(a:b) fields work? from what I've seen, you need a > variable before, and x-y indicate the value o

Re: [PD] data-struct: (x:y) & move object

2009-02-16 Thread João Pais
> Maybe check out this: > http://lists.puredata.info/pipermail/pd-list/2007-10/055597.html it didn't help that much. but then I noticed that there was a tutorial with it, so I could understand it better. are there any other still undocumented features? I already noticed that struct outputs mo

Re: [PD] data-struct: (x:y) & move object

2009-02-16 Thread Jonathan Wilkes
--- On Tue, 2/17/09, João Pais wrote: > From: João Pais > Subject: Re: [PD] data-struct: (x:y) & move object > To: "Frank Barknecht" , pd-list@iem.at > Date: Tuesday, February 17, 2009, 12:34 AM > > Maybe check out this: > > > http://lists.puredata.i

Re: [PD] data-struct: (x:y) & move object

2009-02-16 Thread Frank Barknecht
Hallo, João Pais hat gesagt: // João Pais wrote: >> Maybe check out this: >> http://lists.puredata.info/pipermail/pd-list/2007-10/055597.html > > it didn't help that much. but then I noticed that there was a tutorial > with it, so I could understand it better. > > are there any other still undoc

Re: [PD] data-struct: (x:y) & move object

2009-02-17 Thread João Pais
are there any other still undocumented features? I already noticed that struct outputs more than select/deselect - specially in pd-van. I don't think, Pd-extended has different DS features than Pd vanilla. I'm on extended+windows, and the latest available build is from july 08 - there the st

Re: [PD] data-struct: (x:y) & move object

2009-02-17 Thread João Pais
rk a lot with data-s, you might be interested in my color catalogue patch - [jmmmp/pd-colors] - for both data-s and tk gui. (I guess I could update this to have the new colorpicker as well) Joao > --- On Tue, 2/17/09, João Pais wrote: > >> From: João Pais >> Subject: Re: [PD]

Re: [PD] data-struct: (x:y) & move object

2009-02-17 Thread João Pais
that reminds me of another thing: is it possible that someone who can't read code could understand which features were implemented in the data-s just by looking at the code? at least enough to get a hint and try it in pd? where is the data-s code? > Hallo, > João Pais hat gesagt: // João Pai

Re: [PD] data-struct: (x:y) & move object

2009-02-17 Thread dmotd
On Tuesday 17 February 2009 23:48:54 João Pais wrote: > that reminds me of another thing: is it possible that someone who can't > read code could understand which features were implemented in the data-s > just by looking at the code? at least enough to get a hint and try it in > pd? where is the da

Re: [PD] data-struct: (x:y) & move object

2009-02-17 Thread Jonathan Wilkes
t noticed there's a typo in the release notes: "A "sendwindow" message forwards any message to the window contining the scalar currently pointed to." It's actually send-window (with a hyphen). [send-window vis 1( | [pointer] -Jonathan --- On Tue, 2/17/09, João

Re: [PD] data-struct: (x:y) & move object

2009-02-17 Thread João Pais
> In one of your tutorials, you asked about the "sort" message. Have a > look at 07.sequencer.pd. If you open the synthesis subpatch, you'll see > that pd-data is sent a sort message before sequencing. This sorts the > data so that the left-to-right order of the graphical objects on the

Re: [PD] data-struct: (x:y) & move object

2009-02-18 Thread Jonathan Wilkes
--- On Wed, 2/18/09, João Pais wrote: > From: João Pais > Subject: Re: [PD] data-struct: (x:y) & move object > To: jancs...@yahoo.com, "Frank Barknecht" , pd-list@iem.at > Date: Wednesday, February 18, 2009, 2:03 AM > > In one of your tutorials, you asked abo