Re: [PD] [pd] osc processing array to the pd table

2012-09-30 Thread Billy Stiltner
Thanks again something weird I noticed that I could type [udpreceive] without port number and it gave me an object with 3 outlets till the patch was reloaded then I had to make it like this [iemnet/udpreceive] before it would load I guess it all depends on the stuff in startup On Sun, Sep 30, 201

Re: [PD] [pd] osc processing array to the pd table

2012-09-30 Thread IOhannes m zmölnig
On 09/30/2012 01:24 PM, Billy Stiltner wrote: > thank you IOhannes m zmölnig > now I can assign a port per synth, I'm not sure it is a good idea now i don't think this is a good idea. instead, use an OSC-prefix for each synth: /FM/1/... /FM/2/... /Drone/... _

Re: [PD] [pd] osc processing array to the pd table

2012-09-30 Thread Billy Stiltner
thank you IOhannes m zmölnig now I can assign a port per synth, I'm not sure it is a good idea now On Sun, Sep 30, 2012 at 7:06 AM, IOhannes m zmölnig wrote: > On 09/30/2012 09:48 AM, Billy Stiltner wrote: >> thank you very much Cyrille >> I figured that out after I pretended I was a table and re

Re: [PD] [pd] osc processing array to the pd table

2012-09-30 Thread IOhannes m zmölnig
On 09/30/2012 09:48 AM, Billy Stiltner wrote: > thank you very much Cyrille > I figured that out after I pretended I was a table and read the > tabwrite documentation I think, haha > > now I am wondering if there is an udpreceive that works with osc > messages that has an inlet to change the port

Re: [PD] [pd] osc processing array to the pd table

2012-09-30 Thread Ingo
The first number is the value and the second number is the position. Ingo > The 1st arg of the list is the position where to write in the table. > you certainly want to add a 0 in front of the list. > cheers > c > > > Le 30/09/2012 04:11, Billy Stiltner a écrit : > > got another question > > >

Re: [PD] [pd] osc processing array to the pd table

2012-09-30 Thread Billy Stiltner
thank you very much Cyrille I figured that out after I pretended I was a table and read the tabwrite documentation I think, haha now I am wondering if there is an udpreceive that works with osc messages that has an inlet to change the port without having to resort to hoodoo trickery On Sun, Sep 3

Re: [PD] [pd] osc processing array to the pd table

2012-09-30 Thread Cyrille Henry
The 1st arg of the list is the position where to write in the table. you certainly want to add a 0 in front of the list. cheers c Le 30/09/2012 04:11, Billy Stiltner a écrit : got another question [2 5.5 7 9 3( | [s mytable] [table mytable] why do I not get a write to mytable[0] with a 2

Re: [PD] [pd] osc processing array to the pd table

2012-09-29 Thread Billy Stiltner
got another question [2 5.5 7 9 3( | [s mytable] [table mytable] why do I not get a write to mytable[0] with a 2 when i click the messagebox? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinf

Re: [PD] [pd] osc processing array to the pd table

2012-09-29 Thread Billy Stiltner
nevermind got it figured out .length gives me the number of Strings in a String array in java. this was the piece of info I was stuck on ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] [pd] osc processing array to the pd table

2012-09-29 Thread Billy Stiltner
hey i have had a time with getting some data to go across the network with osc i can open a file in processing and send it to pd as a string and receive it as a string in pd but then can not get a table to take it as a list of floats. so now i have broken up the string in processing into individua