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

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

[PD] Cheapest effects/objects/abstractions?

2012-09-30 Thread xiaoping lyu
Helloto , which are the cheapest effects in pd in terms of cpu consumption? Is there any information of this anywhere maybe? I need to have massive quantity of effects , any idea? Xiao. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

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 [2 5.5

Re: [PD] Cheapest effects/objects/abstractions?

2012-09-30 Thread Kaj Ailomaa
A simple way to check is to use the cpu meter on PD.To see more action, multiply the number of effects you are using.Even just a large number of [throw~] and [catch~] can cause a bit of load on the cpu, while direct connections are cheaper.As for "effects", I guess there really isn't any specific

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 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 zmoel...@iem.at 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

Re: [PD] Pd download page

2012-09-30 Thread Antonio Roberts
... and then they got puzzled, asked someone else, downloaded the proper one and learnt something about software in the process ... isn't that part of the reason you get students to download it themselves? No. That could be part of the learning process for some tutorials, but in my case I

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 download page

2012-09-30 Thread IOhannes m zmölnig
On 09/30/2012 01:36 PM, Antonio Roberts wrote: If the proposed change means that I can save five or more minutes then I fully support moving the source code download to the bottom of the page so which one should be first? bsd? (personally i prefer src as first entry for political reasons;

Re: [PD] Pd download page

2012-09-30 Thread Antonio Roberts
so which one should be first? bsd? Move everything up one. Of course it would be better if the first one on the list was relevant to the client's OS but with this at least the source isn't the first one to be downloaded Antonio On 30 September 2012 15:20, IOhannes m zmölnig zmoel...@iem.at

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,

[PD] namespaces in help files [was: Re: [pd] osc processing array to the pd table]

2012-09-30 Thread Patrice Colet
Hello Billy, hello pd-list, sorry to interfere into this interesting discussion... I making another topic so it shouldn't be embarrassing... [iemnet/udpreceive] before it would load I guess it all depends on the stuff in startup I use to remove all the stuff at startup and use this

[PD] Introcucing PAC-Data, a Pac Man game in Pure Data.

2012-09-30 Thread claudio nervi
in terms of cpu consumption? Is there any information of this anywhere maybe? I need to have massive quantity of effects , any idea? Xiao. -- next part -- An HTML attachment was scrubbed... URL: http://lists.puredata.info/pipermail/pd-list/attachments/20120930

Re: [PD] namespaces in help files [was: Re: [pd] osc processing array to the pd table]

2012-09-30 Thread Jonathan Wilkes
- Original Message - From: Patrice Colet colet.patr...@free.fr To: pd-list pd-list@iem.at Cc: Sent: Sunday, September 30, 2012 1:50 PM Subject: [PD] namespaces in help files [was: Re: [pd] osc processing array to the pd table] Hello Billy, hello pd-list, sorry to

Re: [PD] How to control sliders inside gop abstractions

2012-09-30 Thread Claude Heiland-Allen
On 30/09/12 20:08, umberto torrez wrote: Hi, how can i control the sliders of a group of gop abstractions? I need to control the sliders of a group of gop abstractions(the same). Im trying to do in this way: Each slider has $0_hi in its receive symbol property. Im creating each abstracion

Re: [PD] Introcucing PAC-Data, a Pac Man game in Pure Data.

2012-09-30 Thread Py Fave
? I need to have massive quantity of effects , any idea? Xiao. -- next part -- An HTML attachment was scrubbed... URL: http://lists.puredata.info/pipermail/pd-list/attachments/20120930/57596924/attachment-0001.htm -- Message: 9 Date

Re: [PD] Introcucing PAC-Data, a Pac Man game in Pure Data.

2012-09-30 Thread Lorenzo Sutton
On 30/09/12 20:39, claudio nervi wrote: My name is Claudio Nervi and I'd like to introduce my last summer project: PAC - DATA. Pac Data is a Pac Man game programmed in Pure Data, without using additional libraries butthe data structures included in Pd Vanilla. It is not complete yet, but it was

Re: [PD] Pd download page

2012-09-30 Thread Joel Matthys
Yes, I totally understand the political argument for placing src first. I guess the debate comes down to how far we want to go to make things easier for new users. To me, this seems like a move that may help avoid confusion and frustration among new users, a very important demographic for the

Re: [PD] Introcucing PAC-Data, a Pac Man game in Pure Data.

2012-09-30 Thread Jonathan Wilkes
/20120930/57596924/attachment-0001.htm -- Message: 9 Date: Sun, 30 Sep 2012 10:15:19 +0200 From: Ingo i...@miamiwave.com Subject: Re: [PD] [pd] osc processing array to the pd table To: 'Cyrille Henry' c...@chnry.net,   pd-list@iem.at Message-ID

Re: [PD] Introcucing PAC-Data, a Pac Man game in Pure Data.

2012-09-30 Thread Jonathan Wilkes
?  Is there any information of this anywhere maybe? I need to have massive quantity of effects , any idea? Xiao. -- next part -- An HTML attachment was scrubbed... URL: http://lists.puredata.info/pipermail/pd-list/attachments/20120930/57596924/attachment-0001.htm

[PD] Preset system in pd?

2012-09-30 Thread flad chester
Hi, i was wondering if somebody have done any preset system for pd? are there any library or examples patches of this? I would like to store all the values of my sliders and the recover them interpolating between them. any hint would be appreciated F.

Re: [PD] Pd download page

2012-09-30 Thread Scott R. Looney
i think moving it to the bottom or renaming the source code link is a good idea. maybe just rename the source link to 'Get PD Source Code For All Platforms'. the gray colored 'Source tarball' can be missed if you're in a hurry. scott On Sun, Sep 30, 2012 at 1:40 PM, Joel Matthys

Re: [PD] Preset system in pd?

2012-09-30 Thread Scott R. Looney
there's a preset manager by the guy who runs the Pure Data forum, Maelstorm. pretty sure all of his objects are available at one place. here's another one from a different user on the Forum: http://puredata.hurleur.com/sujet-6810-simple-preset-manager On Sun, Sep 30, 2012 at 3:53 PM, flad

Re: [PD] Preset system in pd?

2012-09-30 Thread Joe Newlin
Frank Barknecht's sssad is great: http://puredata.info/downloads/sssad You can even differentiate between global local preset, so that you could, for example, load a global preset that instructs subpatches to load particular presets. You can search the list archives for Frank's responses to

Re: [PD] Preset system in pd?

2012-09-30 Thread Billy Stiltner
this is where I got the idea for my preset system which although the same concept is a bit different. http://gregsurges.com/tag/pure-data/ On Sun, Sep 30, 2012 at 7:32 PM, Joe Newlin jtnew...@gmail.com wrote: Frank Barknecht's sssad is great: http://puredata.info/downloads/sssad You can even

Re: [PD] Pd download page

2012-09-30 Thread Hans-Christoph Steiner
I definitely understand your desire to save class time by having the students install before hand. I've been trying for years to find ways of making that actually happen. In my classes at NYU, 95% of the students have Mac laptops, so that makes it a lot easier. But even still, I always

Re: [PD] Pd download page

2012-09-30 Thread Hans-Christoph Steiner
I think there is going to be no good order for that page. One thing that would make things easier is if there was some platform detection, and then there was a link at the top of the page for the detected platform. If anyone did the work to add that support to our Plone download page, I

Re: [PD] Pd download page

2012-09-30 Thread Joel Matthys
I realize that no solution will solve all of the installation problems. There is a whole 'nother conversation here about students following directions... I do post specific install links to the OSX and Windows binaries on the class webpage since the pd download page is so often too confusing

Re: [PD] Preset system in pd?

2012-09-30 Thread Jonathan Wilkes
Pd-l2ork now has [preset_hub]/[preset_node] for which I'm currently writing help files.  But I don't think it lets you interpolate between values. -Jonathan From: flad chester flad.ches...@gmail.com To: pd-list@iem.at Sent: Sunday, September 30, 2012 6:53

Re: [PD] namespaces in help files [was: Re: [pd] osc processing array to the pd table]

2012-09-30 Thread Patrice Colet
De: Jonathan Wilkes jancs...@yahoo.com I use to remove all the stuff at startup and use this namespace/ stuff, or even better, the [declare] thingy in main patches, then it's easier to figure out what's happening. It would be cool to have this in help files, That shouldn't be

Re: [PD] Cheapest effects/objects/abstractions?

2012-09-30 Thread i go bananas
ring mod is cheap. it's not much more than an [osc~] and a [*~ ] table-lookup waveshapers are cheap. they're not much more than [tabread~] a flanger can be cheap. just a [delread~] [vd~] pair and something to modulate it - but you can use control objects for the modulation, to further cut CPU

Re: [PD] Introcucing PAC-Data, a Pac Man game in Pure Data.

2012-09-30 Thread i go bananas
please post it on the forum too, in case some people there miss this thread. http://puredata.hurleur.com/ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] namespaces in help files [was: Re: [pd] osc processing array to the pd table]

2012-09-30 Thread Jonathan Wilkes
From: Patrice Colet colet.patr...@free.fr To: pd-list pd-list@iem.at Cc: Jonathan Wilkes jancs...@yahoo.com Sent: Sunday, September 30, 2012 9:06 PM Subject: Re: [PD] namespaces in help files [was: Re: [pd] osc processing array to the pd table] De: Jonathan

Re: [PD] Preset system in pd?

2012-09-30 Thread Ivica Ico Bukvic
From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of Jonathan Wilkes Sent: Sunday, September 30, 2012 8:46 PM To: flad chester; pd-list@iem.at Subject: Re: [PD] Preset system in pd? Pd-l2ork now has [preset_hub]/[preset_node] for which I'm currently writing help

Re: [PD] Preset system in pd?

2012-09-30 Thread Billy Stiltner
due to the nature of my polysynth patch I can make [polysynth a] and [polysynth b] and have them both load a seperate preset. I haven't added specifying the preset filename to the creation or to the message structure yet but that is doable, you just have to hit the load preset button.

[PD] rtcmix~ for Pd

2012-09-30 Thread Joel Matthys
Hello all. I'd like to announce the release of [rtcmix~], a complete encapsulation of Columbia's RTcmix music programming language in Pd. RTcmix was created by Brad Garton and Dave Topper as a real-time version of Paul Lansky's CMIX. RTcmix features a simplified C-style syntax and includes

Re: [PD] Preset system in pd?

2012-09-30 Thread Jonathan Wilkes
Hi Ivica, I don't understand how [line] could fill in for interpolation between states. On the other hand, I don't think you would actually need all the interpolation states that pattrstorage provides.  If you just did linear interpolation by allowing to set the preset with a float (like

Re: [PD] Preset system in pd?

2012-09-30 Thread Jonathan Wilkes
[savepanel] should default to whatever directory the the patch you opened is in. -Jonathan From: Billy Stiltner billy.stilt...@gmail.com To: Ivica Ico Bukvic i...@vt.edu Cc: Jonathan Wilkes jancs...@yahoo.com; flad chester flad.ches...@gmail.com;