Re: [PD] fun with dynamic patching

2010-11-27 Thread -
Ugh! I wouldn't use connections but instead give the objects $0 and its number as an argument. And then generate some kind of send recieve s~/r~ or throw~/catch~ based on the names. You can send dynamically with messages: |pack a $3 $4| | |;$3-instance$2 $1( and receive in the instance: |r

Re: [PD] big soundfiles

2010-11-27 Thread Derek Holzer
That's a nice theoretical explanation Mathieu (no sarcasm intended), but let's think practical for a second. If you were going to give some simple advice to Pd newcomers about the length of a soundfile they should load to be read by [tabread4~] without noticeable distortions, what would it be?

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-27 Thread ALAN BROOKER
You can grab it from: http://l2ork.music.vt.edu/main/?page_id=56 Ugh, 20101127 is now out fixing two regressions. Namely, 1) segfault due to the way iemgui's implementation of universal color did not allocate proper memory for the char array 2) stale GOP elements due to incorrect check

Re: [PD] big soundfiles

2010-11-27 Thread Roman Haefeli
On Sat, 2010-11-27 at 11:20 +0100, Derek Holzer wrote: That's a nice theoretical explanation Mathieu (no sarcasm intended), but let's think practical for a second. If you were going to give some simple advice to Pd newcomers about the length of a soundfile they should load to be read by

[PD] Kitect in Pd ?

2010-11-27 Thread Koray Tahiroglu
Hi all, Does anybody have any chance to get those nice sensory inputs in Pd? Seems like its USB connection has been hacked and I was wondering if anybody already used that with Pd. Any ideas/comments on its possible Pd connection? Best, Koray - M.Koray

Re: [PD] non-logical receives

2010-11-27 Thread Frank Barknecht
Hi, On Fri, Nov 26, 2010 at 10:47:18PM +, Andrew Faraday wrote: This might be a simple problem, but I can't see a way around it. I'm making a patch involving a grid of toggles (each in an abstraction, so they can have rules to control them individually, also to relay this grid to a grid

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-27 Thread Mathieu Bouchard
On Sat, 27 Nov 2010, ALAN BROOKER wrote: Also Gridflow as mentioned previously causes crashes but not so hard as py.  When I swapped the L2Orkt file to normal extended, I could use Gridflow in the new gui as normal- so perhaps the issue is not in the tk file but else where? If you (or

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-27 Thread Mathieu Bouchard
On Wed, 24 Nov 2010, Hans-Christoph Steiner wrote: I think there are advantages to having the GUI be a separate process, and it would be worth exploring other ways of havning pd and pd-gui talk. Shared memory is one idea. Plus for things like arrays, the data could be sent as binary thereby

Re: [PD] Most simple interfacing of 1 or 3 hardware switches (with [comport]?)

2010-11-27 Thread Pierre Massat
So did I. You should be aware that reading data input from a game controller requires the [hid] object, which currently only works in Linux. There's always [hidin] in windows, but it's much less reliable. Also, if you plan on using pots in the future, be aware that cheap controllers often have

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-27 Thread Martin .
Hi, I'd like to test this. Can I install it alongside my other pd installation or will installing this take over other installations of pd-extended? If it is possible, how do I go about doing this? cheers, martin On Sat, Nov 20, 2010 at 10:20 PM, Ivica Ico Bukvic i...@vt.edu wrote: Dear

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-27 Thread Mathieu Bouchard
On Thu, 25 Nov 2010, IOhannes m zmölnig wrote: - - something i think is only inherited from pd-extended, but whiich makes me shout out loud, is that when i start pd-l2ork it creates a pd-externals folder in my home directory. even if i don't do anything apart from opening! i think this is

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-27 Thread Mathieu Bouchard
On Wed, 24 Nov 2010, João Pais wrote: e.g. I am right now thinking it would be nice to have resizable cnv just by clicking on its bottom-right corner. Ditto for other visual iemgui objects. Another thing I would really like to see soon is ability to box-select patch cords. Then perhaps an

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-27 Thread Ivica Ico Bukvic
On Sat, 2010-11-27 at 15:36 +0100, Martin . wrote: Hi, I'd like to test this. Can I install it alongside my other pd installation or will installing this take over other installations of pd-extended? If it is possible, how do I go about doing this? cheers, martin See one of the early

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-27 Thread Ivica Ico Bukvic
I think I'll take a stab at this one soon. Before you do, you should ask Miller what exactly his comments mean in: http://sourceforge.net/tracker/index.php?func=detailaid=1056914group_id=55736atid=478072 Also see:

[PD] Compiling pd-extended externals

2010-11-27 Thread Ivica Ico Bukvic
Hans, I just finished recompiling externals using L2Ork iteration of Pd, according to the script that came with the Pd-extended's externals/ folder. It appears with the make install command all externals have been built inside the build/lib/pd/extra (with doc/) folders. Is this now simply a

Re: [PD] Compiling pd-extended externals

2010-11-27 Thread Hans-Christoph Steiner
You'll want to use $prefix to install, so: make prefix=/usr install .hc On Nov 27, 2010, at 11:06 AM, Ivica Ico Bukvic wrote: Hans, I just finished recompiling externals using L2Ork iteration of Pd, according to the script that came with the Pd-extended's externals/ folder. It appears with

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-27 Thread ALAN BROOKER
Hi Mathieu, Thanks for this, I have done a trace back with the following output on the terminal : (gdb) run Starting program: /usr/local/bin/pd -oss -channels 2 my-bug-test.pd [Thread debugging using libthread_db enabled] [New Thread 0xb6168b70 (LWP 5214)] init : Avifile

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-27 Thread Ivica Ico Bukvic
This looks like an incompatibility between tagged moving of an object and something in the gridflow. Does this occur with any object or just some specific object(s)? Mathieu, The offending call should be the same like the Regular call except that is this place is using a tag. It can be found

Re: [PD] Most simple interfacing of 1 or 3 hardware switches (with [comport]?)

2010-11-27 Thread András Murányi
Thank you all for the ideas! I think i'll try [lpt] first and see if i get input. (btw, OT: do you guys remember the COVOX 'sound card' for the LPT port? 8 resistors...) Then i'd go for the hacked keyboard thing - i remember a recent thread about how to attach a 2nd keyboard, with some xorg.conf

[PD] Gridflow+ L2Ork pd-extended (was: L2Ork pd-extended release candidate 1 now available)

2010-11-27 Thread ALAN BROOKER
If I press ctrl+1 to create an object that's when it crashes out, opening pd patches is fine but if I try to edit them then a crash will occur as well. Also opening Grdiflow help index causes crashes without loading the index patch at all On Sat, Nov 27, 2010 at 5:43 PM, Ivica Ico Bukvic

Re: [PD] Gridflow+ L2Ork pd-extended (was: L2Ork pd-extended release candidate 1 now available)

2010-11-27 Thread Ivica Ico Bukvic
I am not sure if you already mentioned this but did you actually try recompiling gridflow from scratch or are you using one of the precompiled packages in conjunction with the l2ork pd-extended? ALAN BROOKER alan.brooker2...@gmail.com wrote: If I press ctrl+1 to create an object that's when it

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-27 Thread András Murányi
with today's build, i got this upon clicking a [tgl] in a nested GOP (couldn't reproduce it from scratch) *** buffer overflow detected ***: ./pd terminated === Backtrace: = /lib/libc.so.6(__fortify_fail+0x37)[0x7f7189d6d217] /lib/libc.so.6(+0xfe0d0)[0x7f7189d6c0d0]

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-27 Thread Mike Moser-Booth
On 11/27/10 10:36 AM, Mathieu Bouchard wrote: On Wed, 24 Nov 2010, Jonathan Wilkes wrote: Well, you could also go the other way and just get rid of the Find menu altogether. It's just the redundancy I'd like to get rid of the redudancy. :) Hi, this is James Martin Martin-James, from the

