Re: [PD] Wii remote controller and Mac OS X

2008-03-22 Thread Andrew Turley
I hooked up a [print] to the [hid] object's first outlet. If you do that you should see a constant stream of messages that look like this: ... 0x002c 561 0x002d 593 0x002e 512 ... 0x002c, 0x002d and 0x002e identify the X, Y and Z messages, and the numbers after them are the values. I was

[PD] msd binaries mac intel anywhere ??

2008-03-22 Thread Luigi Rensinghoff
Hi List, happy easter... I was going through the mapping-abstractions and when i tried to run anything with pm--blabla... i realized that msd seems to be broken, or not compiled for intel-mac looks like Nikolas' Site is down... So does anyone have msd copiled for mac-Intel or a Link ???

Re: [PD] FUDIKaosDS

2008-03-22 Thread PSPunch
Hi Chris, Thanks for viewing my work. That post on YouTube was made by me. (shortly after I suggested you a while back to recompile the DS binaries using the later Wifi library adding support for R4) Audio and video is strictly pd-extended for Windows. Patch is made public at the following.

Re: [PD] msd binaries mac intel anywhere ??

2008-03-22 Thread Thomas Grill
Hi Luigi, So does anyone have msd copiled for mac-Intel or a Link ??? i think the ones at http://g.org/ext/beta/pd/osx/ are UB, hence they should work for you. gr~~~ smime.p7s Description: S/MIME cryptographic signature ___

Re: [PD] I'm stuck in a corner, please help! RE: [delta~] object

2008-03-22 Thread Roman Haefeli
On Fri, 2008-03-21 at 18:38 -0400, marius schebella wrote: hmm, first, i think you need [swap 1000] instead of [swap 1], because you want to delay by 1000/44100 milliseconds and not 1/44100 milliseconds. and then, there is this problem that delwrite~/delread~ is sensitive to the order of

Re: [PD] I'm stuck in a corner, please help! RE: [delta~] object

2008-03-22 Thread Jamie Bullock
On Sat, 2008-03-22 at 13:34 +0100, Roman Haefeli wrote: On Fri, 2008-03-21 at 18:38 -0400, marius schebella wrote: hmm, first, i think you need [swap 1000] instead of [swap 1], because you want to delay by 1000/44100 milliseconds and not 1/44100 milliseconds. and then, there is this

Re: [PD] I'm stuck in a corner, please help! RE: [delta~] object

2008-03-22 Thread marius schebella
I have to say that the problem is not that the delread~ was created after the delwrite~, but that the delwrite~ was created after the line~... as soon as delwrite~ is created after line~ it already *writes* (!) with a delay of one sampleblock. it might be true that delread is working correctly

Re: [PD] Wii remote controller and Mac OS X

2008-03-22 Thread Hans-Christoph Steiner
Hey, With the SIXAXIS, I am not getting anything but standard messages. How did you do the pairing? Is the Guitar Hero controller also a Bluetooth device? As far as I can tell with the SIXAXIS, the bluetooth stuff doesn't really work, I am only using the USB connection. I can't get

Re: [PD] Wii remote controller and Mac OS X

2008-03-22 Thread Hans-Christoph Steiner
It is supposed to give transposition and rotation in XYZ, hence SIXAXIS. That's the hope at least. .hc On Mar 21, 2008, at 3:59 PM, Mike McGonagle wrote: Hans, do you know how many control signals this will produce? From what I read in the literature, it sounds like it also has motion

[PD] call for old PC100/PC133 RAM donations

2008-03-22 Thread Hans-Christoph Steiner
I just did a little hardware work on the build farm. They have very little RAM. In the interest of saving their very old hard disks, I think it would be helpful to have more RAM in them for disk buffering. So, if anyone has any old PC100 or PC133 DIMMs (64MB, 128MB, or 256MB) that are

[PD] synthesizer magazin

2008-03-22 Thread Malte Steiner
Hello list, just a short note that I started a multipart article in the german print mag Synthesizer Magazine http://www.synthesizer-magazin.de/ on Pure Data, the current issue 7 has the first part and even a note on the cover, right now I am writing the second one about the visual

