[PD] Gem Compiling

2007-04-28 Thread Nose Hair
I've been trying unsuccessfully to compile gem with font support for PPC running os 10.4.9. I have got as far as compiling freetype2, cppunit and FTGL but when I go to run the Xcode project to compile gem_darwin, I get a bunch of errors like "Base/configDarwin.h no such file or directory"

Re: [PD] New module for SSSAD: PRESET saving!

2007-04-28 Thread Chris McCormick
Hi Tom, On Sat, Apr 28, 2007 at 06:16:56PM -0400, Thomas Ouellet Fredericks wrote: > I was playing around with sssad and I found it so cute (so much more > than other state saving schemes) that I made a preset saving module > for it. > > To test, get sssad included in the s-abstractions > (http:/

Re: [PD] memory leak in pd gui?

2007-04-28 Thread Hans-Christoph Steiner
Do you have an example patch that causes this? Which CPU type? pd- vanilla or pd-extended? .hc On Apr 28, 2007, at 3:53 PM, John Harrison wrote: > I am running Pd 0.39-2 on ubuntu Dapper. It seems as though if I leave > Pd running for more than several days, the entire computer freezes or >

Re: [PD] RRADical users: Memento changes

2007-04-28 Thread Hans-Christoph Steiner
Just a reminder, in order for these changes to be included in Pd-0.39.2-extended, they'll have to be checked into the branch- v0-39-2-extended branch. At this point, only bug fixes should be checked into that branch, since we are about to release it. New features, especially ones that mig

Re: [PD] call for PDP testing on Mac OS X

2007-04-28 Thread Hans-Christoph Steiner
I have updated the Fink package for libquicktime, so I'd like to know if this all works. Then it will be much easier to get pdp and pidip working on Mac OS X. .hc On Apr 28, 2007, at 2:40 PM, <[EMAIL PROTECTED]> wrote: > that has to do with libquicktime, use the one that is included with

Re: [PD] call for PDP testing on Mac OS X

2007-04-28 Thread bigswift
pdp_ieee1394 does not build after 0.13 pp Hans-Christoph Steiner <[EMAIL PROTECTED]> wrote: > > Ok, pdp and pidip should now include quicktime support, if anyone > wants to test: > > http://autobuild.puredata.info/auto-build/2007-04-26/ > > libavcodec hasn't been working, so it might

Re: [PD] turning off audio in abstraction objects

2007-04-28 Thread patrick
hi, use [switch~] but if you don't want to hear a click when doing so, use : mix/switchnice~ from : http://wiki.dataflow.ws/PdMtlAbstractions ciao, pat ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/l

Re: [PD] Writing OSC applications in XUL

2007-04-28 Thread Stephen Sinclair
> Very nice tool Stephen. It work on Ubuntu Dapper too. Very interesting > for controlling/monitoring server-side pd too. I should update my Cool, I'm glad you got it working! Always good to know something compiles and runs on someone else's machine.. ;-) Steve _

Re: [PD] Writing OSC applications in XUL

2007-04-28 Thread Alexandre Quessy
Hi ! Very nice tool Stephen. It work on Ubuntu Dapper too. Very interesting for controlling/monitoring server-side pd too. I should update my AJAX/PHP tool too. http://pear.php.net/pepr/pepr-proposal-show.php?id=422 is not much used. I might provide some beautiful XUL examples to help to spread it

Re: [PD] turning off audio in abstraction objects

2007-04-28 Thread Andy Farnell
[switch~] goes inside the sub-patch/abstraction you want to control and you send it a 1 or 0 to start/stop computation. On Sat, 28 Apr 2007 21:52:23 +0100 c.m.bryan <[EMAIL PROTECTED]> wrote: > Hello all, > > I seem to remember a way to turn off audio in specific objects within > a patch, by no

[PD] turning off audio in abstraction objects

2007-04-28 Thread c . m . bryan
Hello all, I seem to remember a way to turn off audio in specific objects within a patch, by now I can't find it. I have multiple instances of a particularly intensive abstraction, it would be helpful to conserve resources for the ones that aren't currently being heard. Any hints? Thanks, Chri

[PD] memory leak in pd gui?

2007-04-28 Thread John Harrison
I am running Pd 0.39-2 on ubuntu Dapper. It seems as though if I leave Pd running for more than several days, the entire computer freezes or becomes sluggish to the point of being unusable. I can hear the disk thrashing like crazy. By setting up a cron job writing ps -auxw to a new time-stamped

Re: [PD] Writing OSC applications in XUL

2007-04-28 Thread Stephen Sinclair
Hi, > is there a serialization for PD messages inside OSC? for example > so one could load a webpage containing some XUL data hosted > on padawan's site...it could check for a local PD instance, and > shuttle the patch data over and open it.. If I understand you correctly, yes this is something I

Re: [PD] Writing OSC applications in XUL