Re: [PD] Gridflow+ L2Ork pd-extended (was: L2Ork pd-extended release candidate 1 now available)

2010-11-27 Thread Ivica Ico Bukvic
Some externals that rely upon g_canvas.h and/or g_all_guis.h will require a recompile but likely no changes to the source are needed. Please try recompiling and let us know how it goes. HTH Best wishes, Ico ALAN BROOKER alan.brooker2...@gmail.com wrote: It's a precompiled package downloaded

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-27 Thread Ivica Ico Bukvic
Thx for the report. Let me investigate once I get back home. András Murányi muran...@gmail.com wrote: with today's build, i got this upon clicking a [tgl] in a nested GOP (couldn't reproduce it from scratch) *** buffer overflow detected ***: ./pd terminated === Backtrace: =

Re: [PD] big soundfiles

2010-11-27 Thread Derek Holzer
Thank you Roman, this is exactly the kind of concise and clear information I was looking for to include in the chapters on sample playback in the Pd FLOSS Manual! Best, Derek On 11/27/10 12:02 PM, Roman Haefeli wrote: When playing a table at Pd's native rate, you can play tables error-free

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-27 Thread Jonathan Wilkes
--- On Sat, 11/27/10, Mathieu Bouchard ma...@artengine.ca wrote: From: Mathieu Bouchard ma...@artengine.ca Subject: Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch) To: Jonathan Wilkes jancs...@yahoo.com Cc: Ivica Ico Bukvic i...@vt.edu, pd-list@iem.at

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-27 Thread Ivica Ico Bukvic
On Sat, 2010-11-27 at 20:44 +0100, András Murányi wrote: with today's build, i got this upon clicking a [tgl] in a nested GOP (couldn't reproduce it from scratch) Figured this one out--forgot to update one place in the g_numbox.c actually. It should be fine now. That said, there are still a

