Re: [PD] Strange bug in my patch

2010-03-05 Thread Chuckk Hubbard
On Thu, Mar 4, 2010 at 9:26 PM, Caio Barros caio.bar...@gmail.com wrote: 2010/3/4 Chuckk Hubbard badmuthahubb...@gmail.com I'm sorry, I can't resist- A bug in your patch, that sounds like a personal problem! Anyway I'm glad you got it resolved. I wouldn't have made a crass comment

Re: [PD] Delete scalars

2008-12-17 Thread Chuckk Hubbard
Simulating mouse motions is not ideal, but it works. One problem would be if you have two scalars in the same place. If you want to delete the bottom one, at least when you do it manually, you have to move the top one first. -Chuckk On Sat, Jun 14, 2008 at 3:07 PM, Hans-Christoph Steiner

[PD] traverse self?

2008-12-17 Thread Chuckk Hubbard
I'm sorry, I think this was asked before, but I can't find it in the archives. Can a pointer be set to traverse the current patch? Like [traverse .( ? I'm trying to do it in an abstraction, so I don't know if it should have pd- before it, or if it's possible. -Chuckk --

Re: [PD] A slightly more substantial question

2008-04-10 Thread Chuckk Hubbard
Hi Ken. I haven't used the jack_transport object, and I don't know what its format is; but, assuming you can translate it into audio samples, one very simple way would be: [bang~] | [jack_transport] | ([expr] or whatever format conversion you need) | [$1 64( | [tabplay~] If you change [block~]

Re: [PD] Google SoC: call for mentors and project ideas

2008-03-20 Thread Chuckk Hubbard
On Fri, Mar 7, 2008 at 9:42 AM, Chuckk Hubbard [EMAIL PROTECTED] wrote: On Tue, Mar 4, 2008 at 10:55 AM, Georg Holzmann [EMAIL PROTECTED] wrote: Hallo! I'd like to apply for some Mentos. I like mixed fruit or grape. As for Pd, I can't think of something major enough to call

Re: [PD] Pd sounds better than Max?

2008-03-08 Thread Chuckk Hubbard
On Sat, Mar 8, 2008 at 4:59 AM, Andy Farnell [EMAIL PROTECTED] wrote: You take as many sines as the system will handle, typically a thousand or so, and sum them. All must start on exactly the same phase. Now, if we had a series of _all_ frequencies it would give us an impulse, but instead

Re: [PD] Pd sounds better than Max?

2008-03-08 Thread Chuckk Hubbard
On Sun, Mar 9, 2008 at 3:19 AM, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: On Mar 8, 2008, at 5:30 PM, Martin Peach wrote: Hans-Christoph Steiner wrote: It would be very nice to have a cleansound library of dsp objects, perhaps ported from Csound. You can already use

Re: [PD] Google SoC: call for mentors and project ideas

2008-03-06 Thread Chuckk Hubbard
On Tue, Mar 4, 2008 at 10:55 AM, Georg Holzmann [EMAIL PROTECTED] wrote: Hallo! I'd like to apply for some Mentos. I like mixed fruit or grape. As for Pd, I can't think of something major enough to call for Google SoC, but I'll keep thinking. I think the projects should not be too

Re: [PD] stale pointer? - the exact problem

2008-03-03 Thread Chuckk Hubbard
On Mon, Mar 3, 2008 at 5:55 PM, pit klong [EMAIL PROTECTED] wrote: hello list, my problem is: after having deleted a data structure, i cannot create a new one. the error is append: stale pointer. what is wrong? Hi. Nothing wrong, you just gotta send the traverse bang message again. I

Re: [PD] Google SoC: call for mentors and project ideas

2008-03-03 Thread Chuckk Hubbard
I'd like to apply for some Mentos. I like mixed fruit or grape. As for Pd, I can't think of something major enough to call for Google SoC, but I'll keep thinking. There are lots of things for which I've created workarounds that I don't think about much anymore. For instance, when searching

Re: [PD] some new music written with PD

2008-03-02 Thread Chuckk Hubbard
I concur with the others, this is very nice music. I'm happy to know it was made with Pd. -Chuckk On Fri, Feb 29, 2008 at 8:15 AM, Max Waters [EMAIL PROTECTED] wrote: hello everyone, i've posted this link in the forums too, but thought lot might like to have a listen too. anyway, I've been

Re: [PD] any tips on fart synthesis?

2008-02-08 Thread Chuckk Hubbard
I wonder, would a bandpass help to get a good duck sound? I mean the crying baby fart, like waa!. I hear a few good ones in there. I'm guessing that, as the abdominal muscles tighten, more pressure is applied to the sphincter, causing it to relax and generate a lower tone. But at the same

Re: [PD] any tips on fart synthesis?

2008-02-05 Thread Chuckk Hubbard
I think physical modeling might hold some answers. And as always, lots of research can't but help: http://en.wikipedia.org/wiki/Flatulence Lots of things to consider there. -Chuckk On Feb 1, 2008 3:16 PM, Claude Heiland-Allen [EMAIL PROTECTED] wrote: Hi all, Anyone got any advice on how to

Re: [PD] What exactly is a stack overflow ?

2007-12-17 Thread Chuckk Hubbard
On Dec 17, 2007 11:15 PM, Mathieu Bouchard [EMAIL PROTECTED] wrote: On Mon, 17 Dec 2007, Martin Peach wrote: The cpu signals an overflow whenever the stack space runs out (the program tries to access the stack beyond its boundaries) With Pd, this is never what happens on its own. Instead,

Re: [PD] hardcore nerd question

2007-12-11 Thread Chuckk Hubbard
I as well recall something similar, but I don't recall where, the author, or even if it was a story or just a thought experiment; but I do recall someone making the claim that with the right listening equipment, in the right location, he could record Jesus' last moments on the cross. Makes me

Re: [PD] array indirection

2007-12-10 Thread Chuckk Hubbard
Gratius http://jy.gratius.free.fr Chuckk Hubbard a écrit : On Dec 9, 2007 10:50 PM, Phil Stone [EMAIL PROTECTED] wrote: Hi Chuck, I think you're right; there's no way to avoid the copying. It's good to dream, though. :-) I have done some experimenting, and I think I'm

Re: [PD] array indirection

2007-12-09 Thread Chuckk Hubbard
that the graph would indeed switch arrays like you want. I started to look at the Pd code to see if I can find such a message mentioned; if I find it I'll let you know. -Chuckk Chuckk Hubbard wrote: It would be possible, if not CPU-efficient, to have them all hidden in table objects, and simply use

Re: [PD] code and compilers

2007-12-08 Thread Chuckk Hubbard
On Dec 8, 2007 4:38 PM, Andrew Brouse [EMAIL PROTECTED] wrote: An old-school hacker (poet turned progammer, classic!) once told me that he used to debug his programmes (on mainframes, with not even 1M of memory) by actually just watching a display of activity in all memory locations. After a

Re: [PD] array indirection

2007-12-08 Thread Chuckk Hubbard
It would be possible, if not CPU-efficient, to have them all hidden in table objects, and simply use tabread and tabwrite to copy them to the skeleton array when you want to switch. You would only need one tabread and tabwrite pair, just different ways to specify the target of tabread. I would

Re: [PD] select issues

2007-12-01 Thread Chuckk Hubbard
On Nov 30, 2007 10:10 PM, Mathieu Bouchard [EMAIL PROTECTED] wrote: On Fri, 30 Nov 2007, Chuckk Hubbard wrote: I agree with Martin. [route] is meant for lists, There's something really weird about [route] (as it is in 0.40): It will only route selectors if I don't give any float arguments

Re: [PD] non-selectable data structure

2007-11-29 Thread Chuckk Hubbard
On Nov 30, 2007 2:25 AM, gilberto bernardes [EMAIL PROTECTED] wrote: Dear all Can someone tell me please if there is any way to keep a structure (in a data structure patch) non-selectable? An -x at the beginning of [drawpolygon] will make it so. The help patch for [drawpolygon] mentions it,

Re: [PD] select issues

2007-11-29 Thread Chuckk Hubbard
On Nov 29, 2007 8:45 PM, Martin Peach [EMAIL PROTECTED] wrote: What is [select] supposed to do with a list? Just select based on the first element? I think it should reject lists altogether and suggest the use of [route]. I agree with Martin. [route] is meant for lists, [select] is meant for

Re: [PD] get audio IN to pd on windows

2007-11-27 Thread Chuckk Hubbard
On Nov 26, 2007 8:40 PM, hard off [EMAIL PROTECTED] wrote: 4, maybe 8, perhaps even 16 channels of audio...going out of ableton live (or logic, or cubase, or whatever) and into pd, ..in windows I think it depends on the soundcard. I had an Audigy previously and it was set by default to have

Re: [PD] Building a compressor in PD?

2007-11-27 Thread Chuckk Hubbard
On Nov 28, 2007 2:08 AM, Vreahli the Audio Bandit [EMAIL PROTECTED] wrote: Heya - I'm just curious - is it even possible to build a compressor in PD without coding it in C? The only way I can think of getting the overall loudness of a signal is by checking audio rate stuff - which won't work

Re: [PD] pd filter with pole and zero

2007-11-24 Thread Chuckk Hubbard
On Nov 23, 2007 9:54 PM, cyrille henry [EMAIL PROTECTED] wrote: hello, i know there is a lot's of filter externals available for pd, but i'd like to use some using rpole~ / cpole~ etc. I like playing with raw filters too. I don't have any references to add to Claude's, and really for me

Re: [PD] [Pd] Writing subpatch contents, was Re: [Csnd] Writing subpatch contents

2007-11-22 Thread Chuckk Hubbard
On Nov 21, 2007 11:28 PM, Roman Haefeli [EMAIL PROTECTED] wrote: On Wed, 2007-11-21 at 18:36 +0900, hard off wrote: yeah, but what chuck wants to know is WHICH objects are in his subpatch. so...if he puts a slider, 2 number boxes and 3 arrays in a subpatch, he needs something that will

Re: [PD] [Pd] Writing subpatch contents, was Re: [Csnd] Writing subpatch contents

2007-11-22 Thread Chuckk Hubbard
On Nov 22, 2007 11:58 AM, Frank Barknecht [EMAIL PROTECTED] wrote: Hallo, I would indeed use abstractions for this. They can be saved with Ctrl-S, which is easier than your subpatch saving, which seems overcomplicated to me. But of course to each his own. ;) To save all 8 automatically with

Re: [PD] fft beginner question

2007-11-22 Thread Chuckk Hubbard
On Nov 22, 2007 12:33 PM, Chuckk Hubbard [EMAIL PROTECTED] wrote: On Nov 22, 2007 1:34 AM, Mathieu Bouchard [EMAIL PROTECTED] wrote: FFT can also be defined to only use real numbers, but the formulas are more complicated and the data layout is slightly irregular. Pd does not support those

Re: [PD] fft beginner question

2007-11-20 Thread Chuckk Hubbard
On Nov 20, 2007 5:39 PM, Frank Barknecht [EMAIL PROTECTED] wrote: For some calculations polar, for others cartesian coordinates are easier to use. To quote Miller: The main reason we use complex numbers in electronic music is because they magically automate trigonometric calculations. We

[PD] [Pd] Writing subpatch contents, was Re: [Csnd] Writing subpatch contents

2007-11-19 Thread Chuckk Hubbard
Oops. I meant to put [Pd] On Nov 19, 2007 4:55 PM, Chuckk Hubbard [EMAIL PROTECTED] wrote: I believe the question of saving automation data has come up before, but this is a different question, I think. I want to write and read the objects in a subpatch to and from textfiles; not the state

Re: [PD] [Pd] Writing subpatch contents, was Re: [Csnd] Writing subpatch contents

2007-11-19 Thread Chuckk Hubbard
documentation still applicable to 0.41.0-test05? -Chuckk On Nov 19, 2007 5:25 PM, Chuckk Hubbard [EMAIL PROTECTED] wrote: Oops. I meant to put [Pd] On Nov 19, 2007 4:55 PM, Chuckk Hubbard [EMAIL PROTECTED] wrote: I believe the question of saving automation data has come up before

[PD] [Pd] [swap] help incorrect

2007-11-19 Thread Chuckk Hubbard
[swap] help says: The swap object stores numbers from its left inlet to output on its right inlet -- after repeating its right hand input out the left. It should say: The swap object stores numbers from its left inlet to output on its right inlet -- before repeating its right hand input out the

[PD] [Pd] How to load/save subpatch content dynamically

2007-11-19 Thread Chuckk Hubbard
This patch will load subpatches from existing .pd files. Actually, it copies them. Requires zexy. Seems crazy that it takes this many objects to do it, but this is the simplest way I could find, due to some of the little idiosyncrasies of Pd. I'll post a reply soon with another to save

Re: [PD] [Csnd] Writing subpatch contents

2007-11-19 Thread Chuckk Hubbard
On Nov 19, 2007 5:51 PM, Frank Barknecht [EMAIL PROTECTED] wrote: Hallo, Maybe you can script something with select all copy and paste, but did you try to use one of the saving systems like [sssad] to save parameters? I don't know what exactly is in your subpatches, but I'm pretty sure

Re: [PD] [Pd] Graphics Toolkits?

2007-11-08 Thread Chuckk Hubbard
On Nov 6, 2007 3:34 PM, cdr [EMAIL PROTECTED] wrote: when you say Tcl is wacky, just how wacky do you mean? I noticed that its handling of most programming capabilities is pretty off-beat, but I'm finding it very easy to learn and understand. Would you say there are serious flaws or

Re: [PD] First time PD troubles: A programmers confusion.

2007-11-08 Thread Chuckk Hubbard
On Nov 8, 2007 11:12 PM, Timothy Sikes [EMAIL PROTECTED] wrote: Hi First of all, this is my first email to this email group, so, I want to make sure that asking 'newb' questions is okay, and that this would be the place to email those 'newb' questions. As long as you don't mind newb

Re: [PD] [Pd] Graphics Toolkits?

2007-11-06 Thread Chuckk Hubbard
flexible and well developed for making GUIs. Check out tomorrow's auto-build if you want to make your mouse cursor turn into gumby :) It's in hcs/cursor-help.pd .hc On Nov 5, 2007, at 8:12 PM, Chuckk Hubbard wrote: I have now discovered the wonder that is Tcl/Tk. There goes the next few

Re: [PD] [Pd] Graphics Toolkits?

2007-11-05 Thread Chuckk Hubbard
I have now discovered the wonder that is Tcl/Tk. There goes the next few weeks of my life... -Chuckk On 11/3/07, Chuckk Hubbard [EMAIL PROTECTED] wrote: Hello. I am brainstorming about rewriting a Pd patch I wrote as a standalone program, for several reasons. I wrote it very haphazardly

Re: [PD] new pd wiki - practical data - includes forum

2007-11-03 Thread Chuckk Hubbard
On 11/3/07, Steffen Juul [EMAIL PROTECTED] wrote: On 03/11/2007, at 8.02, hard off wrote: i just set up a new wiki for pd, aimed at providing a simple and easy way for pd users to share their patches / tutorials, etc... There is also the http://puredata.info website people can use. For

[PD] [Pd] Graphics Toolkits?

2007-11-03 Thread Chuckk Hubbard
Hello. I am brainstorming about rewriting a Pd patch I wrote as a standalone program, for several reasons. I wrote it very haphazardly the first time, learning to program simultaneously. I've since gained a much greater understanding of C, and a smattering of some other languages. Also, the

Re: [PD] wiimote with ir sensor bar

2007-10-29 Thread Chuckk Hubbard
I thought I read that the ir-leds are angled slightly outward. Perhaps the amount of light detected from each is affected by the angle, which could be used to solidify the position? -Chuckk On 10/28/07, Roman Haefeli [EMAIL PROTECTED] wrote: On Sun, 2007-10-28 at 01:12 -0700, punchik punchik

Re: [PD] about sexy-ism

2007-10-28 Thread Chuckk Hubbard
Violence as a response to people with different values- was this comic drawn by a man? -Chuckk On 10/27/07, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: Funny, I think that exact comic came up earlier in this never-ending thread. Very apropos... .hc On Oct 27, 2007, at 7:26 AM, Hannah

[PD] [Pd] Arbitrary command line arguments

2007-10-28 Thread Chuckk Hubbard
Is it possible to send a command-line argument that can be used as $n inside a patch? If not, it might make a nice feature some day. -Chuckk -- http://www.badmuthahubbard.com ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] [Pd] Arbitrary command line arguments

2007-10-28 Thread Chuckk Hubbard
Okay, I figured out -send. -Chuckk On 10/28/07, Chuckk Hubbard [EMAIL PROTECTED] wrote: Is it possible to send a command-line argument that can be used as $n inside a patch? If not, it might make a nice feature some day. -Chuckk -- http://www.badmuthahubbard.com -- http

Re: [PD] [Pd] Arbitrary command line arguments

2007-10-28 Thread Chuckk Hubbard
, -David M. On Oct 28, 2007, at 7:50 AM, Chuckk Hubbard wrote: Okay, I figured out -send. -Chuckk On 10/28/07, Chuckk Hubbard [EMAIL PROTECTED] wrote: Is it possible to send a command-line argument that can be used as $n inside a patch? If not, it might make a nice feature some day

Re: [PD] ENOUGH Re: about sexy-ism. Let's talk data structures

2007-10-28 Thread Chuckk Hubbard
/sharktracks - Original Message From: Chuckk Hubbard [EMAIL PROTECTED] To: PD-list@iem.at Sent: Sunday, 28 October, 2007 10:43:28 AM Subject: Re: [PD] about sexy-ism Violence as a response to people with different values- was this comic drawn by a man? -Chuckk On 10/27/07

Re: [PD] about sexy-ism

2007-10-27 Thread Chuckk Hubbard
While the post was particularly vulgar, it's debatable whether knowing about sex is harmful to teenagers. It's also debatable in general whether it's anyone's responsibility to try to do what's best for other people's children. Anyway I suspect it's more the people around the teenage girl who

[PD] [Pd] Linux: [system]?

2007-10-27 Thread Chuckk Hubbard
Hi. I am running Debian 64 testing, kernel 2.6.22.1 with Ingo Molnar's rt patch, Pd 0.41.0-test05, Jack 0.103.0, and Csound 5.06. I have a Csound file I'm running with csoundapi~, and I'm editing the Csound file while editing my Pd composition. Unfortunately, realtime scheduling doesn't work from

Re: [PD] [OT] about sexism

2007-10-26 Thread Chuckk Hubbard
On 10/22/07, Andrew Brouse [EMAIL PROTECTED] wrote: It is clear, in any case, that for these sorts of gatherings in the Pd community, there is still a long way to go. As an old gauchiste, I have always believed that the ultimate goal for human society was for all people to be considered and

Re: [PD] about sexy-ism

2007-10-26 Thread Chuckk Hubbard
On 10/26/07, Alexandre Castonguay [EMAIL PROTECTED] wrote: I think the post and this attitude has no place on this list. The use of objects is smart but it doesn't excuse the moronic and offensive nature of the post. What makes you think that your freedom of speech should come at the expense

Re: [PD] [OT] Re: about sexism is TERMINATE THREAD PLEASE

2007-10-19 Thread Chuckk Hubbard
On 10/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ola, Honestly I wasn't even sure this sevy was really Yves, and for that matter I know nothing about Yves. As I said- the original statement was completely untrue; and the original poster hasn't responded to that fact. I

Re: [PD] Will Netotchka Nezvanova please sit down...

2007-10-19 Thread Chuckk Hubbard
I've seen flame wars last for many years. Rather, I've left forums and checked back years later to find it still happening. In one case one of the members had had some kind of legal action against him, apparently for trying to hunt down one of the others. I wonder at how people stay in (and

Re: [PD] sound annotation

2007-10-18 Thread Chuckk Hubbard
There's also video... -Chuckk On 10/17/07, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: WAV files can store notes, IIRC. Or at least Audacity can tie text to audio projects. I am sure other audio editors can too, but I am not sure there is currently a way to get that text in Pd. .hc

Re: [PD] sound annotation

2007-10-18 Thread Chuckk Hubbard
Incidentally, you might find interesting the recent discussion on this list that we don't talk about anymore. I see a paper online, that looks like it's by you, about Pd and feminism. This is a hot topic here. -Chuckk On 10/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hello list, I am

Re: [PD] [OT] Re: about sexism is TERMINATE THREAD PLEASE

2007-10-18 Thread Chuckk Hubbard
I see you found the thread yourself, while I was running around trying to find work instead of staying updated. On 10/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: and about feminist jokes. well you know feminism is in total discredit, is not fashionable anymore but the conditions for

Re: [PD] [OT] Re: about sexism is TERMINATE THREAD PLEASE

2007-10-18 Thread Chuckk Hubbard
On 10/18/07, Patrice Colet [EMAIL PROTECTED] wrote: Hello, just a parenthesis to make things clear, :), Chuckk Hubbard a écrit : I wasn't aware that women didn't participate. My few exchanges with Patrice convinced me she knows far more than I about computers and especially Pd

Re: [PD] [OT] Re: about sexism is TERMINATE THREAD PLEASE

2007-10-18 Thread Chuckk Hubbard
On 10/18/07, Kevin McCoy [EMAIL PROTECTED] wrote: Equality is equality, and doesn't need another name. If a man is treated badly for his gender, does he have less right to justice because he is a member of a group less often treated badly? Maybe not in theory, but in many people's

Re: [PD] [OT] Re: about sexism is TERMINATE THREAD PLEASE

2007-10-18 Thread Chuckk Hubbard
On 10/18/07, Yves Degoyon [EMAIL PROTECTED] wrote: ola, this is an excellent summing up of all that is wrong here... i didn't except to find soo much c.r.a.p. under the carpet .. you can call me a troll, but i don't think i'm so braindead [maybe tired]. You never did explain why you

Re: [PD] [OT] Re: about sexism is TERMINATE THREAD PLEASE

2007-10-18 Thread Chuckk Hubbard
On 10/19/07, Charles Henry [EMAIL PROTECTED] wrote: On 10/18/07, Chuckk Hubbard [EMAIL PROTECTED] wrote: On 10/18/07, Yves Degoyon [EMAIL PROTECTED] wrote: ola, this is an excellent summing up of all that is wrong here... i didn't except to find soo much c.r.a.p. under

Re: [PD] a general discussion about which software to learn: pd, max, both... or else?

2007-10-16 Thread Chuckk Hubbard
On 10/16/07, Frank Barknecht [EMAIL PROTECTED] wrote: Hallo, Mathieu Bouchard hat gesagt: // Mathieu Bouchard wrote: On Mon, 15 Oct 2007, Frank Barknecht wrote: I believe, the choice between a 1-dimensional language like SC and a 2-dimensional one like Pd is a state of mind thing. I do

Re: [PD] a general discussion about which software to learn: pd, max, both... or else?

2007-10-15 Thread Chuckk Hubbard
Hi. The documentation for Pd says that it started from the desire to make something similar to Max BUT with a facility for user-customizable scoring, what is now Pd's data structure system. IMO this is the single most useful aspect of Pd. The only other software I know of that would allow

Re: [PD] about pd

2007-10-12 Thread Chuckk Hubbard
How about mead? I've always wanted to try it, but it must be pretty nasty if no one makes it anymore. I'm in Romania now, and the tsuica is amazing. It sets a fire in the esophagus, but the receptors that are spared still detect a faint scent/taste of plum. I've been a big fan of Newcastle, but

Re: [PD] about pd

2007-10-12 Thread Chuckk Hubbard
Amen. Some friends did a song about PBR a while back. It sounds really good after a couple of pint cans: http://www.myspace.com/sixpackcreek -Chuckk On 10/12/07, Kevin McCoy [EMAIL PROTECTED] wrote: 10 BEEP 20 PRINT PABST! BLUE! RIBBON! 30 GOTO 10 km On 10/10/07, Charles Henry [EMAIL

Re: [PD] [OT] Re: about sexism is BORING

2007-10-11 Thread Chuckk Hubbard
On 10/11/07, marius schebella [EMAIL PROTECTED] wrote: jared wrote: if its so fucking bad why would you want to visit? Some people have the hope, the true situation would not be so depressing. I think Europeans and Americans see American as bad in an abstract sense, in the sense of

Re: [PD] [OT] Re: about sexism is TERMINATE THREAD PLEASE

2007-10-11 Thread Chuckk Hubbard
Seems to me it's been a pretty civil discussion. Way off-topic, definitely, but not terribly aggressive. I don't understand telling people not to talk about something. Whether or not we are all adults, we are all capable of deciding for ourselves what we want to say and read. -Chuckk On

Re: [PD] [OT] Re: about sexism

2007-10-10 Thread Chuckk Hubbard
On 10/10/07, Mathieu Bouchard [EMAIL PROTECTED] wrote: On Wed, 10 Oct 2007, Chris McCormick wrote: whilst there is no similar widespread cliche for western invaders in our culture is testament to this fact. I believe that colonialism and imperialism are widespread words, concepts and

Re: [PD] [OT] Re: about sexism

2007-10-10 Thread Chuckk Hubbard
On 10/10/07, Mathieu Bouchard [EMAIL PROTECTED] wrote: On Wed, 10 Oct 2007, Chuckk Hubbard wrote: I'm not sure which culture is our culture, In this context, it would be all the west-european, canadian, australian, nz, usa, ... mostly that. That sounds more like hundreds of cultures

Re: [PD] about sexism

2007-10-08 Thread Chuckk Hubbard
On 10/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ola, i'm sorry to be boring on this list, but here i read everyday terms as : 'wet dream', 'gang bang' , .. and i understand why some girls stay away from this list Understandable, but that's not sexism. And I have heard these terms

Re: [PD] representning classes and selectors in the wiki

2007-10-08 Thread Chuckk Hubbard
Hi. I haven't been too active with Pd lately, but I just got a P5 glove and a new idea, so back I come. I'm very happy to see this discussion. All I have to add is that, if there is a good search engine, I'll love it. Personally, when I'm looking for a particular external, or to find an external

Re: [PD] [OT] Re: about sexism

2007-10-08 Thread Chuckk Hubbard
On 10/8/07, IOhannes m zmoelnig [EMAIL PROTECTED] wrote: Thomas Mayer wrote: Understandable, but that's not sexism. And I have heard these terms from the mouths of women many, many times. how does the fact that a group of people uses certain phrases prove that these phrases are not

Re: [PD] [OT] Re: about sexism

2007-10-08 Thread Chuckk Hubbard
Addendum - a quick Gmail search turned up one use of gang bang which was quoted in response a few times; it was in the thread [Pd] pd-competition?. I'm not exactly sure what it was referring to. I suspect it was a play on the word 'bang'. Another quick Gmail search turned up one use of wet

Re: [PD] about sexism

2007-10-08 Thread Chuckk Hubbard
On 10/8/07, Yves Degoyon [EMAIL PROTECTED] wrote: ola, dont feed the braindead trolls! i think you should at least sign your very uninteresting remarks, and not with an internet nickname like 'carmen', when it's a boy who is writing This is absolutely trollspeak. ( if i don't get

[PD] [Pd] puredata.info download suggestion

2007-10-07 Thread Chuckk Hubbard
I just downloaded 8 files, Martin Peach's OSC dll's, source files, and pd patches. It took a really long time. I can't right click and select save link, because I save an html file. If I click on the link, I get another page with another link that I can now click on and select save link; but it

Re: [PD] [Pd] puredata.info download suggestion

2007-10-07 Thread Chuckk Hubbard
Thanks Martin. Serves me right for not paying attention. I have a pretty shallow relationship with OSC, I only go looking for it when I need something from it. -Chuckk On 10/8/07, Martin Peach [EMAIL PROTECTED] wrote: Chuckk Hubbard wrote: I just downloaded 8 files, Martin Peach's OSC dll's

Re: [PD] [Pd] Building OSCx on 64-bit Debian

2007-09-10 Thread Chuckk Hubbard
On 9/9/07, Martin Peach [EMAIL PROTECTED] wrote: Chuckk Hubbard wrote: On 9/8/07, *Ken Restivo* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Sep 08, 2007 at 06:48:52PM -0400, Chuckk Hubbard wrote: Hi. I

Re: [PD] [Pd] Building OSCx on 64-bit Debian

2007-09-09 Thread Chuckk Hubbard
On 9/8/07, Ken Restivo [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Sep 08, 2007 at 06:48:52PM -0400, Chuckk Hubbard wrote: Hi. I acquired a p5 glove, and the Pd interface I found for it relies on OSCx. I've been trying to build it, having added -fPIC

[PD] [Pd] Building OSCx on 64-bit Debian

2007-09-08 Thread Chuckk Hubbard
Hi. I acquired a p5 glove, and the Pd interface I found for it relies on OSCx. I've been trying to build it, having added -fPIC to it, but I get this: make[1]: Entering directory `/home/chuckk/Glove/pd/externals/OSCx/src' cc -Wl,-export_dynamic -shared -o sendOSC.pd_linux sendOSC.o htmsocket.o

Re: [PD] Re-targeting sends.

2007-08-19 Thread Chuckk Hubbard
Sweet! I don't remember when you put that in either, I never noticed before. Seems it needs the symbol selector in front of the message for the send name, btw. -Chuckk On 8/18/07, Miller Puckette [EMAIL PROTECTED] wrote: I can't remember when I put it in, but send with no arguments now

Re: [PD] [Pd] toxy, cyclone on 64-bit

2007-08-06 Thread Chuckk Hubbard
/07, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: It would be nice to put out a beta 64-bit build of Pd-extended. Are you up for it? .hc On Aug 5, 2007, at 7:18 PM, Chuckk Hubbard wrote: So I got some help from Mathieu and Patko on this, and I wanted to share it in case someone else

Re: [PD] [Pd] toxy, cyclone on 64-bit

2007-08-06 Thread Chuckk Hubbard
/GettingPdSource Just try making a build, then post the transcript to pd-dev when you have troubles. Here's the instructions, its a wiki, feel free to improve the page: http://puredata.org/docs/developer/Debian .hc On Aug 6, 2007, at 7:53 PM, Chuckk Hubbard wrote: I'd be up for helping. I

Re: [PD] [Pd] toxy, cyclone on 64-bit

2007-08-05 Thread Chuckk Hubbard
I'm looking at the source, wondering if I can adapt it for 64-bit. Any advice welcome. My email to Krzysztof at [EMAIL PROTECTED] came back undeliverable... did he leave the university? -Chuckk On 8/3/07, Chuckk Hubbard [EMAIL PROTECTED] wrote: Does anyone know if these libraries will compile

Re: [PD] [Pd] toxy, cyclone on 64-bit

2007-08-05 Thread Chuckk Hubbard
and Mathieu! -Chuckk On 8/5/07, Chuckk Hubbard [EMAIL PROTECTED] wrote: I'm looking at the source, wondering if I can adapt it for 64-bit. Any advice welcome. My email to Krzysztof at [EMAIL PROTECTED] came back undeliverable... did he leave the university? -Chuckk On 8/3/07, Chuckk

[PD] [Pd] openpanel vs. relative path - feature request?

2007-08-03 Thread Chuckk Hubbard
Hi. Is there/could there be a way to change [openpanel] output to relative pathname? Perhaps even an object from another library that would search for current directory in its input and create relative paths accordingly. I think I could write such an object for Linux, not sure about other OS's.

[PD] [Pd] toxy, cyclone on 64-bit

2007-08-03 Thread Chuckk Hubbard
Does anyone know if these libraries will compile on 64-bit Linux? If so... how do I compile them? Thanks! -Chuckk -- http://www.badmuthahubbard.com ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] Audio Analasys

2007-07-23 Thread Chuckk Hubbard
lol I wish it were $f6/1 (hex dollars of course) On 7/23/07, Derek Holzer [EMAIL PROTECTED] wrote: This is the thread of cryptic responses, I see ;-) So it's: [expr 6/$f1] d. IOhannes m zmoelnig wrote: * [expr 6/f$1] I always do this typo, ;) Sorry, but ? Did I put

Re: [PD] Audio Analasys

2007-07-22 Thread Chuckk Hubbard
Check out the 3.Audio : I patches in Pd Help. That's I as in starting at A. The I section is frequency analysis. -Chuckk On 7/22/07, Richard Powell [EMAIL PROTECTED] wrote: Hi again, Most of my ideas with pD revolve around different visuals that react in some way to sound. I seem to be

Re: [PD] [PD-announce] PD workshop, Budapest

2007-07-22 Thread Chuckk Hubbard
Too bad, I will be moving to Romania soon, and I could make the trip, but not before August. Any Pd people in Romania? I'll be in Bucharest at first, perhaps to relocate. I married a Romanian woman who came to the US on a Fulbright scholarship, and one of the agreements she made by accepting

Re: [PD] changing volume depending on frequency

2007-07-15 Thread Chuckk Hubbard
Howdy, Andy. Another interesting effect (don't remember what they call it) is that at certain high frequencies, subjects tend to report that the frequency changes as the volume changes, when in reality the volume is all that changes. Hmm, I bet there was a way to say that with half as many

Re: [PD] posting

2007-06-22 Thread Chuckk Hubbard
You've just posted to the list! Welcome. -Chuckk On 6/22/07, toby zardoz [EMAIL PROTECTED] wrote: I'd like to use the e-mail I'm using here to post to the list and was advised in the list subscriber acceptance e-mail to e-mail [EMAIL PROTECTED] thanks -- Yahoo!

Re: [PD] match the closest number

2007-06-18 Thread Chuckk Hubbard
Here's a possibility. Not very elegant, but it works. Replace the list and the numberboxes with whatever input and output you need and it ought to work, if the differences are smaller than 10. -Chuckk On 6/18/07, danja [EMAIL PROTECTED] wrote: hello there, i have a [list] of numbers and

Re: [PD] HRTF

2007-03-28 Thread Chuckk Hubbard
On 3/28/07, Chris McCormick [EMAIL PROTECTED] wrote: On Tue, Mar 27, 2007 at 08:37:46PM -0400, Chuckk Hubbard wrote: Was PD previously under GPL? No. Frank explained to me that Pd-extended is under GPL. I have to go back and revise the package I created, if only to add the Berkley license

Re: [PD] HRTF

2007-03-28 Thread Chuckk Hubbard
On 3/28/07, Chris McCormick [EMAIL PROTECTED] wrote: On Tue, Mar 27, 2007 at 10:50:11PM +0200, Frank Barknecht wrote: You can embed Pd into a proprietary software and apart from telling, that you did so, you have no further obligations (that's why Max can use parts of Pd inside). With

Re: [PD] Real-time frequency filtering and analysis

2007-03-28 Thread Chuckk Hubbard
Airhorns. -Chuckk On 3/28/07, Charles Henry [EMAIL PROTECTED] wrote: filtering in general may not be the best approach because some of your partials from one xylophone note will overlap with other note's partials. They are inharmonic complex tones, which are not so easy to predict

Re: [PD] HRTF

2007-03-27 Thread Chuckk Hubbard
for the trees, in a way. -Chuckk On 3/20/07, Chuckk Hubbard [EMAIL PROTECTED] wrote: Interesting idea. Only thing I could suggest would be to use Csound with Pd's csoundapi~ object. You could totally set up an interface for setting angles and stuff with GEM, then relay the HRTF info

Re: [PD] HRTF

2007-03-27 Thread Chuckk Hubbard
more open than the GNU license, it doesn't require any kind of adherance to any sort of policy, you can use it for whatever purposes you see fit, even commercial... http://www-crca.ucsd.edu/~msp/Software/LICENSE.txt Mike On 3/27/07, Chuckk Hubbard [EMAIL PROTECTED] wrote: I believe Csound

Re: [PD] Stupid Symbol Processing

2007-03-20 Thread Chuckk Hubbard
| [list trim] | On 3/20/07, David F. Place [EMAIL PROTECTED] wrote: [symbol pd-experts(, If I try to process (computer) keyboard inputs thus: [keyname] | [route r s p] || | | nothing matches because the output of

Re: [PD] HRTF

2007-03-20 Thread Chuckk Hubbard
Interesting idea. Only thing I could suggest would be to use Csound with Pd's csoundapi~ object. You could totally set up an interface for setting angles and stuff with GEM, then relay the HRTF info to Csound. It would be pretty awesome. I wouldn't know where to start trying to set up HRTF just

Re: [PD] oldschool rave synths

2007-03-16 Thread Chuckk Hubbard
On 3/16/07, padawan12 [EMAIL PROTECTED] wrote: On Thu, 15 Mar 2007 22:56:46 -0400 Chuckk Hubbard [EMAIL PROTECTED] wrote: On 3/16/07, padawan12 [EMAIL PROTECTED] wrote: As Chuckk and some of the other mathematicians have said here, some esoteric pure math like operator theory subsumes

Re: [PD] oldschool rave synths

2007-03-16 Thread Chuckk Hubbard
On 3/17/07, padawan12 [EMAIL PROTECTED] wrote: On Fri, 16 Mar 2007 14:06:37 -0400 Chuckk Hubbard [EMAIL PROTECTED] wrote: What what was? The Csound opcode? No the book on stats for music applications. Alas, it is merely a probability textbook with a little more detail than the one we're

Re: [PD] pd windows installation help

2007-03-16 Thread Chuckk Hubbard
Pd runs as two apps, pd.exe and wish.exe. They must be able to communicate through a virtual network, and in my experience they are stopped by my firewall unless I open it and specifically allow them to act as servers and access the internet after installing. I always have to do this again after

  1   2   >