Re: [PD] idea: keyboard shortcut for making connections

2006-11-04 Thread Chuckk Hubbard
I agree. If you think about it, a mouse and a keyboard are two versions of the same thing; a mouse works in two dimensions and has a vocabulary of two or three words, whereas a keyboard works in 0 dimensions with a vocabulary of 100+ words. Any keyboard-based interface will have a higher

Re: [Pd] Loading externals in Linux

2006-11-05 Thread Chuckk Hubbard
BTW, I also tried [declare] with an absolute path, naming -lib comport specifically, and it wouldn't load. On 11/5/06, Chuckk Hubbard [EMAIL PROTECTED] wrote: Hello. I'm once again trying to control my school's Moog with Pd, this time going with the serial port on my new laptop. I downloaded

Re: [Pd] Loading externals in Linux

2006-11-05 Thread Chuckk Hubbard
is: if it's in /usr/local/bin it will check /usr/local/lib/pd/extra, but if it's in /usr/bin it will look in /usr/lib/pd/extra. just add /usr/local/lib/pd/extra to your path and it will always be checked. m Chuckk Hubbard schreef: BTW, I also tried [declare] with an absolute path, naming -lib comport

[Pd] Serial port out

2006-11-06 Thread Chuckk Hubbard
I'm going forward with this Moog-controlling plan. I have Pd on my laptop, and have compiled [comport]. I'm not sure how to use it, though. As with so many things, most of the info I can find online tells me way more than what I want. What I want: Is it possible to send constant values OR

Re: [Pd] Serial port out

2006-11-09 Thread Chuckk Hubbard
On 11/9/06, Cesare Marilungo [EMAIL PROTECTED] wrote: I'm not an expert in electronics. But I believe that this should need a microcontroller. You send the notes you want to play via serial port to the microcontroller, which sends a pwm signal that can be flattened with a simple rc circuit (a

Re: [Pd] Serial port out

2006-11-09 Thread Chuckk Hubbard
If this would be the only way to do it, then yes, it would be very useful. Alternatively, actually, I did some searching and found that Iain Duncan a few years ago was looking for a way to do this with Csound. I wrote to ask if he had any success, still waiting to hear back. It wouldn't be

Re: [PD] Philadelphia area PD users

2006-11-10 Thread Chuckk Hubbard
Howdy. I'm in Center City, studying comp at University of the Arts on Broad. They don't use PD here, unfortunately (mostly a jazz school), but I use it. I am more of a composer than a performer, but I like programming with PD as well. I have a microtonal sonata created with PD at:

Re: [Pd] OT: this is the kind of interface I want

2006-11-12 Thread Chuckk Hubbard
I'm envisioning a musical instrument akin to a keyboard that retunes itself. Wendy Carlos made something like this, I think, but I want something more versatile. Monzo lattices, maybe, for selecting notes, and then separate commands for transposing the whole system of notes to different roots.

Re: [Pd] Serial port out

2006-11-16 Thread Chuckk Hubbard
Interesting. I did get the comport.dll to work, thanks. My plan was to send PWM from my serial port, then use a low pass filter to obtain DC to control a Moog synthesizer's pitch. Christian Klippel, however, has kindly offered to create a USB-CV adaptor for me, something others have suggested

Re: [PD] [OT] PD users in Bulgaria

2006-11-17 Thread Chuckk Hubbard
Not I, but my friend just played me some severely microtonal womens' choir music from there. Dreamy. On 11/17/06, Max Neupert [EMAIL PROTECTED] wrote: hi, are there any pd users from bulgaria on this list, especially plovdiv? i'm there until the end of the year. max

[Pd] Lesson learned with Csound and Pd and jackd

2006-11-17 Thread Chuckk Hubbard
Just something I discovered, maybe everyone already knows it: when I would try to send Csound output through Jack into Pd, I kept getting errors. Turns out that Pd's inlets are labeled 0 and 1, and Csound attempts to send to 1 and 2. I set Pd's inlets to 4 and suddenly Csound connected to the

