Re: [Pd] relative path names [was: ..]

2007-02-04 Thread Peter Plessas
Hi, i think it depends on the directory you start pd in (look in the titlebar of your pd window to see it) and relative to that you can load files using ../samsung.wav. lg,P ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] Re: mapping library examples

2007-02-04 Thread Georg Holzmann
Hallo! What would be really sweet would be to mod that script to have a search function that matches against a pd-vanilla object list, and if the object is not included, find what library it needs, then add an [import needed_object] to the required help file. Yes, good idea - but it won't

Re: [PD] Re: mapping library examples

2007-02-04 Thread Frank Barknecht
Hallo, Georg Holzmann hat gesagt: // Georg Holzmann wrote: What would be really sweet would be to mod that script to have a search function that matches against a pd-vanilla object list, and if the object is not included, find what library it needs, then add an [import needed_object] to the

Re: [PD] xYzee! - an audio toy for PD

2007-02-04 Thread [EMAIL PROTECTED]
stffn wrote: I compiled version 0.3 for intel mac, it's located here: http://puredata.info/Members/stffn/bassemu%7E.pd_darwin Hi Stffn, great! I grabbed it from your page and I repackaged the zip archive including bassemu.pd_darwin at the usual address:

Re: [PD] gem - feedback perspective

2007-02-04 Thread Thoralf Schulze
hi erich, --- Erich Berger [EMAIL PROTECTED] wrote: why - i dont know - and was also back then not answerd. thank you ... i got it to work by grabbing the whole gemwin with pix_snap rather than pix_snap2tex, applying an pix_alpha to make any black pixels in the snapshot transparent and

[PD] RE: [GEM-dev] Re: pix_video and dv1394 capture on linux

