Re: [PD] Multi-dimensional arrays

2011-01-29 Thread Frank Barknecht
On Fri, Jan 28, 2011 at 01:15:18PM -0500, Tedb0t wrote: I know this is one of those perennial questions that must come up regularly, but I simply cannot figure it out. What's a good way to store data in a 3-dimensional array? You can use three arrays, of coruse, or one and write your data

[PD] Where to download PDDP manuals ?

2011-01-29 Thread Xavier Miller
Hello, In the windows version of pd-extended, there is some PDDP documentation (in doc/manual/ ), but I don't find it in the pd-exended sources. Where can I download it? Kind regards, Xavier Miller. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

[PD] sound card preferences

2011-01-29 Thread Jan
i need to tell a patch to select an external sound card when it loads. what's the most efficient method? flags? im on osx, pd-extended, card is a focusrite saffire pro 24. cheers ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] pd quine?

2011-01-29 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/28/2011 08:12 PM, Tedb0t wrote: The thought just occurred to me... Has anyone ever made a Pd quine? Sounds like an interesting challenge... i once did a simple HQ9+ implementation. http://puredata.info/Members/zmoelnig/hq9/ fgasdr IOhannes

Re: [PD] IP address in windows?

2011-01-29 Thread Pierre Massat
Thank you both for your replies. As you can imagine i'm not at all comfortable with batch files. I know how to create one from a txt file, but that's about it. getip.bat doesn't work for me. Nothing happens. Even when i try this : @echo off for /F usebackq tokens=14 %%i in (`ipconfig ^| find /i

[PD] sound card preferences

2011-01-29 Thread Marco Donnarumma
You could use the -audiodev flag ( http://en.flossmanuals.net/PureData/AdvancedConfig) but I never used it on Mac, so I'm not sure whether it is appliable; with flags you could also specify sound servers/API to playback with. So another solution could just be to use jack (I usually reccommend to

Re: [PD] Multi-dimensional arrays

2011-01-29 Thread Andrew Faraday
I havn't tried store, but you can always use multiple arrays with the same index, IE (arrays) pos-X, pos-Y, pos-Z [counter] | \\[tabread pos-X] [tabread pos-Y] [tabread pos-Z] I know that ascii hasn't come across very well, but it basically translates to multiple dimentions called up

[PD] spinning sounds around the listener

2011-01-29 Thread ronni montoya
Hello, im working on a installation and i need to simulate the effect of spinning sounds around the listener. Each sound is spinning around a different center point which are located around the listener. Ive made this pic so you can understand better:

Re: [PD] pd quine?

2011-01-29 Thread Pedro Lopes
This is awesome!! You should add it to the wikipedia page on Quines ^_^ :) True! 2011/1/29 IOhannes m zmölnig zmoel...@iem.at -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/28/2011 08:12 PM, Tedb0t wrote: The thought just occurred to me... Has anyone ever made a Pd quine? Sounds

Re: [PD] spinning sounds around the listener

2011-01-29 Thread Pedro Lopes
Yes spinning is easily done with ambipan~ for instance. Since you have control of the radius (sound distnace) and angle (rotation), the way that you vary the angle variable determines the speed of course. This can be simulated with two speakers only, for example with binaural rendering of the

Re: [PD] Multi-dimensional arrays

2011-01-29 Thread Mathieu Bouchard
On Sat, 29 Jan 2011, Andrew Faraday wrote: I havn't tried store, but you can always use multiple arrays with the same index, IE (arrays) pos-X, pos-Y, pos-Z I know that ascii hasn't come across very well, but it basically translates to multiple dimentions called up by the same index Ok, I

Re: [PD] Multi-dimensional arrays

2011-01-29 Thread Mathieu Bouchard
On Sat, 29 Jan 2011, Frank Barknecht wrote: On Fri, Jan 28, 2011 at 01:15:18PM -0500, Tedb0t wrote: I know this is one of those perennial questions that must come up regularly, but I simply cannot figure it out. What's a good way to store data in a 3-dimensional array? You can use three

Re: [PD] [PD-Announce] Brussels Pure Data Patching circle - Okno - 30 Jan 2011 - reminder

2011-01-29 Thread Mathieu Bouchard
On Wed, 26 Jan 2011, Olm-e wrote: mailing list : http://okno.be/mailman/listinfo/circles Why is it that no messages seem to have been ever posted yet on that mailing-list ? (what is it for ?) ___ | Mathieu Bouchard

Re: [PD] Multi-dimensional arrays

2011-01-29 Thread Tedb0t
Thanks for the responses everyone; I've been using gridflow and after a rocky start I've figured out what seems to be a pretty efficient solution, based around [#store] and [#many]. I'll be putting the patch up online very soon! ±±t3db0t On Jan 29, 2011, at 10:27 AM, Mathieu Bouchard wrote:

Re: [PD] standard encoding of pd files in each system?

2011-01-29 Thread Mathieu Bouchard
On Fri, 28 Jan 2011, Bryan Jurish wrote: iirc, Miller has indicated in the past that he feels this sort of thing should be done using arrays. But a feeling is but a feeling. Now, how about a justification ? But that's not the sort of thing one gets from Miller often. (B) you must scale all

Re: [PD] XmiX

2011-01-29 Thread Kyle Klipowicz
Very neat and tidy! It would be nice to integrate a good selection of sequencers into this. Perhaps some of the ones from netpd could be converted for this purpose? ~Kyle On Thu, Jan 27, 2011 at 10:32 AM, Gabbroral Complex mag-...@autistici.orgwrote: hi, new revision, checked on OSX and

Re: [PD] pd quine?

2011-01-29 Thread Kyle Klipowicz
That could almost be the start of a Pd-based virus. ~Kyle 2011/1/29 Pedro Lopes pedro.lo...@ist.utl.pt This is awesome!! You should add it to the wikipedia page on Quines ^_^ :) True! 2011/1/29 IOhannes m zmölnig zmoel...@iem.at -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On

