Re: [PD] very slow metro?

2007-12-07 Thread Frank Barknecht
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: Hallo, Oded Ben-Tal hat gesagt: // Oded Ben-Tal wrote: Is there a downside to using a very slow metro object e.g. [metro 100] ? (in terms of cpu or memory usage). Should be no problem. metro and delay etc. just tell Pd's

Re: [PD] pd and max (2)

2007-12-07 Thread João Miguel Pais
How about a list of things that are special, and could be put into pd to make it more special? - Find should work with symbol-text strings. Pd has the great feature of naming local variables with $0-xxx. But if I'm looking for all objects with $0-xx, or all ocurrences of $4 in a patch, that

[PD] very slow metro?

2007-12-07 Thread Oded Ben-Tal
Is there a downside to using a very slow metro object e.g. [metro 100] ? (in terms of cpu or memory usage). I am looking for the best way to get pd to do something every 15 or 30 minutes. thanks Oded -- ___ Oded Ben-Tal

[PD] phasor time scaling

2007-12-07 Thread Jamie Bullock
Hi, Has anyone implemented 'phasor time scaling' as an abstraction (or external)? I know it is relatively easy scale a phasor where the frequency of the scaled phasor is an integer multiple of the master phasor: [phasor~] | [*~ 2] | [wrap~] ...but what about non-integer multiples, and

Re: [PD] very slow metro?

2007-12-07 Thread Frank Barknecht
Hallo, Oded Ben-Tal hat gesagt: // Oded Ben-Tal wrote: Is there a downside to using a very slow metro object e.g. [metro 100] ? (in terms of cpu or memory usage). Should be no problem. metro and delay etc. just tell Pd's clock to schedule an action at a certain time. Pd's clock is running

[PD] pdpedia fr import running now

2007-12-07 Thread Hans-Christoph Steiner
Bonjour, I got the final template from Jean-Noël and I am running it now. If there any existing pages, it won't delete them, instead it will just add a new revision, so you can get to the old pages thru the history. .hc

Re: [PD] gridflow for expert people ?

2007-12-07 Thread Roman Haefeli
On Sat, 2007-12-08 at 01:49 +0100, Jack wrote: Why gridflow is for expert coder people ( 0,5 % of people on the earth ? hm, i am sure, that gridflow is used by more than 0.3 people on earth ;-) i wouldn't call myself an expert, but i would call myself a sporadic

Re: [PD] gridflow for expert people ?

2007-12-07 Thread Mathieu Bouchard
On Sat, 8 Dec 2007, Jack wrote: Why gridflow is for expert coder people not necessarily, but people tend to use GEM as much as possible and only use GridFlow for things that they can't do with GEM. On top of that they usually try PDP as well. GridFlow for beginners tends to be more common

Re: [PD] [psql] object hand-holding

2007-12-07 Thread Mike McGonagle
So, it looks like, from your prototype, that an SQL statement without comma's could be used on the Hot inlet, while those with comma's would have to go into the Cold inlet? To me, that seems kind of clunky. Also, I still don't see how the external would know where the end of the SQL statement

[PD] Fwd: [psql] object hand-holding

2007-12-07 Thread Mike McGonagle
-- Forwarded message -- From: Mike McGonagle [EMAIL PROTECTED] Date: Dec 7, 2007 7:24 PM Subject: Re: [PD] [psql] object hand-holding To: Hans-Christoph Steiner [EMAIL PROTECTED] On Dec 7, 2007 6:44 PM, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: Since both the current

Re: [PD] segmented patchcords (was Re: PD MAX)

2007-12-07 Thread Hans-Christoph Steiner
I think you are mixing up two things, FLOSS can be commercial software, it often is, think RedHat Enterprise or Digium/Asterisk. That's free software that they are selling. When people are paid to work on something, then they can spend more concentrated effort on it, that's for sure.

Re: [PD] freeverb~ roomsize / damping not working

2007-12-07 Thread Hans-Christoph Steiner
Please file a bug report on it. It's working well for me on Mac OS X, so it might just be a matter of recompiling it with different options. .hc On Dec 6, 2007, at 11:27 PM, patrick wrote: hi hans, it's the freeverb~ from pd-extended using: cd pure-data/packages/ make patch cd

Re: [PD] [psql] object hand-holding