2007-02-04 Thread Thoralf Schulze
hi ivica, one. The solution actually is quite simple: not in my case, unfortunately. i cannot get the dv cam to deliver any frames at all right now. sending |device /dev/raw1394( to pix_video only gives [pix_videoNEW]: device-err: 0 DV4L: closed in the pd window and initializing: Invalid

Re: [PD] the state of VST plugins in Pd

2007-02-04 Thread Kevin McCoy
Plugin~ compiles (Hans has it doing it somehow, I couldn't get it to work) but it doesn't actually work for me, just causes Pd to crash. Also, the difference between OS X vsts and Win32 vsts is a factor here, from what I understand. So unfortunately I don't think Mac OS X is doing too well

Re: [PD] the state of VST plugins in Pd

2007-02-04 Thread David NG McCallum
Yeah, I just found out that plugin~ is included in pd-extended, but I can't seem to get it to recognise any of the ladspa plugins I have on my machine, and whenever I try to load the plugin~ help patch, my machine just crashes… sigh. D On 04/02/07, Kevin McCoy [EMAIL PROTECTED] wrote: Plugin~

[PD] difference between protocol

2007-02-04 Thread juto aviten
Hi pders, just a simple question : what's the real difference for you between netsend/netreceive/netserver OSC objects? I don't see real difference between both of it in term of transmitting a tcp/udp message through network... Maybe I missed something amazing somewhere... thanx juto

[PD] compiling grill's vst~ for os x

2007-02-04 Thread David NG McCallum
Sorry if this has been covered before, I couldn't find reference to it. I tried compiling Thomas Grill's vst~ using the vstsdk2.3 in OS X (intel) and came up with the following error: g++ -c -ffast-math -Os -ftree-vectorize -arch i386 -mmmx -msse -msse2 -msse3 -mtune=prescott -DNDEBUG

[PD] PD CHAT

2007-02-04 Thread juto aviten
another simple questions : I try to chat in PD and to catch result of the chat... can't find any object for this... does something exist in this idea? thanx juto ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] the state of VST plugins in Pd

2007-02-04 Thread David NG McCallum
Should also say that when I try to compile plugin~ I get the following error (that I saw mentioned on the list earlier, and the only solution I could find anyone give was to find a binary of plugin~ somewhere, which isn't that helpful): gcc -dynamiclib -o plugin~.pd_linux jload.os jsearch.os

Re: [PD] difference between protocol

2007-02-04 Thread Tim Blechmann
hi On Sun, 2007-02-04 at 10:21 -0600, Kevin McCoy wrote: If I'm correct, OSC sends only UDP, which doesn't have any packet verification. I don't really know what that means or how it works but I remember reading that somewhere. osc is not really bound to udp, although (unfortunately) most

Re: [PD] difference between protocol

2007-02-04 Thread juto aviten
do you mean OSC could some headers in the bundles for exemple? or multiple messages could be send in the same bundles? ... otherwise from what Kevin wrote a difference could that OSC could be used in different softwre to communicate with each others and netsend/receive is only for PD... right?

Re: [PD] difference between protocol

2007-02-04 Thread Martin Peach
juto aviten wrote: Hi pders, just a simple question : what's the real difference for you between netsend/netreceive/netserver OSC objects? The netsend group pass pd messages terminated with a semicolon, while the OSC group use the Open Sound Control protocol

Re: [PD] difference between protocol

2007-02-04 Thread Derek Holzer
Hi Juto, juto aviten wrote: do you mean OSC could some headers in the bundles for exemple? Not exactly headers, but you can construct hierarchical message with OSC: /192.168.123.45:4455/elm_street/crossing_vine_street/second_house_on_the left/upstairs/third_room/top_dresser_drawer/some

Re: [PD] the state of VST plugins in Pd

2007-02-04 Thread Kevin McCoy
Exactly the same as what I was getting. See http://lists.puredata.info/pipermail/pd-list/2007-01/046124.html Kevin On 2/4/07, David NG McCallum [EMAIL PROTECTED] wrote: Should also say that when I try to compile plugin~ I get the following error (that I saw mentioned on the list earlier, and

Re: [PD] difference between protocol

2007-02-04 Thread Tim Blechmann
do you mean OSC could some headers in the bundles for exemple? exactly ... osc adds information and can transport various different data types (see http://opensoundcontrol.org/spec-1_0 for details) or multiple messages could be send in the same bundles? ... exactly ... if you need tight

[PD] RE: [GEM-dev] Re: pix_video and dv1394 capture on linux

2007-02-04 Thread Thoralf Schulze
hi ivica, --- Ivica Ico Bukvic [EMAIL PROTECTED] wrote: Did you select the right device? man, you're right ... /dev/dv1394/0 is the one to use. sorry for the noise, thoralf. ___ Yahoo! Messenger - with free PC-PC

Re: [PD] the state of VST plugins in Pd

2007-02-04 Thread Thomas Grill
both tgrill's vst~ and plugin~ should work on OSX with trivial modifications. i suggest you just try compiling them, after collecting the requisite SDKs. I'm sorry, that's not true for vst~. It doesn't currently work for OSX, since the windowing functions haven't been implemented yet.

Re: [PD] the state of VST plugins in Pd

2007-02-04 Thread Jamie Bullock
dssi~ definitely works on OS X for both LADSPA and DSSI plugins. The official release can be found at: http://www.puredata.org/Members/jb/dssi%7E/view There is a dependency on the liblo library. You will also need the LADSPA and DSSI SDK's if you want to compile from source. Let me know if you

Re: [PD] Re: Looping

2007-02-04 Thread Kyle Klipowicz
You will have to have an envelope to avoid clicks, even though it need only be 10-20 ms, which is fairly inaudible. Otherwise, you'll just have to make sure that the beginning and end of your sample both are exactly the same amplitude (traditionally 0) or the discontinuity will cause a click.

[PD] mootcher external - freesound

2007-02-04 Thread patrick
hi all, everybody knows http://freesound.iua.upf.edu/ right? there's an external (using flext) called mootcher: The Mootcher is a opensource programming library which makes it possible to make a connection to The Freesound Project audio database in your own programs. Download, view

Re: [PD] PD CHAT

2007-02-04 Thread mami music
maby you can try sending strings using the objects in the OSC library... i have tried it and it works but sometimes there are some proeblems to get the messages through some firewalls. another way could be using [netsend] and [netreceive] but i have not used them at all. can anybody with

Re: [PD] render pd files

2007-02-04 Thread Chris McCormick
On Fri, Feb 02, 2007 at 07:11:11PM +0100, Andre Schmidt wrote: ps. more fun for gecko1.8 based programs (svg+javascript) http://osku.de/svg/gui-examples/ made with xulrunner in mind (cause using middle and right mouse button) Really cool! Chris. --- [EMAIL PROTECTED]

Re: [PD] mootcher external - freesound

2007-02-04 Thread carmen
I beleive the problem at the moment is that the cUrl library doesn't load any pages anymore for some reason. That is why it already stops working at the login, because it has to check whether the login and pass are correct.. that was alreayd happening for me back when it supposedly worked.

[pd] shaper filter

2007-02-04 Thread hard off
has someone got a shaper filter patch? preferably one where i can draw the frequency responce curve into an array. cheers ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list