Re: [PD] need help with pmpd

2008-12-11 Thread Damien Henry - Voxler
then use iLine instead of iSeg : they are infinitly long. Cheers, Damien. jörg brinkmann a écrit : thank you veryvery much Jack :) they are not falling out of the corners anymore. nice but is it possible to never let the balls come across the border ? (this happens when you shake very

Re: [PD] ehu abstractions to be released

2008-12-11 Thread IOhannes m zmoelnig
altern wrote: Hans-Christoph Steiner(e)k dio: You can force the version by using the namespace prefix: [cyclone/counter] [cyclone/prepend] [iemlib/gate] this is what i am doing. i think that solves the issue. i think even better would be to use built-in objects. in the case of [gate]

Re: [PD] API for manipulating a patch in real time

2008-12-11 Thread Enrique Erne
i'd love to see pd going this direction and use it with friends. processing is a pretty good candidate imo. on osx i could get it to start and open a patch unfortunately not in -nogui mode i do not understand enough what's possible, but it would be crazy if one could use Pd with titanium,

Re: [PD] ehu abstractions to be released

2008-12-11 Thread Frank Barknecht
Hallo, IOhannes m zmoelnig hat gesagt: // IOhannes m zmoelnig wrote: altern wrote: Hans-Christoph Steiner(e)k dio: You can force the version by using the namespace prefix: [cyclone/counter] [cyclone/prepend] [iemlib/gate] this is what i am doing. i think that solves the issue.

Re: [PD] API for manipulating a patch in real time

2008-12-11 Thread Chris McCormick
Hi Miller, On Wed, Dec 10, 2008 at 09:12:23AM -0800, Miller Puckette wrote: I can imagine simply writing an example program to do this (putting some boilerplate first and then a rewritable main at the end). It would look more like this: /* don't touch me */ /* but replace the

Re: [PD] need help with pmpd

2008-12-11 Thread Max
Works well with metro 1 and a little less gravity (iAmbient2D mass), can't wait to hear the sound it will make! m. Am 11.12.2008 um 01:59 schrieb Jack: You can put 1 instead of 5 in the [metro]. Then the update of the PMPD system is much faster than GEM (in your exemple 1 frame every 20

Re: [PD] Percolate for Pd

2008-12-11 Thread Mitchell Turner
Well, of course, I did search before I asked. I still could not find it. That's when I turned to this list. Thanks for your time, Mitch On Dec 10, 2008, at 11:55 PM, hard off wrote: search the pd forum, someone posted a .zip of it a while back i think.

[PD] MIDI data to pd on OS X using MIDI network

2008-12-11 Thread Lao Yu
Hi, I want to connect a commercial software (Logic) and send MIDI data to pd using the MIDI network which is part of the OS. Once MIDI network is enabled both Logic and pd 'see' the network driver and allow it to be configured as a device, Logic as an output (for external MIDI devices) and

[PD] Open Lab at the 11th Cairo Bienale

2008-12-11 Thread yves degoyon
*Open* *Lab at the 11*^*th* * Cairo Bienale* *21*^*st* * to 27*^*th* * of December 2008* *Bab Gallery of the Museum of Modern Egyptian Art* In the context of the 11^th Cairo Bienale, in cooperation with the Fine Arts Sector of the Ministry of Culture, the Embassy of Spain in Cairo and

[PD] MIDI data to pd on OS X using MIDI network

2008-12-11 Thread Lao Yu
oops - it's working now with the IAC driver - sorry for my hasty post. forget it... Shamefully Jurgen ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Percolate for Pd

2008-12-11 Thread hard off
you searched the pd forum, and you didn't find 'percolate' ?? i can't believe that. you will have to login to be able to download the .zip files. they are about 4 posts down this thread: http://puredata.hurleur.com/sujet-619-port-percolate ___

[PD] nearest power of 2

2008-12-11 Thread hard off
what's the easiest way for pd to find the nearest power of 2 for any float? so 10 would give a result of 8, 53 would give a result of 64, etc.. http://en.wikipedia.org/wiki/Power_of_two#Algorithm_to_convert_any_number_into_nearest_power_of_two_number

Re: [PD] Open Lab at the 11th Cairo Bienale

2008-12-11 Thread ydegoyon
hi, thanks for these contacts, of course, we are invited by Roman, the one that throws parties... err, no, it's for working... another interesting fact is that my friend Dirar Kalash, from palestina will come to join us and play in the final event : 27/12/08 20h Final presentation of the

Re: [PD] nearest power of 2

2008-12-11 Thread hard off
ah don't worry. the bitwise operators in pd correspond exactly to the process in that wikipedia article. couldn't guess it would be that easy. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] nearest power of 2

2008-12-11 Thread hard off
may as well post the patch i guess. actually it just gets the NEXT power of 2, not the nearest, but that is fine for my purpose - which is to decide how many slices to make in a sound file to cut it into individual beats. nextpow2.pd Description: application/extension-pd

Re: [PD] nearest power of 2

2008-12-11 Thread Thomas Grill
Hi, one could also use expr pow(2, int(log($f1)/log(2)+0.5)) which takes the dual log, rounds that to the nearest integer and calculates the dual power again. gr~~~ Am 11.12.2008 um 18:02 schrieb hard off: ah don't worry. the bitwise operators in pd correspond exactly to the process in

[PD] [PD-announce] [Pdmtl] pdmtl#29 le 2008.12.13

2008-12-11 Thread Mathieu Bouchard
-- Forwarded message -- Date: Thu, 11 Dec 2008 14:10:04 -0500 (EST) From: Mathieu Bouchard ma...@artengine.ca To: pd...@artengine.ca Subject: [Pdmtl] pdmtl#29 le 2008.12.13 PureData Montréal #29 le samedi 13 décembre 2008 de 13H00 à 17H00 à Vidéographe Ouvert à tous et à

Re: [PD] ehu abstractions to be released

2008-12-11 Thread Hans-Christoph Steiner
On Dec 11, 2008, at 4:19 AM, IOhannes m zmoelnig wrote: altern wrote: Hans-Christoph Steiner(e)k dio: You can force the version by using the namespace prefix: [cyclone/counter] [cyclone/prepend] [iemlib/gate] this is what i am doing. i think that solves the issue. i think even better

Re: [PD] ehu abstractions to be released

2008-12-11 Thread Thomas Grill
Hi, could you give me some infos about your OS and compiler version? Does it work if you set OFLAGS=-O2 instead? gr~~~ Am 09.12.2008 um 23:39 schrieb altern: patrick(e)k dio: /me is wondering i compiled xsample (linux - 32bits): http://www.11h11.com/temp/xsample.pd_linux anyone can try to

Re: [PD] [PD-announce] [Pdmtl] pdmtl#29 le 2008.12.13

2008-12-11 Thread IOhannes m zmoelnig
Mathieu Bouchard wrote: Ambisonic est une partie de la librairie PdMtlAbstractions conçue pour pour la spatialisation sonore en 2D ou 3D. btw, it's called Ambisonics (with a trailing s) :-) good luck fgmar IOhannes ___ Pd-list@iem.at mailing

Re: [PD] ehu abstractions to be released

2008-12-11 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: Except [list prepend], which I consider a stranger prefix. :) I hmm, i vaguely remember turning down my suggestion to rename internals [list trim] to [list/trim]...should be somewhere on the sf-tracker mfrad IOhannes

Re: [PD] nearest power of 2

2008-12-11 Thread Matt Barber
This might be silly, but here are three abstractions I made a couple years or so when I was learning... the nearest one defaults to the higher value for numbers halfway between. Matt Date: Fri, 12 Dec 2008 00:48:48 +0900 From: hard off hard@gmail.com Subject: [PD] nearest power of 2

Re: [PD] Percolate for Pd

2008-12-11 Thread Mitchell Turner
John, I was able to get Percolate working on a MacBookPro running OS 10.5.5 and Pd-Extended 0.40.3. The way I was able to do this involved compiling from source. The required a few steps outlined below. I'm not absolutely sure my changes are the best way to do things. But it worked so I

Re: [PD] Percolate for Pd

2008-12-11 Thread Hans-Christoph Steiner
One note on this, it would be much better to put the files into ~/ Library/Pd or /Library/Pd than into the Pd-extended.app. That way percolate will still be there after you upgrade. .hc On Dec 11, 2008, at 6:15 PM, Mitchell Turner wrote: John, I was able to get Percolate working on a

[PD] problem with plugin~ and dssi~

2008-12-11 Thread Ivica Ico Bukvic
Hi all, Using pd-extended 0.40.3 (deb) on Ubuntu Intrepid and when using either built-in plugin~ and dssi~ objects (also tried with dssi~ compiled from the latest available source) I get the following output before Pd segfaults: Warning: no LADSPA_PATH, assuming

Re: [PD] problem with plugin~ and dssi~

2008-12-11 Thread Ivica Ico Bukvic
Apologies all for the noise. It appears sine_faaa does not work, but also when choosing ladspa plugins you still need to specify the actual plugin name (e.g. /usr/lib/ladspa/gverb_1216.so:gverb). But then the question is how do we know what is the name of each plugin? Any ideas? Many thanks!

[PD] Sort a list of symbols?

2008-12-11 Thread Dafydd Hughes
Hi folks Am I just not seeing it? Is there a pd-way to sort a list alphabetically? cheers dafydd -- www.sideshowmedia.ca skype: chickeninthegrass ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] nearest power of 2

2008-12-11 Thread Kyle Klipowicz
This is neat. Please share your continued research in this territory. Also, has anyone made a beat slicer that chops up a sound file based on transients? ~Kyle On Thu, Dec 11, 2008 at 11:07 AM, hard off hard@gmail.com wrote: may as well post the patch i guess. actually it just gets the

Re: [PD] ehu abstractions to be released

2008-12-11 Thread Hans-Christoph Steiner
On Dec 11, 2008, at 4:27 PM, IOhannes m zmoelnig wrote: Hans-Christoph Steiner wrote: Except [list prepend], which I consider a stranger prefix. :) I hmm, i vaguely remember turning down my suggestion to rename internals [list trim] to [list/trim]...should be somewhere on the

Re: [PD] Percolate for Pd

2008-12-11 Thread Mitchell Turner
That's an excellent idea. Thanks, I'll do it. Mitch On Dec 11, 2008, at 6:56 PM, Hans-Christoph Steiner wrote: One note on this, it would be much better to put the files into ~/ Library/Pd or /Library/Pd than into the Pd-extended.app. That way percolate will still be there after you

Re: [PD] Percolate for Pd

2008-12-11 Thread Collin
Hi Mitchell, list, I also compiled percolate on my Mac today, and it was a lovely experience. One thing I did differently, that some people may find useful: Rather than removing the windows section from the makefile, I specified Mac like this: $ make pd_darwin btw, I looked at your

Re: [PD] problem with plugin~ and dssi~

2008-12-11 Thread Jacob Lee
The command listplugins will give you the name and library path of all the plugins on your system. plugin~ does have some random crash bugs when it can't find the plugins, and it's not as smart as it could be about finding the libraries without needing the full path. I have a patched version that