Re: [PD] magicglass WAS: call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-27 Thread Hans-Christoph Steiner
On Nov 25, 2010, at 1:52 AM, Ivica Ico Bukvic wrote: On Wed, 2010-11-24 at 23:48 -0500, Hans-Christoph Steiner wrote: On Nov 24, 2010, at 10:59 PM, Ivica Ico Bukvic wrote: (and a random aside, perhaps you'd be interested in getting Pd to use the GTK open panel? I've always hated the

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-27 Thread Hans-Christoph Steiner
On Nov 25, 2010, at 2:35 AM, Ivica Ico Bukvic wrote: On Wed, 2010-11-24 at 22:46 -0500, Ivica Ico Bukvic wrote: On Thu, 2010-11-25 at 02:53 +0100, András Murányi wrote: moonlib indeed! 2010/11/25 Jonathan Wilkes jancs...@yahoo.com [moonlib/mknob] -Jonathan

[PD] zenity plugin for Pd 0.43 WAS: magicglass WAS: call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-27 Thread Hans-Christoph Steiner
On Nov 25, 2010, at 6:27 AM, Lorenzo Sutton wrote: Hans-Christoph Steiner wrote: On Nov 24, 2010, at 10:59 PM, Ivica Ico Bukvic wrote: (and a random aside, perhaps you'd be interested in getting Pd to use the GTK open panel? I've always hated the Tcl/Tk one). How would one go about

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-27 Thread Hans-Christoph Steiner
On Nov 25, 2010, at 3:37 PM, András Murányi wrote: 2010/11/25 Ivica Ico Bukvic i...@vt.edu On Wed, 2010-11-24 at 22:46 -0500, Ivica Ico Bukvic wrote: On Thu, 2010-11-25 at 02:53 +0100, András Murányi wrote: moonlib indeed! 2010/11/25 Jonathan Wilkes jancs...@yahoo.com

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-27 Thread Hans-Christoph Steiner
-nosleep means Pd doesn't let go of the CPU, so it means your machine's CPU is more or less owned by Pd. .hc On Nov 25, 2010, at 8:30 PM, Ivica Ico Bukvic wrote: Why would you run it with nosleep? I am also not familiar with this option--what does it do? András Murányi

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-27 Thread Hans-Christoph Steiner
On Nov 25, 2010, at 1:18 PM, Ivica Ico Bukvic wrote: thanks for sharing. a couple of very minor remarks: - - your webpage froze firefox/iceweasel on my eeepc the first time i accessed it; i assume this is due to the animated tagcloud. is there any conceptual reason for maaking a

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-27 Thread Jonathan Wilkes
The ctrl-Enter functionality is missing. In normal pd-ext 0.42-5 (on Hardy) I can: 1. Click ctrl-1 and type the name of the object. 2. Click ctrl-Enter to instantiate the object and have it selected. 3. Click ctrl-d and have a new, unconnected object which I can Shift-arrow where I want it,

[PD] zexy/demultiplex help patch

2010-11-27 Thread Jonathan Wilkes
Here's a problem I've run into: 1. Launch Pd-ext. 2. Create new patch. 3. Create [demux]. 4. Notice console message. 5. Right-click and choose help. 6. Notice console error: couldn't find help patch. 7. No help patch for [demultiplex] either, but there is one for [zexy/demultiplex]. (Notice,

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-27 Thread Jonathan Wilkes
Question about the cord inspector: is it feasible to make the font size scale with the 'Edit' menu font bomb dialogue? I know the whole font situation in Pd is problematic, but currently the font bomb dialogue is the only way to make patches readable when projecting them on a large screen.

Re: [PD] Kitect in Pd ?

2010-11-27 Thread Hans-Christoph Steiner
I have libusb/libhid code for Pd, in externals/hcs/usbhid. It shouldn't be too hard to make a Kinect external for Pd. .hc On Nov 27, 2010, at 6:12 AM, Koray Tahiroglu wrote: Hi all, Does anybody have any chance to get those nice sensory inputs in Pd? Seems like its USB connection has

Re: [PD] Arduino Humidity/Temp Sensor Problem

2010-11-27 Thread Hans-Christoph Steiner
It should be pretty straightforward to turn dht11.pde into a Firmata- based firmware, basically just replace the Serial.print() statements with Firmata.sendAnalog() and assign a channel for temp and humidity. You could also do it with strings if you wanted. .hc On Nov 26, 2010, at 8:54

Re: [PD] [PD-announce] many - a library for managing many instances

2010-11-27 Thread Hans-Christoph Steiner
On Nov 25, 2010, at 12:13 PM, Mathieu Bouchard wrote: On Mon, 22 Nov 2010, Hans-Christoph Steiner wrote: After making my own nqpoly5, nqpoly6, nqpoly7, runmany, voicepoly, etc. I've tried to bundle all these techniques into a common library. Since this library is all about managing many

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-27 Thread Jonathan Wilkes
Small detail-- your 'Put' menu is tearoff-able. -Jonathan --- On Sun, 11/28/10, Ivica Ico Bukvic i...@vt.edu wrote: From: Ivica Ico Bukvic i...@vt.edu Subject: Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...) To: András Murányi muran...@gmail.com

Re: [PD] L2Ork pd-extended release candidate 1 now available (was: Re: call for testers...)

2010-11-27 Thread Jonathan Wilkes
Hi, Here are some scrolling observations: In the attached patch, drag the [pd] object far down into the bottom right-hand corner, so that you get some scrollbars to appear. Now, on the current pd-extended, you can scroll down to that object, and when you drag it back to its original