2007-12-07 Thread Jamie Bullock
Hi Andy, On Fri, 2007-12-07 at 16:12 -0500, [EMAIL PROTECTED] wrote: i installed postgresql, and got it running, created a user for myself, compiled [psql] from postlude (i'm using pd-extended from cvs). i opened up the psql-help file and started with the first instruction, and it created

Re: [PD] pd 0.41.0 test07 font size

2007-12-07 Thread Hans-Christoph Steiner
On Dec 6, 2007, at 11:43 PM, Mathieu Bouchard wrote: On Fri, 7 Dec 2007, Roman Haefeli wrote: On Fri, 2007-12-07 at 01:26 +0100, IOhannes m zmoelnig wrote: i'll get my wishlist engine running before soon with stuff like: - 64bit-pd (that is, not just run pd on an amd64; but have

Re: [PD] [psql] object hand-holding

2007-12-07 Thread Mike McGonagle
Andy, have you had a chance to check out the SQLite external yet? You can get a copy of it here ( http://puredata.info/Members/mjmogo ), the latest version is 0.13. While this is still under developement, it is based on the work of Jamie (and others), as far as how the SQL is handled. They are not

Re: [PD] segmented patchcords (was Re: PD MAX)

2007-12-07 Thread Olivier Heinry
Le jeudi 06 décembre 2007 à 16:24 -0500, Mathieu Bouchard a écrit : On Thu, 6 Dec 2007, Olivier Heinry wrote: Moreover, the code has already been desired and written, just not been implemented in vanilla. excuse me, which version of pd really allows you to edit and save cord

[PD] [psql] object hand-holding

2007-12-07 Thread andy . graybeal
i installed postgresql, and got it running, created a user for myself, compiled [psql] from postlude (i'm using pd-extended from cvs). i opened up the psql-help file and started with the first instruction, and it created the database fine, i moved to the second command and get this error: psql:

Re: [PD] pd and max (2)

2007-12-07 Thread Kyle Klipowicz
Hi IOhannes~ I think that João means that in Max/MSP you can somehow click on a send or receive object and automatically view the corresponding receive or send. I don't have Max so I don't know if this is accurate. It sounds awesome though! ~Kyle On Dec 7, 2007 10:50 AM, IOhannes m zmoelnig

Re: [PD] tabread4~~

2007-12-07 Thread Mathieu Bouchard
On Fri, 23 Nov 2007, Charles Henry wrote: When I look at that previous post, I realize that the notation/concepts were confusing at the least, and abusive at the worst. It's not an easy topic to work with. A more concrete example: we could take a trumpt and violin, two instruments with

Re: [PD] pd and max (2)

2007-12-07 Thread IOhannes m zmoelnig
hi João Miguel Pais wrote: How about a list of things that are special, and could be put into pd to make it more special? - all objects based on invisible cords (sends- and receive-based objects) could have a shortcut to its counterparts like in max. I personally avoid these kinds

Re: [PD] [psql] object hand-holding

2007-12-07 Thread Mathieu Bouchard
On Fri, 7 Dec 2007, Hans-Christoph Steiner wrote: That is done by sending the [submit( message to the hot inlet. Or do you mean having multiple SQL calls separated by semi-colons? If you wanted to add semicolons, there would have to be a special message, I think we could just reuse the

Re: [PD] drop out free audio on windows

2007-12-07 Thread Hans-Christoph Steiner
that would be good to have built-in, like it is in Mac OS X, with the audio output started with a higher priority. Any Windows people want to comment on that? .hc On Dec 7, 2007, at 11:41 PM, Roman Haefeli wrote: hi all every now and then i hear people complaining here in the list or

Re: [PD] pd and max (2)

2007-12-07 Thread Roman Haefeli
On Sat, 2007-12-08 at 02:22 +0100, João Miguel Pais wrote: - auto-setting size for objects? if you have a gate object with more than 4 outputs (or any other object), you'll need to make some garbage text or hmm; apart from the fact that [gate] does not exist as an object in Pd,

Re: [PD] [psql] object hand-holding

2007-12-07 Thread Mike McGonagle
On 12/7/07, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: This would allow for the comma trick, etc. and I think it would fit better into Pd's message processing. In addition, there could be a single line message for the hot inlet, like this: Hans, I was thinking a little bit more about

Re: [PD] [psql] object hand-holding

2007-12-07 Thread Hans-Christoph Steiner
I sketched up a quick patch to illustrate what I mean: sql-interface.pd Description: Binary data .hcOn Dec 7, 2007, at 4:32 PM, Mike McGonagle wrote:Andy, have you had a chance to check out the SQLite external yet? You can get a copy of it here ( http://puredata.info/Members/mjmogo ), the latest

Re: [PD] Music made with Pd

2007-12-07 Thread Kyle Klipowicz
This tool is great! I think that a vocoder_voice-help.pd file would be awesome. Also it might help people's understandings of the tool if you add labels to the gui objects. ~Kyle On Dec 5, 2007 3:14 PM, star morin [EMAIL PROTECTED] wrote: cool! i really enjoyed the headphone festival - i

Re: [PD] pd and max (2)

2007-12-07 Thread Hans-Christoph Steiner
There is the GuiIdeas wiki page, for other things, feel free to add pages. .hc On Dec 7, 2007, at 6:21 AM, João Miguel Pais wrote: How about a list of things that are special, and could be put into pd to make it more special? - Find should work with symbol-text strings. Pd has the

Re: [PD] segmented patchcords (was Re: PD MAX)

2007-12-07 Thread Mathieu Bouchard
On Tue, 4 Dec 2007, Hans-Christoph Steiner wrote: On Dec 4, 2007, at 4:53 PM, Mathieu Bouchard wrote: they also force me to do workarounds every time i need to connect objects in a loop, unless i just let patchcords go over objects. There's no way that loop situations can be untangled without

Re: [PD] segmented patchcords (was Re: PD MAX)

2007-12-07 Thread Mathieu Bouchard
On Fri, 7 Dec 2007, Olivier Heinry wrote: Le jeudi 06 décembre 2007 à 16:24 -0500, Mathieu Bouchard a écrit : On Thu, 6 Dec 2007, Olivier Heinry wrote: Moreover, the code has already been desired and written, just not been implemented in vanilla. excuse me, which version of pd really allows

Re: [PD] linebreaks in gui object name (label)?

2007-12-07 Thread Hans-Christoph Steiner
nope... the iemguis only display a symbol, and as AFAIK, symbols cannot contain a linefeed. But it might be possible with some strange trickery. .hc On Dec 7, 2007, at 2:32 PM, Andy Graybeal wrote: Can i have line breaks in an gui objects name (label)? like for instance have a

[PD] [Fwd: Re: Music made with Pd]

2007-12-07 Thread star morin
Forwarded Message From: star morin [EMAIL PROTECTED] To: Kyle Klipowicz [EMAIL PROTECTED] Subject: Re: [PD] Music made with Pd Date: Fri, 07 Dec 2007 19:21:17 -0800 thanks, kyle. vocoder_voice.pd (misnamed :) is really just a small number of changes made to 3.phase.vocoder.pd

Re: [PD] [psql] object hand-holding

2007-12-07 Thread Hans-Christoph Steiner
On Dec 7, 2007, at 8:24 PM, Mike McGonagle wrote: On Dec 7, 2007 6:44 PM, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: Since both the current Pd-SQL devs (Mike and Jamie :) have posted to this thread, I want to bring up the interface again. What do you guys think about the two inlet

[PD] drop out free audio on windows

2007-12-07 Thread Roman Haefeli
hi all every now and then i hear people complaining here in the list or on #dataflow in irc, that audio is affected (drop outs), when doing some gui stuff in pd on windows. i don't know about osx, but on linux, i never experienced, that the gui was the cause for drop-outs, even if it consumes a

Re: [PD] [psql] object hand-holding

2007-12-07 Thread Hans-Christoph Steiner
On Dec 7, 2007, at 8:44 PM, Mike McGonagle wrote:On 12/7/07, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: This would allow for the comma trick, etc. and I think it would fit better into Pd's message processing.  In addition, there could be a single line message for the hot inlet, like this:

Re: [PD] pd 0.41.0 test07 font size

2007-12-07 Thread Mathieu Bouchard
On Fri, 7 Dec 2007, Hans-Christoph Steiner wrote: On Dec 6, 2007, at 11:43 PM, Mathieu Bouchard wrote: And yes, it would use twice more RAM everywhere. This includes the cache, so it may cause slowdown in some situations. I would enjoy it if [table] and its friends supported int16 (mere CD

Re: [PD] segmented patchcords (was Re: PD MAX)

2007-12-07 Thread Mathieu Bouchard
On Fri, 7 Dec 2007, Hans-Christoph Steiner wrote: As for Pd vs. C, there was a time in the not-so-distant past where programmers thought that compilers were horribly inefficient, and that they were only really good for prototyping things. Then you'd code things for real in assembly. That

Re: [PD] [tabread~~] (again)

2007-12-07 Thread IOhannes m zmoelnig
Roman Haefeli wrote: otoh, the recommended way (by upstream developers) of using zexy is still as a library instead of single externals yeah, works as well. i trapped myself, because i just switched a few days ago from zexy.pd_linux to singleobjectclass.pd_linux. i haven't thought

[PD] linebreaks in gui object name (label)?

2007-12-07 Thread Andy Graybeal
Can i have line breaks in an gui objects name (label)? like for instance have a slider with label of 'negativeLINEBREAKfeedback' ? Something like a line break, carriage return. -Andy ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management

[PD] gridflow for expert people ?

2007-12-07 Thread Jack
Why gridflow is for expert coder people ( 0,5 % of people on the earth ? and maybe 0,05 % of the users of PD) is it for fun ? You are in your right to continue thus (for 30 people (good luck for you !) and long life for gridflow ) thx for you answer. Jack