Re: [PD] int.lib for PD? (interpolating between numerous preset values)

2008-07-12 Thread Anders Friberg
Hi Joseph, I did exactly that but in pd so I wonder who it was? Anyway my patch is called pDM and can be downloaded at http://www.speech.kth.se/music/performance/download/ It includes 2D interpolation of a number of variables. The corner values of each variable are set to specific values and the

Re: [PD] int.lib for PD? (interpolating between numerous preset values)

2008-07-12 Thread cyrille henry
hello, here is an interpol abstraction that i made for the mapping lib. i did never commited it. mainly because i never make it to work everywhere. (don't know how to deal with iem_matrix / hexa_loader / pd extended)... cyrille Joseph Barrows a écrit : Hi Pders, I recently saw a

Re: [PD] int.lib for PD? (interpolating between numerous preset values)

2008-07-12 Thread Frank Barknecht
Hallo, Joseph Barrows hat gesagt: // Joseph Barrows wrote: I was wondering if there is anything like this for PD (interpolation of groups of values) [list-inter] from [list]-abs could be a building block for this, if your lists aren't too long. Ciao -- Frank Barknecht

Re: [PD] frequency components analysis

2008-07-12 Thread hard off
you looked at [fiddle~] right? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] how to avoid (most/many/some) readsf~ dropouts

2008-07-12 Thread Damian Stewart
hey, one thing i've noticed with readsf~ using it in my own live-performance sets is that doing this [symbol blahblahblah.aif] | [open $1, bang( | [readsf~] sometimes causes dropouts. but if you go [symbol blahblahblah.aif] | [t b a] | \ | \ [del 50][open $1( |

Re: [PD] int.lib for PD? (interpolating between numerous preset values)

2008-07-12 Thread Luigi Rensinghoff
Hi, This looks really nice and exciting. I would like to incorporate the patch in the wiimote experiments i did...so the 2D variables could actually be catched from the wii-IR coordinates. What i dont understand is the synth part ?? i did not have a closer look yet for now i am just

[PD] Speed of messages (WII-OSC..etc)

2008-07-12 Thread Luigi Rensinghoff
Hi dear List I have a question regarding my Wiimote-OSC experiments. The wiimote data gets into PD via OSC, either through OSculator or through a linuxbox running the wiimote external. So i have problems computing really really fast movements from the wiimote and i would like to ask if

Re: [PD] int.lib for PD? (interpolating between numerous preset values)

2008-07-12 Thread Anders Friberg
The warning can be ignored. It seems to be a small bug. The synth part just rescale decibels to velocity given you have one of the synths in the list. It works anyway but without proper calibration of sound level. Please use it if you wish - I would be great to hear more about it and I would

Re: [PD] how to avoid (most/many/some) readsf~ dropouts

2008-07-12 Thread hard off
i was going to post about the readsf~ dropout problem today. good timing. in my case though, i am sending the open message, and then manually banging to start, usually at least 15-20 seconds after opening, but i still get dropouts! not all the time, not in any pattern that i can recognise, but

Re: [PD] how to avoid (most/many/some) readsf~ dropouts

2008-07-12 Thread Julian Peterson
Is your hard drive going to sleep? I used to get this on osx when the HD would sleep. Telling it not to rest fixed the issue. I now routinely do this when performing live. JP On Jul 12, 2008, at 8:54 AM, hard off wrote: i was going to post about the readsf~ dropout problem today. good

Re: [PD] shell problem on osx

2008-07-12 Thread Jack
I haven't any problem with [shell] with MacOSX.4.11 with a Powerbook G4. I use it often. I use Pd version 0.40.3-extended-20080622 and Pd version 0.40.3- extended-20080315. ++ Jack Le 10 juil. 08 à 20:39, marius schebella a écrit : Hi, when I use the shell object on osx, I get an error

Re: [PD] [PD-announce] pdpedia is back!

2008-07-12 Thread Jack
Hola Hans ! It seems to work nice for french version. ++ Jack Le 10 juil. 08 à 21:46, Hans-Christoph Steiner a écrit : After a little holiday due to an OS upgrade, pdpedia is back! Please let me know if it isn't working for you: http://pdpedia.org .hc

Re: [PD] shell problem on osx

2008-07-12 Thread Luke Iannini
On Thu, Jul 10, 2008 at 11:39 AM, marius schebella [EMAIL PROTECTED] wrote: Hi, when I use the shell object on osx, I get an error after every command I send to it. The application pd quit unexpectedly. anybody know why and how to get rid of that? I found a glimmer but never had the chops to

[PD] Harware and video card with Linux

2008-07-12 Thread Jack
Hello, I would like to use one PC with ubuntu and 2 graphic cards with 2 outputs (total : 4 video outputs). I usually use a Mac. Can you give me a good harware configuation using Pd and GEM equivalent to a MacPro configuration (2 intel Quad-core 2,8 GHz and 2 ATI Radeon HD 2600 XT) ? Not

[PD] Attempt at Tcl/Tk 8.5 Building

2008-07-12 Thread Luke Iannini
Hi all, I thought I might try to get a build going with Tcl/Tk 8.5 to check out the possible GUI speed improvements. Making darwin_app_core seems to build fine without any changes, but I end up with a Bus error when try to run it (via the terminal) and the crash log is at the bottom of this

Re: [PD] how to avoid (most/many/some) readsf~ dropouts

2008-07-12 Thread hard off
julian! you're a legend!!! that was totally the problem. it totally makes sense too, because when i sent a couple of 'open' messages in a row, i wouldn't get clicks, but if i left it for a while, it would drop out. now i have zero dropouts. awesome.

[PD] compiling pd on fedora 9

2008-07-12 Thread Jaime Oliver
Hello I´m compiling pd on fedora 9 in a core 2 duo machine, doing the following yum install tk-devel then cd into src: ./configure make install and pd doesn´t work correctly, (for example ctrl-n and ctrl-q don´t work) below is the result of my ./configure: Could someone point me to the