[PD] looking for a way to execute a program from pd

2008-03-22 Thread Andrew Turley
Hey, I was wondering if there was a way to execute a program from pd. Specifically, I would like to use the osascript command in Mac OS X to send a command to iTunes. I can write an external to do this, but if there is already something out there to do then then I will use that. andy

[PD] Fwd: Wii remote controller and Mac OS X

2008-03-22 Thread Andrew Turley
I meant to send this to the group ... -- Forwarded message -- From: Andrew Turley [EMAIL PROTECTED] Date: Sat, Mar 22, 2008 at 10:12 AM Subject: Re: [PD] Wii remote controller and Mac OS X To: Hans-Christoph Steiner [EMAIL PROTECTED] Hrmm ... well I just hooked up my regular

Re: [PD] looking for a way to execute a program from pd

2008-03-22 Thread Hans-Christoph Steiner
[shell] and [popen] should work. .hc On Mar 22, 2008, at 2:09 PM, Andrew Turley wrote: Hey, I was wondering if there was a way to execute a program from pd. Specifically, I would like to use the osascript command in Mac OS X to send a command to iTunes. I can write an external to do this,

Re: [PD] synthesizer magazin

2008-03-22 Thread Hans-Christoph Steiner
You see Malte in the video there, but I didn't find the Pd article online. http://synmag.de/mag/?p=25 .hc On Mar 22, 2008, at 12:58 PM, eva sjuve wrote: very cool! is there a link to your pd article, or is it print only? -eva Malte Steiner wrote: Hello list, just a short note that I

Re: [PD] built-in text editor WAS: Google SoC: call for mentors and project ideas

2008-03-22 Thread Hans-Christoph Steiner
I think that #2 would be the best bet. You could just rename the symbols in question. Didn't Krzysztof mostly use prefixes like hammer and sickle on his shared functions, etc.? You could just remove those. .hc On Mar 21, 2008, at 9:58 PM, Miller Puckette wrote: Hi all, there's

Re: [PD] synthesizer magazin

2008-03-22 Thread Malte Steiner
Hello, nope, it wont be available for download. And I doubt it would be anything new for you all pdlers, its more introduction level to notify the mainstream synthesizer crowd that there are more stuff. I just wanted to tell that I help to spread the word... Cheers, Malte -- Malte Steiner

Re: [PD] looking for a way to execute a program from pd

2008-03-22 Thread Andrew Turley
It looks like that should work. Thanks. andy On Sat, Mar 22, 2008 at 12:43 PM, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: [shell] and [popen] should work. .hc On Mar 22, 2008, at 2:09 PM, Andrew Turley wrote: Hey, I was wondering if there was a way to execute a program from

Re: [PD] glsl effect chaining

2008-03-22 Thread Hans-Christoph Steiner
Nice, that one just worked for me. It would be even more fun with a video camera. I couldn't get that one going... .hc On Mar 21, 2008, at 10:18 PM, marius schebella wrote: hi, I put an example patch for chaining glsl shader modules at

Re: [PD] looking for a way to execute a program from pd

2008-03-22 Thread Claude Heiland-Allen
An alternative method that I like for asynchronous execution is: [netsend] [netreceive] -- optional, for knowing when the command has completed and a bash script like: #!/bin/bash pdreceive ... | while read line do somecommand $LINE /dev/null echo done; # optional done | #

Re: [PD] I'm stuck in a corner, please help! RE: [delta~] object

2008-03-22 Thread Frank Barknecht
Hallo, marius schebella hat gesagt: // marius schebella wrote: what happens if you create a feedback with subpatches, are we then back to order of creation??) delwrite~/delread~ loops with feedback *always* have at least one block delay. That's a general issue with block-based, realtime

Re: [PD] looking for a way to execute a program from pd

2008-03-22 Thread Andrew Turley
Wow, thanks. I didn't know about pdsend and pdreceive, I had always just written my own network handling scripts and/or used netcat. Since I don't need pd to deal with any of the program output this may be a good avenue to explore. andy On Sat, Mar 22, 2008 at 1:49 PM, Claude Heiland-Allen