Re: [PD] desiredata 0.39.A.pre2

2006-11-18 Thread Chuckk Hubbard
On 11/14/06, Steffen [EMAIL PROTECTED] wrote: On 14/11/2006, at 17.14, Mathieu Bouchard wrote: On Tue, 14 Nov 2006, Thomas Grill wrote: There are no plans to incorporate Miller's 0.40 into devel_0_39 Well, there are - but no manpower available. Oh sure there are would-likes for that...

Re: [PD] frequency shifter

2006-11-24 Thread Chuckk Hubbard
I had no idea what you guys were talking about, but I tried it and it sounds wicked. Where did you pick up this idea? -Chuckk On 11/24/06, derek holzer [EMAIL PROTECTED] wrote: hard off wrote: I would simply use two more triangle oscillators in place of the pitch shifters, and set the

Re: [Pd] Installing Pd on Linux

2006-12-23 Thread Chuckk Hubbard
, Chuckk Hubbard [EMAIL PROTECTED] wrote: It also won't connect to jackd... I have the jack dev library, the xorg-xserver dev library, tcl and tk devs, and gcc. ./configure make depend make (or make install as root, tried both) open jack, open pd, pd only reports that all the audio devices are busy

Re: [PD] ASDR

2007-01-11 Thread Chuckk Hubbard
I submitted an abstraction to the list once: http://lists.puredata.info/pipermail/pd-list/2006-04/037406.html And Federico submitted one using data structures: http://lists.puredata.info/pipermail/pd-list/2006-04/037449.html -Chuckk On 1/11/07, Max Neupert [EMAIL PROTECTED] wrote: hi list, i

Re: [PD] ASDR

2007-01-11 Thread Chuckk Hubbard
I haven't been able to find it or its documentation on the sourceforge link from google. Does it actually draw a table? On 1/11/07, Jerome Tuncer [EMAIL PROTECTED] wrote: Note: [envgen] is part of Günter's ggext... ++ Jé Derek Holzer a écrit : envgen best, d. Max Neupert wrote: hi

[Pd] Playing a bitmap

2007-01-22 Thread Chuckk Hubbard
Has anyone done this with Pd? I thought I remembered something in GEM, but I can't find it anywhere. Just to have a cursor scroll left to right and assign the different values of pixels to different musical properties... -Chuckk -- Far and away the best prize that life has to offer is the

Re: [Pd] Playing a bitmap

2007-01-22 Thread Chuckk Hubbard
On 1/23/07, Claude Heiland-Allen [EMAIL PROTECTED] wrote: Chuckk Hubbard wrote: Has anyone done this with Pd? I thought I remembered something in GEM, but I can't find it anywhere. Just to have a cursor scroll left to right and assign the different values of pixels to different musical

Re: [Pd] Playing a bitmap

2007-01-25 Thread Chuckk Hubbard
Heiland-Allen [EMAIL PROTECTED] wrote:Chuckk Hubbard wrote: On 1/23/07, Claude Heiland-Allen [EMAIL PROTECTED] wrote: Chuckk Hubbard wrote: Has anyone done this with Pd? I thought I remembered something in GEM, but I can't find it anywhere. Just to have a cursor scroll left to right

Re: [Pd] Playing a bitmap

2007-01-26 Thread Chuckk Hubbard
On 1/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hey chuckk, given the picture, no wonder it sounds bad ;-) Yeah, it's one of my more violent pieces. i have actually not used this object myself (i use it's inverse) so not much help - maybe IOhannes or someone will know more, or

Re: [Pd] Pd's biquad

2007-01-28 Thread Chuckk Hubbard
Hi Chuck. Thanks for the rundown. This mostly makes sense to me, except this: w(n)-fb1*w(n-1)-fb2*w(n-2)=x(n) ff1*w(n)+ff2*w(n-1)+ff3*w(n-2)=y(n) so, y(n)-fb1*y(n-1)-fb2*y(n-2)=ff1*x(n)+ff2*x(n-1)+ff3*x(n-2) I can't seem to connect them. The dummy-variable equations seem unnecessarily

