Re: [PD] problem loading libraries

2009-11-08 Thread loic kessous
thanks Derek ! it works. loic On Thu, Nov 5, 2009 at 2:48 PM, Derek Holzer de...@umatic.nl wrote: If you really have no idea what you did, it's best to remove every copy of org.puredata.pd.plist in your system before trying to reinstall. Check in /User/your user name/Library/Preferences

Re: [PD] smartphone advice

2009-11-08 Thread loic kessous
The only real missing piece is the audio I/O, but that is not too hard to do. Ideally, the rjdj crew would release their audio I/O code to be included in Pd-vanilla and we should share the work of maintenance and improvements. But that's not the only way to get it done. I'm here at

[PD] [PD-announce] Ardour Workshop + FLOSS Manuals Book Sprint, 23-27.11.09 Rotterdam NL

2009-11-08 Thread Derek Holzer
File under: tangentally related to Pure Data ;-) --- Ardour Workshop + FLOSS Manuals Book Sprint Hosted by: moddr_lab/WORM, FLOSS Manuals and Derek Holzer Monday 23 November to Friday 27 November, 2009 Day session: 13:00-17:00 (GMT +1) Evening session: 18:00-22:00 (GMT +1) Location

Re: [PD] tab-abs

2009-11-08 Thread Raphaël Isdant
Hi, you should check into /pd/extra/iem_tab Raf - Original Message - From: Matt Barber brbrof...@gmail.com To: PD-List pd-list@iem.at Sent: Saturday, November 07, 2009 4:04 AM Subject: [PD] tab-abs Hello, I think this has been proposed before, so maybe I've missed it. Is there a

Re: [PD] smartphone advice

2009-11-08 Thread Hans-Christoph Steiner
On Nov 8, 2009, at 3:59 AM, loic kessous wrote: The only real missing piece is the audio I/O, but that is not too hard to do. Ideally, the rjdj crew would release their audio I/O code to be included in Pd-vanilla and we should share the work of maintenance and improvements. But that's

Re: [PD] hosting

2009-11-08 Thread Ricardo Lameiro
Could be GIT or something. maybe being a mirror of the info that is actually at puredata.info 2009/11/8 errordevelo...@gmail.com Hello Fabio, it could be fabulous to get have a stand-alone host for pd community could be great! then we could have it as central SVN (or may be even bazar?)

Re: [PD] build 64 bit again ...

2009-11-08 Thread Dan Wilcox
On 11/08/2009 04:14 AM, András Murányi wrote: On Sat, Nov 7, 2009 at 3:59 AM, Dan Wilcox danomat...@gmail.com mailto:danomat...@gmail.com wrote: Ok, 64 bit Ubuntu Karmic So I have a script to grab pd-extended and build a package ... but still the same weird table bugs as the

Re: [PD] using pix_mix to mix past images with present