2007-04-28 Thread carmen
On Sat Apr 28, 2007 at 02:37:27PM -0400, Stephen Sinclair wrote: > Hello, > > I've created an XPCOM component that wraps LibLo, allowing you to > communicate via OSC with JavaScript. > > It's sort of raw right now, and hasn't yet been ported to Windows or > OS X, but doing so shouldn't be too har

[PD] Writing OSC applications in XUL

2007-04-28 Thread Stephen Sinclair
Hello, I've created an XPCOM component that wraps LibLo, allowing you to communicate via OSC with JavaScript. It's sort of raw right now, and hasn't yet been ported to Windows or OS X, but doing so shouldn't be too hard. I really don't have time to work on it right now, so I thought I may as wel

Re: [PD] call for PDP testing on Mac OS X

2007-04-28 Thread bigswift
that has to do with libquicktime, use the one that is included with Sevvys stuff. the fink one is the problem. the only codec that works is Motion Jpeg pp [EMAIL PROTECTED] wrote: > I am getting the unsupported codec errors too with every codec I've tried. > Is Fink a requrement for

Re: [PD] scripting pd printouts

2007-04-28 Thread Frank Barknecht
Hallo, Andy Farnell hat gesagt: // Andy Farnell wrote: > I'm still banging my head against this and getting nowhere today > though. I'm sure it's not my stupidity, I've reduced this to the most simple > test case of a message to the window and still i get no output. > > Does this patch work for y

Re: [PD] Flute synthesis

2007-04-28 Thread Frank Barknecht
Hallo, Kyle Klipowicz hat gesagt: // Kyle Klipowicz wrote: > IIRC, SSAD has a major dependancy with Frank's list-abs. If you have > those, it should work, right Frank? No, SSSAD is completely standalone and doesn't require anything but pd-0.39 or up. One of the "S" in its name stands for "simplis

Re: [PD] array data in abstractions

2007-04-28 Thread Frank Barknecht
Hallo, Peter Worth hat gesagt: // Peter Worth wrote: > i did consider that actually, but then thought that it would make > the abstraction less of a "black box" because the parent needs to > know something about it's inner workings (that it requires an > array). If you want to save something (the

Re: [PD] RRADical users: Memento changes

2007-04-28 Thread Andy Farnell
Aye Aye, cheers Frank, it really is worthwhile work to simplify and neaten this up! On Sat, 28 Apr 2007 11:15:32 -0500 "Kyle Klipowicz" <[EMAIL PROTECTED]> wrote: > Cheers to that! And just in time for Pd-0.39.2-extended. > > ~Kyle > > On 4/28/07, Frank Barknecht <[EMAIL PROTECTED]> wrote: >

[PD] [PD-announce] [piksel] First Italian Pure Data Convention - Rome 28 / 30 April (fwd)

2007-04-28 Thread Mathieu Bouchard
I have nothing to do with Italy, it's just that they have not posted the following announcement on pd-announce yet, and it starts tomorrow! -- Forwarded message -- Date: Sat, 28 Apr 2007 13:36:11 +0200 From: xname <[EMAIL PROTECTED]> Reply-To: p1k53l workshop <[EMAIL PROTECTED]>

Re: [PD] bang on ~ 0 crossing?

2007-04-28 Thread Matteo Sisti Sette
Hi, I think the [threshold~] object should do exactly what you ask, would be more accurate than the [snapshot~]+[>~]+[metro] approach and perhaps even cheaper, and it does not require any external either. But I may be missing something... bye m. > attached post does what you want, to an accur

Re: [PD] RRADical users: Memento changes

2007-04-28 Thread Kyle Klipowicz
Cheers to that! And just in time for Pd-0.39.2-extended. ~Kyle On 4/28/07, Frank Barknecht <[EMAIL PROTECTED]> wrote: > Hi, > > I checked in some changes to Memento into CVS: > > * removed all prepend from cyclone and instead use [prepent] which is just > [list prepend]-[list trim]. prepent is

Re: [PD] Flute synthesis

2007-04-28 Thread Kyle Klipowicz
IIRC, SSAD has a major dependancy with Frank's list-abs. If you have those, it should work, right Frank? ~Kyle On 4/28/07, Andy Farnell <[EMAIL PROTECTED]> wrote: > Cheers Frank, got singleton, but also needed to get [list_argument], > and [ssad-persistance]. I'm not sure why I had an incomplete

[PD] First Italian Pure Data Convention - Rome 28 / 30 April

2007-04-28 Thread xname
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 PURE DATA DIO error Bang! 3 days of workshops and performances @Strike spa This is the first attempt to start a pure data community in italy... http://puredata.bugslab.net/ organized by: Strike s.p.a./Binario etico / Bugs Lab/ Feramenta ht

Re: [PD] scripting pd printouts

2007-04-28 Thread simon wise
those are the Mac layout versions - you'll need to move things around a bit for Linux, I've got those layouts as well - all the work on trying to get the same font/layout working across platforms is VERY appreciated - I look forward to the day I don't have to keep 2 versions of everything t