[PD] edit or play mode information

2007-01-28 Thread Chuckk Hubbard
Sorry, I left the list out on my earlier reply... I have used: [x] | [pd-subpatch editmode $1( Instead of Ctl-E, and then the same toggle can be used to tell the patch whether editmode is on for the subpatch. I have my sequencer score set up so that hitting E once lets go of the note-cursor

Re: [Pd] Pd's biquad

2007-01-28 Thread Chuckk Hubbard
On 1/28/07, Frank Barknecht [EMAIL PROTECTED] wrote: Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: Actually I've just read a nice, not too mathematical explanation of biquad-filters in Perry Cook's book Real Sound Synthesis for Interactive Applications which I'm currently

Re: [PD] edit or play mode information

2007-01-29 Thread Chuckk Hubbard
I didn't think you wanted cursor control. I'm saying I don't think what you want is possible, but it is possible to set up other keys to control edit mode, and that the toggle that does so can be used to directly control other things. Maybe someone else knows a way to read the mode from a

Re: [PD] sig/control on/off

2007-01-29 Thread Chuckk Hubbard
On 1/29/07, Denis Trapeznikoff [EMAIL PROTECTED] wrote: 2007/1/16, IOhannes m zmoelnig [EMAIL PROTECTED]: i do not see how you get your definition of the case. The case should be read as the case of audio stream, and the word audio made me assume that somebody could hear the stream. Of

Re: Re: [PD] sig/control on/off

2007-01-29 Thread Chuckk Hubbard
On 12/30/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: But what is actually happening there is not the same as disconnecting or halting the signal. If you created a subpatch with an inlet~, outlet~ and a [switch~] unit controllable from above the subpatch how does that compare to [spigot~]? I

Re: [PD] edit or play mode information

2007-01-29 Thread Chuckk Hubbard
as demonstrated below or in the the attached patch - this might be just what Chuckk Hubbard spoke about from the beginning - forgive me (i'm learning)! Pretty much. I was thinking more like: [key] | [route whatever] | [x] | [; pd-subpatch editmode $1 ; edit-enabled $1( Or the toggle could connect

Re: [PD] edit or play mode information

2007-01-30 Thread Chuckk Hubbard
On 1/30/07, IOhannes m zmoelnig [EMAIL PROTECTED] wrote: Hans-Christoph Steiner wrote: Also, you can track the state if you do this: [receive pd] | [route editmode] | [X] no, you cannot. at least: i cannot. see http://lists.puredata.info/pipermail/pd-list/2007-01/046344.html (hey, that

Re: [PD] tom hanks

2007-02-03 Thread Chuckk Hubbard
LOL It looks just like him. Do you know that people here are known to say about a movie I forget what it's about, but it has Tom Hanks, so you know it's good.? On 2/3/07, hard off [EMAIL PROTECTED] wrote: warning, this patch may contain a badly drawn picture of tom hanks.

Re: [PD] ..

2007-02-03 Thread Chuckk Hubbard
I just use: [bang( | [openpanel] | [symbol] | [read $1 array( Although that doesn't answer your question. -Chuckk On 2/3/07, hard off [EMAIL PROTECTED] wrote: the most foolproof way is to write the complete path to your sample, eg c:/audio/samples/sample.wav the easiest way is to put your

Re: [PD] edit or play mode information

2007-02-05 Thread Chuckk Hubbard
[receive pd-subpatch] | [route editmode] | [X] works, and was maybe what he meant. My thought was to have a separate send-receive for notifying other objects of changes, because this receiving messages intended for subpatches makes me uneasy. You also don't need the [route] if there's

Re: [PD] pd-made tetris

2007-02-06 Thread Chuckk Hubbard
Awesome. I wish it sped up! Good stuff though. -Chuckk On 2/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: sweet - nice work! i can never get enough tetris :-) best, p Original Message Subject: [PD] pd-made tetris From: Matteo Sisti Sette [EMAIL PROTECTED] Date:

Re: [Pd] Playing a bitmap

2007-02-07 Thread Chuckk Hubbard
right at the corners... Any suggestions? Thanks. -Chuckk On 1/27/07, Chuckk Hubbard [EMAIL PROTECTED] wrote: Well, here's where I have it now. I'm still working out how to scale everything correctly, so you'll have to adjust the size calculations and stuff according to the image. The metro object

Re: [PD] [OT] gallery installation sound

2007-02-07 Thread Chuckk Hubbard
We went to the Kimmel Center last semester in acoustics class, and this is exactly what they do. They have a huge foil on top that they raise or lower depending on the size of the ensemble. Now, they also have huge empty wells on both sides of the auditorium, and if they need wider reverb they

Re: [Pd] OSC on Winxp

2007-02-10 Thread Chuckk Hubbard
this... I'll see what I can figure out. -Chuckk On 2/10/07, Martin Peach [EMAIL PROTECTED] wrote: Chuckk Hubbard wrote: Trying to load routeOSC.dll, packOSC.dll, and unpackOSC.dll in Windows. All three are the compiled files from http://puredata.info/Members/martinrp/OSCobjects and Pd is unable

Re: [Pd] OSC on Winxp

2007-02-10 Thread Chuckk Hubbard
Besides me being a moron... I'll try downloading the files now. On 2/10/07, Chuckk Hubbard [EMAIL PROTECTED] wrote: I got this output trying to compile: C:\pd-0.40-2\pd\extragcc routeOSC.c routeOSC.c:5: error: syntax error before '' token routeOSC.c:9: error: stray '@' in program routeOSC.c

Re: [Pd] OSC on Winxp

2007-02-11 Thread Chuckk Hubbard
I've run into this before. I prefer Pd 0.40-2; does anyone know if and where I can find this OSCx library by itself? -Chuckk On 2/11/07, Stephen Sinclair [EMAIL PROTECTED] wrote: have you tried using OSCx, which I believe is included in the extended build of Pd? Steve On 2/10/07, Chuckk

Re: [Pd] OSC on Winxp

2007-02-11 Thread Chuckk Hubbard
I figured it out. Duh, I can take the files from the pd-extended folder. Pretty straightforward operation. Thanks, Steve. -Chuckk On 2/11/07, Chuckk Hubbard [EMAIL PROTECTED] wrote: I've run into this before. I prefer Pd 0.40-2; does anyone know if and where I can find this OSCx library

[PD] GEM pix_film/movie issues

2007-02-11 Thread Chuckk Hubbard
Hi. I'm trying to set up Csound and PD together to score an animation. When I have Csound send the frame numbers explicitly, the picture bleeds all over itself, like some pixels not refreshing regularly or something. I notice, though, that I can send a frame number while 'auto 1' is enabled and

Re: [PD] output grayscale value of pixels in a video

2007-02-12 Thread Chuckk Hubbard
On 2/12/07, Claude Heiland-Allen [EMAIL PROTECTED] wrote: pablo das neves bicho wrote: Hi list, I'd like to know if there is an object or an abstration to output the grayscale values of each pixel of a low resolution video, in order to use those value to control the behaviour of 3d objects.

[PD] Gem again - combining different-sized images?

2007-02-13 Thread Chuckk Hubbard
Hi. I'm using pix_crop to create small slivers of an image to process with pix_pix2sig~ to play bitmaps. I'm interested in changing the range, however, of the visible image, so that I can change the frequency range represented by the original image without an external editor. I thought to

Re: [PD] hotkey scrolling within patches?

2007-02-13 Thread Chuckk Hubbard
I would very much like this too, for my scores to be able to scroll automatically. I also would have no idea how to program it. -Chuckk On 2/13/07, Rich E [EMAIL PROTECTED] wrote: Hi list, Does anyone know of a good linux window manager that would allow me to scroll left/right or up/down

Re: [PD] slicing samples

2007-02-14 Thread Chuckk Hubbard
On 2/14/07, Frank Barknecht [EMAIL PROTECTED] wrote: Hallo, IOhannes m zmoelnig hat gesagt: // IOhannes m zmoelnig wrote: while we are at it: i think this was my first published patch: http://iem.at/~zmoelnig/pd/download/index.html#slicer Lets make it a rule that everyone has to build a

Re: [PD] pix_film more questions

2007-02-17 Thread Chuckk Hubbard
On 2/17/07, chris clepper [EMAIL PROTECTED] wrote: properly drop frames and adhere to a wall clock. The windows version still has some problems with timing and will make some Keystone Cops footage if he load is extremely high. I'm from the Keystone State and this offends me. -Chuckk --

Re: [PD] Noop message.

2007-02-17 Thread Chuckk Hubbard
On the same token, [route noop] would output the original message from the right outlet if it's not noop. I guess, depending which object was doing the receiving, the left outlet wouldn't have to be hooked up at all. If it was going into [pack], for instance, or [append], I believe they store

Re: [PD] Noop message.

2007-02-17 Thread Chuckk Hubbard
Actually, you will have trouble with any of these, as just about any object that expects a float (number) will not pass anything if it gets a symbol (word). I'm looking for a way to do it with a couple of list objects, but it could be ugly. -Chuckk On 2/17/07, Chuckk Hubbard [EMAIL PROTECTED

Re: [PD] Noop message.

2007-02-17 Thread Chuckk Hubbard
I mean, [unpack float float float] won't take noop On 2/18/07, hard off [EMAIL PROTECTED] wrote: with a list, route only works on the first element yeah, so unpack the list first, and route each output individually. like: [unpack float float float] ||

Re: [PD] pix_film more questions

2007-02-17 Thread Chuckk Hubbard
On 2/18/07, Martin Peach [EMAIL PROTECTED] wrote: Chuckk Hubbard wrote: On 2/17/07, chris clepper [EMAIL PROTECTED] wrote: properly drop frames and adhere to a wall clock. The windows version still has some problems with timing and will make some Keystone Cops footage if he load

Re: [PD] Noop message.

2007-02-18 Thread Chuckk Hubbard
That works for floats, but again, [unpack s] won't take -1. David hasn't said much about what types of arguments he expects. -1 for floats and noop for symbols would seem to work. -Chuckk On 2/18/07, hard off [EMAIL PROTECTED] wrote: oh yeah, sorry. that's why i would use -1 or another

Re: [PD] Noop message.

2007-02-18 Thread Chuckk Hubbard
This works. Ugly error messages, if that bothers you, but no messages passed on noop. -Chuckk On 2/17/07, David F. Place [EMAIL PROTECTED] wrote: Maestri: I would like a special message (let's call it noop) which when sent does nothing. (That is to say, sending it would be like not sending

Re: [PD] Noop message.

2007-02-18 Thread Chuckk Hubbard
On 2/18/07, Frank Barknecht [EMAIL PROTECTED] wrote: Hallo, Chuckk Hubbard hat gesagt: // Chuckk Hubbard wrote: That works for floats, but again, [unpack s] won't take -1. David hasn't said much about what types of arguments he expects. -1 for floats and noop for symbols would seem to work

Re: [PD] minor but persistent annoyances

2007-02-24 Thread Chuckk Hubbard
I noticed 1) before too, on Mac. I'm not sure if the same thing has happened to me on Windows; resizing windows is much much easier in Windows. The reason it was a huge problem on Mac was that, once the window is larger than your display, there's no way to get to the resize button on the lower

Re: [PD] newbie growing pains...

2007-02-25 Thread Chuckk Hubbard
On 2/20/07, Derek Holzer [EMAIL PROTECTED] wrote: Hi Jared, for what it's worth, I've been working with PD for years and I still can't read most other people's patches ;-) Everybody has their own style, their own handwriting, and some are more readable than others. Diving right into

Re: [PD] newbie growing pains...

2007-02-25 Thread Chuckk Hubbard
On 2/25/07, carmen [EMAIL PROTECTED] wrote: On Sun Feb 25, 2007 at 01:51:33AM -0500, Hans-Christoph Steiner wrote: On Feb 20, 2007, at 9:14 PM, Derek Holzer wrote: Hi Jared, for what it's worth, I've been working with PD for years and I still can't read most other people's

Re: [PD] minor but persistent annoyances

2007-02-26 Thread Chuckk Hubbard
change the canvas sizes in a text editor. cheers, robbert Chuckk Hubbard [EMAIL PROTECTED] wrote: The reason it was a huge problem on Mac was that, once the window is larger than your display, there's no way to get to the resize button on the lower right corner of the window

Re: [PD] minor but persistent annoyances

2007-02-26 Thread Chuckk Hubbard
Yup. On 2/26/07, Roman Haefeli [EMAIL PROTECTED] wrote: oops, sorry about the number, i didn't want to say, it's exact 3px. i just estimated. i am working actually on linux, so i couldn't test. though, it would be interesting to see, if it's also 4px on windows. roman On Mon, 2007-02-26

Re: [PD] PD-list Digest, Vol 23, Issue 157

2007-02-27 Thread Chuckk Hubbard
, robbert van hulzen [EMAIL PROTECTED] wrote: didn't mean to offend. i'm not saying it's not a bug, but it hasn't bothered me too much (my patches don't have that many windows). robbert Chuckk Hubbard [EMAIL PROTECTED]wrote: You lost me at just. That you can fix it by opening a patch

Re: [PD] minor but persistent annoyances

2007-02-27 Thread Chuckk Hubbard
On 2/27/07, Steffen [EMAIL PROTECTED] wrote: 2) that a patch canvas can be bigger then the screen size since a solution to the one might not be a solution to the other. As for the second. We have different screens with different resolutions and size. So what can fit on one screen might not

Re: [PD] a good way to remove selected data objects?

2007-02-27 Thread Chuckk Hubbard
On 2/27/07, Rich E [EMAIL PROTECTED] wrote: Hi all, I was wondering if anyone has come across a good way to selectively remove a visualized data structure, hopefully without having to use the mouse. Eg, I'd like to be able to select something based on the position of my tablet pen and then

Re: [PD] how connect pd between pc and mac using cross cable?

2007-03-11 Thread Chuckk Hubbard
I have done this through a router with netsend. Once I had the network set up, netsend worked without anything else. Unfortunately, it has been many months since I did it, and I don't recall how I had the network set up. But it can be done. -Chuckk On 3/9/07, Andres Ferrari [EMAIL PROTECTED]

Re: [PD] oldschool rave synths

2007-03-15 Thread Chuckk Hubbard
On 3/16/07, padawan12 [EMAIL PROTECTED] wrote: On Thu, 15 Mar 2007 06:54:40 -0700 shift8 [EMAIL PROTECTED] wrote: As Chuckk and some of the other mathematicians have said here, some esoteric pure math like operator theory subsumes the whole subject, because Wait, what? I wish I was a

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

Re: [PD] oldschool rave synths

2007-03-16 Thread Chuckk Hubbard
I'm always embarrassed to share my patches, as I'm not much of a programmer and they tend to be really haphazard. So far I've mostly used it to get a feel for Csound opcodes, and of course to have better GUI control. I have one for grain3 and one for testing different filter opcodes. Careful

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] 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] 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] 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] 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] 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] 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] 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

[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] [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

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] 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

[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] [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

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

[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] 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

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] [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] 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

  1   2   >