[PD] Am I alone?

2011-01-29 Thread Josh Moore
Well in my opinion most electroacoustic shit is all surrealist/dadaist crap. The people involved try too hard to be the electronic version of John Cage, it's quite annoying. In fact, I'm so against it that I'm going to come up with a parody album with actual good dance music that uses elements of

Re: [PD] standard encoding of pd files in each system?

2011-01-29 Thread Bryan Jurish
moin Mathieu, moin all, On 2011-01-29 17:12:02, Mathieu Bouchard ma...@artengine.ca appears to have written: On Fri, 28 Jan 2011, Bryan Jurish wrote: iirc, Miller has indicated in the past that he feels this sort of thing should be done using arrays. But a feeling is but a feeling. Now,

Re: [PD] Am I alone?

2011-01-29 Thread Ben Baker-Smith
That's a pretty pompous writeup. Why don't you just post a link to your work instead of making broad generalizations about other un-specified material? Ben Baker-Smith -- http://bitsynthesis.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] Am I alone?

2011-01-29 Thread Phil Stone
On 1/29/11 12:16 PM, Josh Moore wrote: Well in my opinion most electroacoustic shit is all surrealist/dadaist crap. The people involved try too hard to be the electronic version of John Cage, it's quite annoying. In fact, I'm so against it that I'm going to come up with a parody album with

Re: [PD] Am I alone?

2011-01-29 Thread J. Simon van der Walt
Are you alone? On this list, probably :) Next question: is this a troll bot? If so, it's pretty cool. I wonder if it's authored in csound, max, chuck or pd? JS ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] IP address in windows?

2011-01-29 Thread patko
I've tried on windows vista it works like a charm: Microsoft Windows [version 6.0.6002] Copyright (c) 2006 Microsoft Corporation. Tous droits réservés. C:\Users\patkogetip.bat 192.168.0.21 --- Please check with 'ipconfig' command into cmd prompt if your computer has an IPv4 adress. In pd

Re: [PD] Am I alone?

2011-01-29 Thread patko
loool well, I use to think like you, but you should think about the people that has invented many stuff like vocoder that is now used a lot in commercial craps ^^. Also many composers has made pieces that sounds like a mix of baby toys, but at the same time they develop technology that is now

Re: [PD] Am I alone?

2011-01-29 Thread beatthefinalboss
I even read the Pd/Max/Csound/Chuck mailing lists too but I choose to make actual music with those tools. How do you define Actual Music? Some of us happen to define chainsaw in cave 6 feet down as music ;) ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] Am I alone?

2011-01-29 Thread Ricardo Lameiro
I am a newbie in electronic music (not dance music by the way, electronic in the broad sense) but i am also a classic musician, teacher, I also played in traditional music groups etc... background aside here goes the idea. A long time ago, in the renaissance and before, a third and a sixth were

Re: [PD] Am I alone?

2011-01-29 Thread Mario
Problem is that nowadays each composition student does an exercise and call it a piece... but that is a social problem not of the techniques. Greetings Ricardo :) 2011/1/29 Ricardo Lameiro ricardolame...@gmail.com I am a newbie in electronic music (not dance music by the way, electronic in

Re: [PD] Am I alone?

2011-01-29 Thread Jonathan Wilkes
--- On Sat, 1/29/11, Josh Moore kh405.7h3...@gmail.com wrote: From: Josh Moore kh405.7h3...@gmail.com Subject: [PD] Am I alone? To: pd-list@iem.at, chuck-us...@lists.cs.princeton.edu, cso...@lists.bath.ac.uk, m...@bek.no Date: Saturday, January 29, 2011, 9:16 PM Well in my opinion most

Re: [PD] Am I alone?

2011-01-29 Thread Pedro Lopes
One of the best replies ever on this list. Kudos Jonathan. -- Pedro Lopes (MSc) contact: pedro.lo...@ist.utl.pt website: http://web.ist.utl.pt/Pedro.Lopes / http://pedrolopesresearch.wordpress.com/ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] Am I alone?

2011-01-29 Thread Josh Moore
To all involved in this discussion, the last few responses were great. :) It was a bit harsh to some, and I figured as much but it's also a very real question. Beatthefinalboss and a couple others hit the nail on the head, and that's partially what I meant in my long rant. From the things I've

Re: [PD] Am I alone?

2011-01-29 Thread Josh Moore
Actually, that comment was meant towards Ricardo not Beatthefinalboss, it's weird reading a mailinglist in gmail. Sorry for the confusion! On Sat, Jan 29, 2011 at 7:34 PM, Josh Moore kh405.7h3...@gmail.com wrote: To all involved in this discussion, the last few responses were great. :) It was

Re: [PD] Am I alone?

2011-01-29 Thread Ricardo Lameiro
Great reference to 4:33 Jonathan :D -- Fagote / Contrafagote Bassoon / Contra-bassoon http://myspace.com/ricardolameiro ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list