Re: [PD] anatomy of a wav file header = insert key-bits

2007-04-28 Thread Martin Peach
gottlieb wrote: > Dear List, > > I am trying to create an algorithmic composition whereby pd could > coalesce related wav files by reading key-byte information I would > insert into the header. > Does anyone have a good refernce on the anatomy of a wav file, > especially the header? also can som

Re: [PD] array data in abstractions

2007-04-28 Thread Peter Worth
On 4/27/07, Frank Barknecht <[EMAIL PROTECTED]> wrote: What I would do is to move the array out of the abstraction into the parent and pass its name as abstraction argument. Example: This is in abstract.pd: [tabread $1] and in parent.pd you pass the array name into $1: [table t1] [abstract t

Re: [PD] bang on ~ 0 crossing?

2007-04-28 Thread Patco
hello, with externals\ekext\zeroxpos~ and the edge~ object you can get bangs on audio zero crossing. pc Michal Seta a écrit : > Hi, > > I don't have access to my pd machine right now but IIRC there is an extern > called [zerocross~] (or something like that) available somewehere... > could be par

Re: [PD] Flute synthesis

2007-04-28 Thread Andy Farnell
Cheers Frank, got singleton, but also needed to get [list_argument], and [ssad-persistance]. I'm not sure why I had an incomplete copy before, but anyway that's why I say "complicated". Not complicated to use in theory. On Sat, 28 Apr 2007 13:43:10 +0200 Frank Barknecht <[EMAIL PROTECTED]> wr

Re: [PD] Flute synthesis

2007-04-28 Thread Frank Barknecht
Hallo, Andy Farnell hat gesagt: // Andy Farnell wrote: > Okay, I found the last sssad I tried, and it's got a missing > part called _sssad/singleton It's included in the CVS here: http://pure-data.cvs.sourceforge.net/pure-data/abstractions/footils/sssad/ Do you remember where you downloaded th

Re: [PD] Flute synthesis

2007-04-28 Thread Andy Farnell
Okay, I found the last sssad I tried, and it's got a missing part called _sssad/singleton On Sat, 28 Apr 2007 08:27:22 +0200 Frank Barknecht <[EMAIL PROTECTED]> wrote: > Hallo, > Andy Farnell hat gesagt: // Andy Farnell wrote: > > > Both for different reasons Chris, [pool] is an external I've

Re: [PD] Flute synthesis

2007-04-28 Thread Andy Farnell
I just never got it to work and I don't know why. It's quite a long time since I tried it though so if you send me the abstraction and I'll try again. On Sat, 28 Apr 2007 08:27:22 +0200 Frank Barknecht <[EMAIL PROTECTED]> wrote: > Hallo, > Andy Farnell hat gesagt: // Andy Farnell wrote: > > > B

Re: [PD] Flute synthesis

2007-04-28 Thread robbert van hulzen
this is exciting...! re midi: for the little synths i've been building (for which, incidentally, your 'six simple synths' provided very useful info) i made midi switchable. if i want to i can use midi(notes) to generate pitches but by default it just takes frequency--to get to those interesting so

Re: [PD] Flute synthesis

2007-04-28 Thread [EMAIL PROTECTED]
Flute synthesis in PD: great!!! Nicolas cited the work by P. de La Quadra about flute sound synthesis: is there any sample around? Nicolas wrote: > I can handle the [orc-flute-1] object. > A month or two for the simple release... What about the complex one ;-)? Joking, thanks, for taking ca

[PD] RRADical users: Memento changes

2007-04-28 Thread Frank Barknecht
Hi, I checked in some changes to Memento into CVS: * removed all prepend from cyclone and instead use [prepent] which is just [list prepend]-[list trim]. prepent is included in Memento now * replace OSCprepend with a Miller Vanilla version (included as well, taken from [list]-abs) * added

Re: [PD] Flute synthesis

2007-04-28 Thread Frank Barknecht
Hallo, Andy Farnell hat gesagt: // Andy Farnell wrote: > Both for different reasons Chris, [pool] is an external I've had > problems compiling and getting to work consistently, and SSSAD > is overly complex imho. Hm, really, but what is complex about having to just cross-connect a slider like thi

[PD] anatomy of a wav file header = insert key-bits

2007-04-28 Thread gottlieb
Dear List, I am trying to create an algorithmic composition whereby pd could coalesce related wav files by reading key-byte information I would insert into the header. Does anyone have a good refernce on the anatomy of a wav file, especially the header? also can someone advise me how pd can be

Re: [PD] pd-OSC

2007-04-28 Thread Frank Barknecht
Hallo, [EMAIL PROTECTED] hat gesagt: // [EMAIL PROTECTED] wrote: > I have been searching for the pd-OSC library without success. Can anybody > tell me where I can find it ? Alsmost every Pd externals is in the CVS on Sourceforge. The two OSC collections are here: http://pure-data.cvs.sourceforge