Re: [PD] How to add relative paths - was: Re: Extended can't load any library except Gem on Windows Vista

2010-03-08 Thread IOhannes m zmoelnig
On 2010-03-07 19:30, Matteo Sisti Sette wrote: What can be wrong? seems like you are missing the libdir loader. Pd-extended compiles libraries as libdirs, which cannot be loaded as libraries by Pd-vanilla (nor by Pd-extended i think): in order to load them as a library,l you have to use a

Re: [PD] routing midi-clock

2010-03-08 Thread IOhannes m zmoelnig
On 2010-03-07 18:04, Atte André Jensen wrote: Hi I'm trying (and failing) to build a pd patch for routing midi-clock + audio based on the position of a horizontal slider. So basically a patch that sends all midi, or at least midi clock straight through if some object holds 1 block it if

Re: [PD] warning: class XXX overwritten - what does it mean?

2010-03-08 Thread IOhannes m zmoelnig
On 2010-03-07 17:58, Matteo Sisti Sette wrote: Hi, Can anybody explain what these warning messages mean, appearing on the Pd console at startup when I use GEM?: warning: class 'pix_filmQT' overwritten\; old one renamed 'pix_filmQT_aliased' warning: class 'pix_movieDS' overwritten\; old

Re: [PD] Create MIDI Message - Launchpad Interaction

2010-03-08 Thread IOhannes m zmoelnig
On 2010-03-07 13:19, Achim Christian Bornhöft wrote: How can I create three bytes raw midi messages in the following forms to interact with my launchpad from within PD? 128, Key, Velocity use | [pack 0 0] | [128, $1, $2( | and similar. fmadsr IOhannes smime.p7s Description: S/MIME

Re: [PD] analysis before synthesis: How?

2010-03-08 Thread brandt
hi maybe you could send us the sample? best regards Hi William, no, unfortunately no theremin...I fear, it is not even a synthesizer sound but of natural origin... Am I lost in synthesis ? In a world without fences and walls nobody needs gates and windows. William Brent

Re: [PD] warning: class XXX overwritten - what does it mean?

2010-03-08 Thread Matteo Sisti Sette
IOhannes m zmoelnig escribió: no. it gives the warning with Pd=0.42 and it doesn't give the error with older Pd-versions Ouch, yes, I now realise I may have had different Pd versions (though not different gem versions) installed on the different machines. as for worrying: Gem=0.92

Re: [PD] warning: class XXX overwritten - what does it mean?

2010-03-08 Thread IOhannes m zmoelnig
On 2010-03-08 09:40, Matteo Sisti Sette wrote: Great. Just out of curiosity however, what do the warning mean? Well ok, they mean a class has been overridden, but why? The classes mentioned in the error messages (pix_videoDS for example) don't exist in Pd, so it seems like they are defined

Re: [PD] routing midi-clock

2010-03-08 Thread Atte André Jensen
IOhannes m zmoelnig wrote: Thanks for taking the time to answer my post! you mean: [spigot]? Yes. I tried the [midirealtimein], but I'm not sure how to pass the messages to [midiout] (or some other object). ain't there no [midirealtimeout] on your system? Nope. I'm under linux, maybe

Re: [PD] warning: class XXX overwritten - what does it mean?

2010-03-08 Thread Matteo Sisti Sette
IOhannes m zmoelnig escribió: in Gem some names are used multiple times, because of either inheritance (one objectlcass being derived from other another objectclass; this is C++-talk) or for compatibility reasons (e.g. using deprecated names). Ok it's clearer now. Thank you very much :)

Re: [PD] How to add relative paths - was: Re: Extended can't load any library except Gem on Windows Vista

2010-03-08 Thread Matteo Sisti Sette
IOhannes m zmoelnig escribió: seems like you are missing the libdir loader. Pd-extended compiles libraries as libdirs, [...] Oh yes! Libdir is indeed the first item in the loadlib list - i.e. it is loadlib1=libdir in the registry, so the mistery is why libdir doesn't [didn't] load in the

[PD] gem framebuffer question

2010-03-08 Thread erich
hello, i am having a problem with inserting gemframebuffer in the right way in the attached patch. as you can see i try to buffer the texture on the big rectangle and put it on a smaller one. the only way i could get a buffer image was to put it in parallel to the a-branch of |t b a| which

[PD] py/pext compiling problem 64-bit

2010-03-08 Thread Dario Pedrioli
Hi all, I'trying to compile py/pyext on ubuntu 64-bit machine. with flext rev 3659 I've got no problems. with flext rev 3723 I've got the error below: ubu...@ubuntu-desktop:~/pd/source/py_3723$ sh ../flext_3723/build.sh pd gcc make -f ../flext_3723/buildsys/gnumake-sub.mak PLATFORM=lnx

[PD] gridflow on windows

2010-03-08 Thread Matteo Sisti Sette
Hi, I have just downloaded gridflow 0.0.7(final) for Windows from http://gridflow.ca/ and followed the installation instructions (copy 7 dll files to windows/system32, the gridflow folder into extra, and added gridflow to startup), but I get the following error (in a popup window, not the pd

Re: [PD] gridflow on windows

2010-03-08 Thread Matteo Sisti Sette
Oh sh##, I see it needs Pd Extented. I was trying it with Pd Vanilla. Maybe it would be a good idea to mention it in the installation readme and/or home page, or is it obvious? It seems it works for the moment. However, in the tutorial intro (gf_tutorial_intro.pd) there are a lot of

[PD] reporting gridflow bugs

2010-03-08 Thread Matteo Sisti Sette
Hi, Is the Pd bugtracker the right place for reporting GridFlow bugs? I ask because there isn't a single bug with the keyword gridflow... -- Matteo Sisti Sette matteosistise...@gmail.com http://www.matteosistisette.com ___ Pd-list@iem.at mailing

Re: [PD] gridflow on windows

2010-03-08 Thread pvallet
Pddp is the PureData Documentation Project i'm not using it so i don't know much about it, but you can probably download a package from the net Greetings, p. Matteo Sisti Sette a écrit : Oh sh##, I see it needs Pd Extented. I was trying it with Pd Vanilla. Maybe it would be a good idea to

Re: [PD] [devolts] capture bpm

2010-03-08 Thread Guilherme Lunhani
descritores? 2010/3/6 Ricardo Brazileiro rbrazile...@gmail.com re all, how to capture bpm from adc~ ? -- ricardo brazileiro http://rbrazileiro.info -- Página pessoal: http://gcravista.googlepages.com/guilhermemartinslunhanii ___

[PD] dsp help for tonestack

2010-03-08 Thread Dan Wilcox
Howdy guys (are there girls on this list?), I'm looking to try to implement some guitar dsp in pd, mainly a preamp, tonestack, and speaker cabinet. I want to see if it's possible to get a better frequency response with my guitar without taking too much cpu or buying extra gear. Anyway, I've

Re: [PD] dsp help for tonestack

2010-03-08 Thread Derek Holzer
It's all Greek to me, but have you checked out this? http://www.linuxjournal.com/content/introducing-guitarix D. On 3/9/10 4:15 AM, Dan Wilcox wrote: Can anyone give me a pointer on how to implement this function using rpole~, rzero~, etc:? y = 2 * (a * (x - x[-2]) + c * y[-1] - b * y[-2])