Re: [PD] Question about possible SQL/MySQL Externals

2007-06-03 Thread Thomas Grill
Hi all, this has already been discussed a couple of times... it should be straightforward using the Python scripting language (via py/pyext) and the modules that come with it. greetings, Thomas Am 02.06.2007 um 22:56 schrieb David Powers: This would be awesome, could do some really cool net

Re: [PD] loading wav.samples with readsf

2007-06-03 Thread tania habib
hello sebastian, i`ve been trying to play wav.samples using the readsf-object but don`t have no luck error: readsf: start requested with no prior 'open' ... you might be able to track this down from the Find menu. you need to click on the open message first before readsf~ , this will take

Re: [PD] loading wav.samples with readsf

2007-06-03 Thread robbert van hulzen
[EMAIL PROTECTED] wrote: i`ve been trying to play wav.samples using the readsf-object but don`t have no luck error: readsf: start requested with no prior 'open' ... you might be able to track this down from the Find menu. maybe its due to my message-box open!? you'll have to specify the

Re: [PD] loading wav.samples with readsf

2007-06-03 Thread hard off
but don`t have no luck ha ha. with vocals like that you'LL be making pd-blues in no time. using a message box, use 'open' and add the entire path to your file.. eg. [open /audio/my_soundfile.aif( ___ PD-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] loading wav.samples with readsf

2007-06-03 Thread Frank Barknecht
Hallo, [EMAIL PROTECTED] hat gesagt: // [EMAIL PROTECTED] wrote: i`ve been trying to play wav.samples using the readsf-object but don`t have no luck error: readsf: start requested with no prior 'open' ... you might be able to track this down from the Find menu. maybe its due to my

Re: [PD] Question about possible SQL/MySQL Externals

2007-06-03 Thread David Powers
To be honest, I've never had complete success getting py/pyext to run ... ie. only about half of the help patch seemed to work on winxp. Well, I'm going to d/l a new pd-extended right now and see if I have better luck. Haven't tried a recent release in some time for fear of breaking Gem. ~D On

[PD] Latest Pd-extended experiences (zexy)

2007-06-03 Thread David Powers
Hi, So I finally downloaded and installed the latest Pd extended. First impressions are good - looks MUCH better on windows than the previous version. I can actually show this to people, and perhaps have them believe it is professional software now. Gem is also recent, which was an issue for me

Re: [PD] Latest Pd-extended experiences (zexy)

2007-06-03 Thread David Powers
Bad news: Well first, of course after a cup of coffee, it was completely trivial to replace [tripleRand] and [randomF], see attached if someone else needs them. BUT - there are some SERIOUS problems with Gem, and the entire patch is now broken!!! I'm trying to understand more of the problems,

Re: [PD] Latest Pd-extended experiences (zexy)

2007-06-03 Thread Frank Barknecht
Hallo, David Powers hat gesagt: // David Powers wrote: Second issue, which to me is perhaps a bigger problem: the utility externals seem to have disappeared from Gem with no warning. IIRC the warning was kind of discussed several times on the Gem/Pd-related lists, but nevertheless: the MarkEx

Re: [PD] Latest Pd-extended experiences (zexy)

2007-06-03 Thread David Powers
Perhaps it's a matter of missing documentation? I don't think, that discussing something on a mailing list counts as documentation. There is a readme file that loads up when I install Pd-extended, I would expect such a file to tell me of the kind of changes that will totally break my work when I

[PD] Update - success

2007-06-03 Thread David Powers
Hi list, My VJ patch now is working quite nicely, the only thing missing are the freeframe plugins. But hopefully there are some new Gem pix modifiers that can take replace this for me... So, if any of you have been holding off like me on upgrading pd-extending, I recommend you go for it. RC1

Re: [PD] Latest Pd-extended experiences (zexy)

2007-06-03 Thread Hans-Christoph Steiner
Things are not moving to flatspace, that's from the pd-externals package build system. Unfortunately, a couple devs have been removing things from flatspace. It should be kept as is for backwards compatibility. You are right, all this stuff should be documented much better. It's a

Re: [PD] Latest Pd-extended experiences (zexy)

2007-06-03 Thread David Powers
Just to be clear, I think this package is great, and clearly superior to previous ones. I know it takes time, but things are clearly going in the right direction! And I know it's hard sometimes to get everyone on the same page in an open source project where things aren't managed in such a

Re: [PD] Latest Pd-extended experiences (zexy)

2007-06-03 Thread Frank Barknecht
Hallo, David Powers hat gesagt: // David Powers wrote: Perhaps it's a matter of missing documentation? I don't think, that discussing something on a mailing list counts as documentation. There is a readme file that loads up when I install Pd-extended, I would expect such a file to tell me of

[PD] Py/pyext

2007-06-03 Thread David Powers
Hi list, I installed the latest pd-extended specifically hoping to finally use py/pyext. But py/pyext don't work I guess. Anyone know why? I'm on WinXP RC1. Specifically, I get two seperate issues: 1. pyext simply can't be created 2. py gives me the error This application has failed to start

[PD] waveform display in gem

2007-06-03 Thread brandt
does anybody now a pazch for displayind long waveform in Gem. once there was a attached patch wich was called aq.dyn.curve-help.i killed mine by accident.thanx in advance ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] Latest Pd-extended experiences (zexy)

2007-06-03 Thread Hans-Christoph Steiner
There have been a number of discussions about flatspace on the list, if you are interested in knowing more about the whole story, I recommend checking out the archives of pd-list and pd-dev http://puredata.org/community/lists .hc On Jun 3, 2007, at 11:49 AM, David Powers wrote: Just to

Re: [PD] Py/pyext

2007-06-03 Thread Hans-Christoph Steiner
pthreadVC.dll should be included in Pd-0.39-2-extended-rc2. .hc On Jun 3, 2007, at 11:45 AM, David Powers wrote: Hi list, I installed the latest pd-extended specifically hoping to finally use py/pyext. But py/pyext don't work I guess. Anyone know why? I'm on WinXP RC1. Specifically, I get

Re: [PD] Py/pyext

2007-06-03 Thread chris clepper
Make sure that DLL is in the pd /bin folder and it will be found. On 6/3/07, David Powers [EMAIL PROTECTED] wrote: Hi list, I installed the latest pd-extended specifically hoping to finally use py/pyext. But py/pyext don't work I guess. Anyone know why? I'm on WinXP RC1. Specifically, I get

Re: [PD] puredata evolution

2007-06-03 Thread Mathieu Bouchard
On Thu, 31 May 2007, Charles Henry wrote: If well done, it's also an intermediate step towards automatic threading. It's important to cut hard goals into easier goals, because it reduces required investment and gives quicker returns. I think that's a very good point. It could also lead to

Re: [PD] what distinguishes a numeric symbol as an argument

2007-06-03 Thread hard off
sorry if i haven't followed this discussion properly, but i have had trouble with making abstractions that can take either a symbol or float as an argument. the only way i could manage was to make a (f $1) object and a (symbol $1) object...and then direct them both to (list2symbol) but it

Re: [PD] what distinguishes a numeric symbol as an argument

2007-06-03 Thread Claude Heiland-Allen
hard off wrote: sorry if i haven't followed this discussion properly, but i have had trouble with making abstractions that can take either a symbol or float as an argument. the only way i could manage was to make a (f $1) object and a (symbol $1) object...and then direct them both to

Re: [PD] waveform display in gem

2007-06-03 Thread Enrique Erne
found it On Jun 3, 2007, at 6:26 PM, [EMAIL PROTECTED] wrote: does anybody now a pazch for displayind long waveform in Gem. once there was a attached patch wich was called aq.dyn.curve-help.i killed mine by accident.thanx in advance aq.dyn.curve-help.pd Description: Binary data

[PD] puredata Arduino and Ping

2007-06-03 Thread Marko Timlin
I am working with several ultra sound sensors called Ping from Parallax wired to an Arduino board that is connected to puredata. currently I am working with 3 sensors and it works fine. now I want to work with 5 sensors and the following problem occurs: - I get phantom values on sensors that are

[PD] Stop the pd console or copy all

2007-06-03 Thread Javier García
Hi! I have a path that when i open it, the pd console starts to show messages. I would like to copy all that messages from the beginning but when i move the scrolling bar to the top, it doesnt stay there but it goes to the bottom. So how can i copy all the messages from the beginning?

Re: [PD] Fwd: Re: hid compiling problem.

2007-06-03 Thread Diego Azar
Hans, hi again; it was only a permission problem, now everything works with hid. The [mouse] object still crashes Pd, but I don´t think I will need it, [hid] seems to do everything. thanks for your kind and quick reply. Diego. Hans-Christoph Steiner [EMAIL PROTECTED] wrote: You

Re: [PD] puredata Arduino and Ping

2007-06-03 Thread marius schebella
Hi, your code and patch look good. It is not clear to me, why you are using these delaytimes for the different sensors. but that should not affect your results anyway. the minimum delaytime between two measurements is only 200microseconds. but maybe it also depends on the length of the

Re: [PD] what distinguishes a numeric symbol as an argument

2007-06-03 Thread Frank Barknecht
Hallo, Claude Heiland-Allen hat gesagt: // Claude Heiland-Allen wrote: hard off wrote: sorry if i haven't followed this discussion properly, but i have had trouble with making abstractions that can take either a symbol or float as an argument. the only way i could manage was to

Re: [PD] Stop the pd console or copy all

2007-06-03 Thread Frank Barknecht
Hallo, Javier García hat gesagt: // Javier García wrote: I have a path that when i open it, the pd console starts to show messages. I would like to copy all that messages from the beginning but when i move the scrolling bar to the top, it doesnt stay there but it goes to the bottom.

Re: [PD] [OT] Voice Synth

2007-06-03 Thread Pall Thayer
Hi Bryan, No need to apologize. I wasn't trying to suggest that there was anything wrong with Ratts. I think Ratts is really cool and I used it in a recent online project called On Everything (http:// pallit.lhi.is/on_everything). But when I started looking at voice synthesis through PD, I

Re: [PD] Fwd: Re: hid compiling problem.

2007-06-03 Thread Hans-Christoph Steiner
Yeah, there are some bugs in [hid]. Try [hidio], its a work in progress, but might work better. I am not working on [hid] anymore since [hidio] is a replacement that will be much better. .hc On Jun 3, 2007, at 3:48 PM, Diego Azar wrote: Hans, hi again; it was only a permission problem,