2009-11-08 Thread Jack
Le samedi 07 novembre 2009 à 19:39 -0600, John Harrison a écrit : Hmm. This worked for you? I get a seg fault with your patch when I click on [create, 1(. I could get it to start w/out a seg fault by disconnecting the [t a b ] from the [gemlist], then clicking on the [create, 1( then

Re: [PD] tab-abs

2009-11-08 Thread Matt Barber
Ah, yes, thanks! I've said it before -- one of my favorite things about list-abs is their use in pedagogy -- you can get under the hood in them with music students and they don't have to learn C to do it (each of the list-abs objects could be written much more efficiently in C but it's nice to

[PD] arduino melody example in PD?

2009-11-08 Thread Collin
That sketch is playing a tune making square waves of different frequencies. That's not really the same as PWM, which varies the length of the pulse, but the frequency stays constant. There are a few ways to generate a square wave of a given freq. in Pd, if that is your goal. If you want

Re: [PD] arduino melody example in PD?

2009-11-08 Thread altern
That sketch is playing a tune making square waves of different frequencies. That's not really the same as PWM, which varies the length of the pulse, but the frequency stays constant. There are a few ways to generate a square wave of a given freq. in Pd, if that is your goal. If you want to

Re: [PD] tab-abs

2009-11-08 Thread Kyle Klipowicz
I would encourage it! A Pd-vanilla approach to table manipulations is sadly lacking, and list-abs is a beautiful API to adhere to. I'm sure that many rj-dj programmers wouldn't mind something like this... ~Kyle 2009/11/8 Matt Barber brbrof...@gmail.com Ah, yes, thanks! I've said it before

Re: [PD] GridFlow 0.9.6 for Mac OS X

2009-11-08 Thread Kyle Klipowicz
Confirmed. I downloaded the latest Pd-extended release and GridFlow runs an example patch! Nice work, I've been waiting for this for years. ~Kyle On Sat, Nov 7, 2009 at 5:25 PM, Patrick Boivin pboi...@gmail.com wrote: Reason: Incompatible library version: gridflow.pd_darwin requires

[PD] max externals to pd port

2009-11-08 Thread komika
hello list i have set up a download site at http://www.komika.org for externals which read and play back timecoded vinyl (at the moment only traktor scratch vinyl is supported). These externals are written for Max/MSP. I am wondering if anybody is interested to port those externals to PD. -

Re: [PD] GridFlow 0.9.6 for Mac OS X

2009-11-08 Thread mark edward grimm
running for me too! although... when i mouse over the gridflow [#out window] i get the spinning beach ball - this is in all example patches, so obviously the I am running 10.6. Well aware this is compiled for 10.4, could this be the problem? m   --- On Sun, 11/8/09, Kyle Klipowicz

Re: [PD] GridFlow 0.9.6 for Mac OS X

2009-11-08 Thread Mathieu Bouchard
On Sun, 8 Nov 2009, mark edward grimm wrote: although... when i mouse over the gridflow [#out window] i get the spinning beach ball - this is in all example patches, so obviously the When I wrote the window code for OSX, I couldn't get it to work, and then James Tittle fixed the bugs so that

[PD] compiling externals on snow leopard

2009-11-08 Thread Rich E
I've been trying to get my externals to compile in to use with Pd-extended... in OS X Snow Leopard. So far it hasn't been easy because Pd-extended is i386 and my externals are compiling as x86_64. All I can find on this is to force the build to i386 with the gcc flag '-arch i386', but the linker

Re: [PD] compiling externals on snow leopard

2009-11-08 Thread Jaime Oliver
and then, I again have the 64 bit version: $ file incr.pd_darwin incr.pd_darwin: Mach-O 64-bit bundle x86_64 in snow leopard i compile externals in .d_fat, but I'm in x86_64... Anyone know how to get these guys to work with Pd-extended? Rich

Re: [PD] compiling externals on snow leopard

2009-11-08 Thread Hans-Christoph Steiner
You need to set the LDFLAGS to -arch i386 also. Or even better, try doing a 64-bit Snow Leopard build of Pd-extended. .hc On Nov 8, 2009, at 6:58 PM, Rich E wrote: I've been trying to get my externals to compile in to use with Pd- extended... in OS X Snow Leopard. So far it hasn't been

Re: [PD] build 64 bit again ...

2009-11-08 Thread Hans-Christoph Steiner
On Nov 8, 2009, at 7:54 AM, Dan Wilcox wrote: On 11/08/2009 04:14 AM, András Murányi wrote: On Sat, Nov 7, 2009 at 3:59 AM, Dan Wilcox danomat...@gmail.com wrote: Ok, 64 bit Ubuntu Karmic So I have a script to grab pd-extended and build a package ... but still the same weird table

Re: [PD] PD/GEM examples

2009-11-08 Thread Joseph Gray
In case you're interested here's the workshop outline (which is also just a bunch of links). It has a few collected examples at the top there if you ever need to copy/paste some: http://grauwald.com/workshops/pd/ The history section is a bit vague in places. Earliest mention I can find of

[PD] emulating the behaviour of a midi keyboard: trouble with repeated notes

2009-11-08 Thread Athos Bacchiocchi
hi, i'm working on a little project in which some notes with random pitches and duration appear at random time intervals. Each note is packed in a midi format (pitch and velocity), with a note-off event (pitch and zero velocity) sent after the note duration interval. it can happen that a

Re: [PD] emulating the behaviour of a midi keyboard: trouble with repeated notes

2009-11-08 Thread Kyle Klipowicz
Try researching edge detection. ~Kyle On Sun, Nov 8, 2009 at 9:54 PM, Athos Bacchiocchi athos.bacchioc...@tin.itwrote: hi, i'm working on a little project in which some notes with random pitches and duration appear at random time intervals. Each note is packed in a midi format (pitch and

Re: [PD] emulating the behaviour of a midi keyboard: trouble with repeated notes

2009-11-08 Thread Kyle Klipowicz
Sorry, did not read that deep enough the first time. Wish I could help more, but I can't. ~Kyle On Sun, Nov 8, 2009 at 10:33 PM, Kyle Klipowicz kylek...@gmail.com wrote: Try researching edge detection. ~Kyle On Sun, Nov 8, 2009 at 9:54 PM, Athos Bacchiocchi athos.bacchioc...@tin.it

Re: [PD] emulating the behaviour of a midi keyboard: trouble with repeated notes

2009-11-08 Thread Mike Moser-Booth
I would try and catch this before your [makenote] is triggered (assuming you're using [makenote]) Maybe something like this: [random 127] | [t f f]   [r oldnote] | |   | | [!= ] |  | [spigot] | [t f f] | | | [s oldnote] | [makenote] .mmb Athos Bacchiocchi wrote:  hi,

Re: [PD] emulating the behaviour of a midi keyboard: trouble with repeated notes

2009-11-08 Thread tim vets
2009/11/9 Athos Bacchiocchi athos.bacchioc...@tin.it hi, i'm working on a little project in which some notes with random pitches and duration appear at random time intervals. Each note is packed in a midi format (pitch and velocity), with a note-off event (pitch and zero velocity) sent