Re: [PD] Using csoundapi~

2006-11-07 Thread Steffen Leve Poulsen
Hi Mike I keep PD and samplerate in *.csd the same. Also it seems to be more stable to: eg [csoundapi~ 2] ( 2in/2out), and then open *.csd The help file is in : \Csound\examples\csoundapi_tilde\csoundapi.pd Good Luck Steffen Leve Poulsen o-o Hi all, I was checking out

Re: [PD] metro type of object

2006-11-27 Thread Steffen Leve Poulsen
Hi Timon I use this (attached) alot to make fills and cut up beats. It is a simple chaos game algorithmn. Hope its usefull mvh Steffen Leve Poulsen At 23:32 26-11-2006, you wrote: Hi, Im looking for an object that receives one bang and outputs a variable number of bangs, over variable time

Fwd: Re: [pd] [noise~],[expr~], questions

2006-12-12 Thread Steffen Leve Poulsen
Date: Tue, 12 Dec 2006 16:10:08 +0100 To: hard off [EMAIL PROTECTED] From: Steffen Leve Poulsen [EMAIL PROTECTED] Subject: Re: [pd] [noise~],[expr~], questions for more info on [expr] http://crca.ucsd.edu/~syadegar/expr.html also look at the sourcecode. Steffen Leve Poulssen

Re: [PD] midi strange problem

2006-12-18 Thread Steffen Leve Poulsen
Hi, Try to install MIDI-oxe as well, it appears to make MIDI-yoke more reliable. Also the soundcard-drivers might be an issue, try to use MMIO on WinXP when using MIDI with several apps. tjers/ Steffen Leve Poulsen o-o At 08:20 18-12-2006, you wrote: David Powers a écrit : You think

Re: [PD] Binary - integer conversion

2007-03-19 Thread Steffen Leve Poulsen
list of any length or ints of any size. Here is xor.pd and help-xor.pd (already a classic). You should tjek out how xor.pd is constructed. I think this is the way to go when its bitwise. You can easily change the int size (list length). God Luck Steffen Leve Poulsen David Powers skrev: Ah

Re: [PD] Binary - integer conversion

2007-03-19 Thread Steffen Leve Poulsen
Just a small correction Stffn Steffen Leve Poulsen skrev: list of any length or ints of any size. Here is xor.pd and help-xor.pd (already a classic). You should tjek out how xor.pd is constructed. I think this is the way to go when its bitwise. You can easily change the int size (list length

Re: [PD] Cymatics/Chladni figures simulation

2007-03-31 Thread Steffen Leve Poulsen
Interesting project. Here is a Gem version of the basics. Also I'm trying to make one with [pix_sig2pix~] mhv/ Steffen Leve Poulsen Carl Knott skrev: I'd like to write a simulation of a Cymatic Tonoscope. I plan to create a physical model of a circular membrane, sand will be sprinkled

Re: [PD] Cymatics/Chladni figures simulation

2007-03-31 Thread Steffen Leve Poulsen
ooos attached Chladni.pd Carl Knott skrev: I'd like to write a simulation of a Cymatic Tonoscope. I plan to create a physical model of a circular membrane, sand will be sprinkled on top of it. When a person speaks into a microphone the membrane will vibrate causing the sand to

Re: [PD] invisible pyext on windows

2007-04-02 Thread Steffen Leve Poulsen
hi Martin, Thomas I tried to get the py ext to work many times, now I finally made it work , on winxp and pd 040-2 vanilla. Pyext from http://g.org/ext/py/py-bin-0.2.0-pd-win.zip, python 2.4.4.. Follow the instructions in the readme.txt If you dont set the path to the scripts, the strange

Re: [PD] invisible pyext on windows

2007-04-02 Thread Steffen Leve Poulsen
Thomas Grill skrev: Hi, BTW the sig examples are not working, but the rest are OK. Not working in which way? first they just crash pd then I installed numpy-1.0.1.win32-py2.4.exe now I can see the patch but also the wincrashmenu I'm not really sure if it's a good idea to use signals in

Re: [PD] curve object not working right

2007-04-03 Thread Steffen Leve Poulsen
You could use several [curve] objects mvh/ Steffen Leve Poulen [EMAIL PROTECTED] skrev: hello, When I use the curve object it wont render past 10 inputs. For example [curve 10] works but [curve 11] or above doesnt. Is this normal and if it is not what do /i do to fix it. It is the

[PD] Osc--music made with PD

2007-04-14 Thread Steffen Leve Poulsen
Hi all, Here- http://steffen.menneske.dk/ocs/ -is some live performed music, made with PD. Enjoy mvh/ Steffen Leve Poulsen ___ [EMAIL PROTECTED] mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] list without spaces

2007-04-19 Thread Steffen Leve Poulsen
see attachment tjers Steffen Leve Poulsen gottlieb skrev: dear List, This is a pretty basic query, I think. I am trying to make a sample-scrambler where I can nbavigate through a large database of samples. I'm using soundfiler to load all the samples and tabplay~ . I named all

Re: [PD] Wiimote

2007-04-19 Thread Steffen Leve Poulsen
You should use midi yoke nt as loopback, install their midi-oxe as well. Remeber to update directX once in a while. I have GlovePIE running with latest version of both pd-vanilla/xtended. Just for a short test. mvh Steffen Leve Poulsen Patco skrev: Mike Wozniewski a écrit : I think

Re: [PD] 4 video and audio problem

2007-04-23 Thread Steffen Leve Poulsen
it up or will my computer just not accept this. I plan on having four 5 minute vid and audio pieces to fade between. Maybe if you preload the audio you'll get a better result. Take a look at [tabplay~]-help. mvh/ Steffen Leve Poulsen http://steffen.menneske.dk

[PD] up-down-counter.pd

2007-05-06 Thread Steffen Leve Poulsen
To Kyle mvh Steffen Leve Poulsen #N canvas 254 194 637 394 12; #X obj 240 147 f; #X obj 275 146 + 1; #X obj 240 176 mod; #X obj 240 241 -; #X obj 240 268 abs; #X floatatom 240 309 5 0 0 0 - - -; #X obj 240 35 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X floatatom 403 76 5 0 0 0

Re: [PD] self-centering random walk

2007-05-13 Thread Steffen Leve Poulsen
Hi Claude. Thanks for sharing this innovative concept I think its very usefull. Cant wait to hear how you use it Attached patch is my way of making centered random. mhv/ (kind regards) Steffen Leve Poulsen Claude Heiland-Allen skrev: Here's an example of a random walk that is biased towards

[PD] some music my PD made

2007-07-14 Thread Steffen Leve Poulsen
Hi PD'ers trax @ http://steffen.menneske.dk/ether/ -CordicTripod.mp3 -deepGreen.mp3 -fsatEddie.mp3 -roughGuideToPeace.mp3 playlist ether.m3u mvh Steffen Leve Poulsen aka pulsed o-o http://steffen.menneske.dk http://www.myspace.com/pulsed444

Re: [PD] OSC between win and mac

2007-07-26 Thread Steffen Leve Poulsen
mvh/Steffen Leve Poulsen Marko Timlin skrev: Moi, where can I find martin's net/osc objects mentioned below by IOhannes? and why do I have to set up the machines to pass udp packets on port 7000? is there a reason why port 7000 and not any other port??? thanks, m. [EMAIL

Re: [PD] Newbie question: Highest number

2007-07-31 Thread Steffen Leve Poulsen
attached min_max.pd Merry patching Steffen Leve Poulsen IOhannes m zmoelnig skrev: Alex Lucas wrote: Hi all, I've been looking for an object or abstraction which gives the highest and lowest value from a stream of numbers. If anyone has any suggestions it would be great to hear from you

[PD] wanna get drunk?

2007-08-03 Thread Steffen Leve Poulsen
Hi all This is not like the max/msp object drunk. I think its more flexible/usefull like this, just a basic random walk. http://puredata.info/Members/pulsed/abs/drunk.pd/ mvh/ Steffen Leve Poulsen ___ PD-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] wanna get drunk?

2007-08-03 Thread Steffen Leve Poulsen
OK what about [walk] ? Mathieu Bouchard skrev: On Fri, 3 Aug 2007, Frank Barknecht wrote: Steffen Leve Poulsen hat gesagt: // Steffen Leve Poulsen wrote: This is not like the max/msp object drunk. I would suggest to give it a different name then, as there already is a max-compatible external

Re: [PD] wanna get drunk?

2007-08-03 Thread Steffen Leve Poulsen
Tak for all your lovly response. I'll settle on [pd_drunk] (thanks Frank) though it seems like maxed out since it*s already PD! kh/Steffen Leve Poulsen http://steffen.menneske.dk http://myspace.com/pulsed444 http://www.google.dk/search?q=%22o-o Charles Henry skrev: hillarious I like

Re: [PD] message to open subpatch window (some gop stuff too)

2007-08-23 Thread Steffen Leve Poulsen
Patrice Colet skrev: As [namecanvas] is deprecated you could also use [vis 1;( | [s pd-name_of_subwindow] or [s pd-name_of_abstraction.pd] mvh/ Steffen Leve Poulsen http://myspace.com/pulsed444 Hi again, also you might be interested about attached patch. Martin Dupras a écrit : Hi

Re: [PD] message to open subpatch window (some gop stuff too)

2007-08-23 Thread Steffen Leve Poulsen
Martin Dupras skrev: Thanks for both answers. Very useful. Where is all this documented? http://pure-data.cvs.sourceforge.net/pure-data/doc/additional/pd-msg/ mvh Steffen Leve Poulsen ___ PD-list@iem.at mailing list UNSUBSCRIBE and account

Re: [PD] message to open subpatch window (some gop stuff too)

2007-08-24 Thread Steffen Leve Poulsen
Mathieu Bouchard skrev: On Thu, 23 Aug 2007, Steffen Leve Poulsen wrote: As [namecanvas] is deprecated What about deprecating the deprecation now?? OK, obsolete then.. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http

Re: [PD] Minimizing MIDI Latency

2007-08-31 Thread Steffen Leve Poulsen
You could start with the -noaudio option. mvh/ Steffen Leve Poulsen Ryan Supak skrev: Hi list, I use PD as a MIDI pre-processor for Ableton Live on OSX, and have done so for several years. Something I've always wondered about: how to minimize MIDI latency? As far as I can tell

Re: [PD] my first extension, FINISHED

2007-09-12 Thread Steffen Leve Poulsen
Hi Atte attached patch should do it. mvh/Steffen Leve Poulsen Atte André Jensen skrev: Chris McCormick wrote: In this particular case of Andre's legato object, The name is Atte :-) I see no positive reason whatsoever for it being an external. I see several positive reasons for it being

Re: [PD] my first extension, FINISHED

2007-09-12 Thread Steffen Leve Poulsen
same as previous, but only trigger at the beginning of phrase. Steffen Leve Poulsen Steffen Leve Poulsen skrev: Hi Atte attached patch should do it. mvh/Steffen Leve Poulsen Atte André Jensen skrev: But I'm looking forward to seeing your implementation as an abstraction, it will help me

Re: [PD] my first extension, FINISHED

2007-09-12 Thread Steffen Leve Poulsen
OK I havent tried your external. Can you describe it's functionality. Or send me the DLL. mvh Steffen Leve Poulsen Atte André Jensen skrev: Steffen Leve Poulsen wrote: same as previous, but only trigger at the beginning of phrase. It doesn't seem to work as I expected. Should I do

Re: [PD] my first extension, FINISHED

2007-09-12 Thread Steffen Leve Poulsen
Attached has the basics of mode 0. It's a very good idea you got, great fun to play with. mvh /Steffen Leve Poulsen Atte André Jensen skrev: Steffen Leve Poulsen wrote: OK I havent tried your external. Can you describe it's functionality. [legato] transforms output from [notein] inlet 1

Re: [PD] Midi Clock and Syncing Strategies

2007-09-14 Thread Steffen Leve Poulsen
Hi, this is what I got working on LooseXP and BTW IMO MIDI is always kinda soft-rough, I use it but Idont xpect too much. mvh/ Steffen Leve Poulsen Si Mills skrev: Hello List I was wondering what the current state of play is with regard to syncing to midiclock on OSX? (and windows I guess

Re: [PD] [?slider]-resolution and number altering

2007-09-30 Thread Steffen Leve Poulsen
Yes, you're iterating over common issues. It's a very nice filter once you get to know it. .this.slider..thing mvh/Stef Steffen skrev: Hey Pd'ers I long ago had some troubles with a patch that used the (iem) gui slider. The patch was buggy and i couldn't figure why till i fund that

Re: [PD] fundamental hot/cold midi question

2007-10-01 Thread Steffen Leve Poulsen
Yves Degoyon skrev: ola, anyway, there's not only programming in life, hopefully, a programmer is someone who has the illusion of making the machine behave as a human brain one day, all he is achieving for now is to make the human brains behave like machines. this to tell

[PD] [complex-mod~], [hilbert~]

2007-10-11 Thread Steffen Leve Poulsen
[complex-mod~] and [hilbert~]...are part of PD-vanilla. Theire missing in PDXtended? mvh/Stef ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] [complex-mod~], [hilbert~]

2007-10-11 Thread Steffen Leve Poulsen
Steffen Juul skrev: On 11/10/2007, at 12.32, Steffen Leve Poulsen wrote: [complex-mod~] and [hilbert~]...are part of PD-vanilla. Theire missing in PDXtended? Not here. Version 0.39.3-extended-rc5. What version do you use? Ahh, sorry. This is in Pd version 0.40.3-extended-20070920

Re: [PD] IRC in the Help menu

2007-10-11 Thread Steffen Leve Poulsen
Hans-Christoph Steiner skrev: Hehe, yeah, try the latest nightly build, either 0.40 or 0.39: http://autobuild.puredata.info/auto-build/2007-10-11/ I am interested to hear if it works on Windows and GNU/Linux. .hc On WinXP Latest autobuild The Links to firefox are working. IRC opens

Re: [PD] IRC in the Help menu

2007-10-12 Thread Steffen Leve Poulsen
Hans-Christoph Steiner skrev: On Oct 11, 2007, at 5:51 PM, Steffen Leve Poulsen wrote: Hans-Christoph Steiner skrev: Hehe, yeah, try the latest nightly build, either 0.40 or 0.39: http://autobuild.puredata.info/auto-build/2007-10-11/ I am interested to hear if it works on Windows and GNU

Re: [PD] Documents on trapezoid~ ?

2007-11-14 Thread Steffen Leve Poulsen
Patrice Colet skrev: ... You could replace [!- 1] by [* -1]_[+ 1] ... Also, you obviously know the usage of trapezoid~ as it is in action right in your patch. Can you please tell me if you know of any resources describing the usage for each of the inoutlets? in attached other test, I've

Re: [PD] unit impulse without [dirac~]

2007-11-17 Thread Steffen Leve Poulsen
Andy Farnell skrev: The [dirac~] object generates a unit impulse (at the sample position given by its input) I'm trying to think of simple ways to do it in plain vanilla. Frank gave a one way before, differentiating a step impulse with [rzero~], can anyone think of other ways (I'm sure

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

2007-12-05 Thread Steffen Leve Poulsen
Hi guys As usual a little slow here. I use a segmented patchcord from time to time, its a dummy [sg] object with one inlet and one outlet inserted at the segmentpoint. With PD 0.40-2 you can set the props to 4x4pix and hide objectname and arguments. There's a png (120k)here

Re: [PD] VOSIM with a tiny bug

2007-12-12 Thread Steffen Leve Poulsen
]. Maybe I´m just beeing neurotic but there is some kind of very incosistent bug, maybe some kind of overflow. I´ll try once more to track it. mvh/the other Steffen (Leve Poulsen) on XP Pd version 0.40-2 Frank Barknecht skrev: Hallo, Claude Heiland-Allen hat gesagt: // Claude Heiland-Allen

Re: [PD] Recording question

2007-12-20 Thread Steffen Leve Poulsen
tania habib skrev: I am sending the pd patch that I am using, Please let me know if there is some bug in the patch! Hi I tried your patch its not really a stable solution. Use [writesf~ 8] for recording then you get one 8ch-file-.wav. Audacity can open multichannel files. From there export

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

2007-12-20 Thread Steffen Leve Poulsen
David Schaffer skrev: Can anyone explain me what a stack overflow error is (at least what it means in Pd) and what I can do about it?! Thank you hi guys stand still until attached until-haiku.pd mvh/Stef #N canvas 675 -4 417 447 10; #X obj 173 177 f; #X obj 202 177 + 1; #X

Re: [PD] Problems to substract

2008-01-03 Thread Steffen Leve Poulsen
Hi Javier You could trigger the counter with the count. see attached mvh Steffen Leve Poulsen Javier Garcia skrev: Hi, im trying to create a patch with a counter that when i send a bang I substract a quantity (that i specify) to the count. The sequence would be this for example: 1 - 2

Re: [PD] hilbert~ troubles in Pd-extended?

2008-03-01 Thread Steffen Leve Poulsen
Hi Hans. Its seems that [hilbert~] and [complex-mod~] is missing in Pd-0.39.3-extended for windows. mvh/Steffen Leve Poulsen Hans-Christoph Steiner skrev: Hey all, Miller just mentioned there are troubles with [hilbert~] in Pd- extended. Anyone know the details? I just tried the help

Re: [PD] flashing a bng without making it send?

2008-03-18 Thread Steffen Leve Poulsen
matteo sisti sette skrev: Hi, Is there a way to make a [bng] visually flash (the same it does when you click it or send it a bang) WITHOUT making it output/send a bang? Hi, Mattteo you can use: [t a b] || |[visual bang here] [route bang] mvh/ slp

Re: [PD] flashing a bng without making it send?

2008-03-18 Thread Steffen Leve Poulsen
matteo sisti sette skrev: 6) Every time that you click any of the [bng]s, all other [bng]s visually flash as well. Now, the attached example works as described except for point (6): when you click one bng, the message is sent to the target but the other bngs don't flash; ok now I understand.

Re: [PD] flashing a bng without making it send?

2008-04-01 Thread Steffen Leve Poulsen
Steffen Leve Poulsen skrev: matteo sisti sette skrev: Hi, Is there a way to make a [bng] visually flash (the same it does when you click it or send it a bang) WITHOUT making it output/send a bang? Hi, Mattteo you can use: [t a b] || |[visual bang here] [route bang] see attached

[PD] Pd and Jack(dmp) on XP

2008-05-15 Thread Steffen Leve Poulsen
/jackdmp.html mvh/Steffen Leve Poulsen ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Pd and Jack(dmp) on XP

2008-05-16 Thread Steffen Leve Poulsen
Matthew Logan skrev: Which Qjackctl version? 0.2.23? JACK Audio Connection Kit - Qt GUI Interface Version: 0.3.1.13 Build: Sep 24 2007 11:25:57 Debugging option enabled. JACK MIDI support disabled. Website: http://qjackctl.sourceforge.net Copyright (C) 2003-2007, rncbc aka Rui Nuno Capela.

Re: [PD] Pd and Jack(dmp) on XP

2008-05-16 Thread Steffen Leve Poulsen
Uğur Güney skrev: # Hi, # Thanks for the info. I downloaded Jackdmp and Qjackctl. They work fine! # But I couldn't figure out how to connect PD to jack server. When I run pd nothing changes in the Connections panel. I'm using Pd version 0.40.3-extended-20080505 Do I have to do something to

Re: [PD] change knob width on sliders?]

2008-07-26 Thread Steffen Leve Poulsen
you can make one by covering two numboxes with Canvas. Like attached (range.pd), drag the grey areas. Stef Leave Phil Stone skrev: Hello, Is there any message that changes the knob width on sliders? I don't see any in the help, but I'm hoping anyway. If not, are there any externals that

Re: [PD] change knob width on sliders?]

2008-07-28 Thread Steffen Leve Poulsen
Phil Stone skrev: Steffen Leve Poulsen wrote: you can make one by covering two numboxes with Canvas. Like attached (range.pd), drag the grey areas. Stef Leave Phil Stone skrev: Hello, Is there any message that changes the knob width on sliders? I don't see any in the help, but I'm

Re: [PD] Writing texture to different sides of cube in GEM

2008-08-24 Thread Steffen Leve Poulsen
Adityo Pratomo skrev: i've tried this method yesterday, buat still found it hard to stick the square's edge to form a cube. It still looked like a cube, but it's not solid try attached. .:..:..:..:. mvh Stef #N canvas 513 3 538 473 10; #X declare -lib gem; #X obj 131 41 declare -lib

Re: [PD] sending OSC bundles. + help files?

2008-09-12 Thread Steffen Leve Poulsen
Phil Stone skrev: Phil Stone wrote: Hans-Christoph Steiner wrote: The idea is to embed the library settings into the patch. In Pd-0.40.3-extended, if you added this to the patch, it would work for any Pd-0.40.3-extended install: [import mrpeach] Or could use Miller's declare, but

Re: [PD] feedback stability..?

2008-09-17 Thread Steffen Leve Poulsen
Damien you know about deconvolution? Just record a click or whatever through the system, then in the fft-domain reverse the kernel (play it backwards). Use this to do convolution on your system. So in that sense your on the right track with your ascii diagram. Dont know the theory behind it,

[PD] [Fwd: juhu]

2008-09-25 Thread Steffen Leve Poulsen
Original Meddelelse Subject: juhu Date: Thu, 25 Sep 2008 16:17:50 +0200 From: Steffen Leve Poulsen [EMAIL PROTECTED] To: PD List pd-list@iem.at Atteched is Borax.pd #N canvas 98 22 708 608 12; #X obj 263 27 inlet; #X obj 322 26 inlet; #X obj 394 26 inlet; #X obj 86 535

[PD] vanilla-knob

2008-09-28 Thread Steffen Leve Poulsen
Hi Made an attemp to make a knob in Pd-vanilla. might be usefull with endless rotary enconders. It has a numbox underneath, so you can shiftdrag and use negatives. mvh/Stef #N canvas 50 375 402 315 10; #X floatatom 104 117 5 0 0 0 - - -; #X obj 104 161 outlet; #X obj 102 102 cnv 15 49 49 empty

Re: [PD] vanilla-knob

2008-10-01 Thread Steffen Leve Poulsen
Thanks, your right, now the whole area changes the knob. attached knob.pd mvh/Stef Hans-Christoph Steiner skrev: Nice, I think it would be more useful if the whole area would actively change the knob, rather than a small area in the middle. .hc On Sep 28, 2008, at 6:27 PM, Steffen Leve

Re: [PD] Peak envelope follower?

2008-12-01 Thread Steffen Leve Poulsen
Hi Bill, use a comination of [tabsend~] and [tabread], see attached. mvh/Steffen Leve Poulsen Bill Gribble skrev: Is there a way within pd-extended to do the equivalent of [env~], but following peak value rather than RMS? I have pulled my hair out trying to implement this with patching

Re: [PD] Possible to unselect radio buttons?

2008-12-18 Thread Steffen Leve Poulsen
Hi Phil here's one attached bang-matrix.pd mvh/steffen leve poulsen Phil Stone skrev: That's a pretty brilliant hack, Luke. Thanks for the idea. Phil Luke Iannini wrote: Hi Phil! I've hacked this in before by using a bunch of [moses] objects and sending [color 1 1 1( etc. messages

Re: [PD] Possible to unselect radio buttons?

2008-12-19 Thread Steffen Leve Poulsen
the matrix worked fine. Very, very cool. Phil Steffen Leve Poulsen wrote: Hi Phil here's one attached bang-matrix.pd mvh/steffen leve poulsen On Thu, Dec 18, 2008 at 1:06 PM, Phil Stone pkst...@ucdavis.edu wrote: Is there any way to make there be *no* selection displayed in a radio button

[PD] dc_blocker

2008-12-29 Thread Steffen Leve Poulsen
Hi all FYI and as APOC a dc-blocker as suggested by Josh peace/slp #N canvas 122 23 416 538 10; #X text 11 35 y(n) = x(n) - x(n-1) + R*y(n-1); #X obj 18 269 outlet~; #X obj 19 170 inlet~; #X text 11 8 http://www.dsprelated.com/dspbooks/filters/DC_Blocker.html ; #X obj 188 104 bang~; #X obj 18

Re: [PD] reading colors from txt file with repeat

2009-01-22 Thread Steffen Leve Poulsen
Hi Frank Maybe look at this concept attached tab-many.pd its more generic. Stef Frank Barknecht skrev: Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: You can only store one number per index. So you either should use 3 arrays (i.e. $0-r, $0-g, $0-b) or group three values

Re: [PD] reading colors from txt file with repeat

2009-01-22 Thread Steffen Leve Poulsen
oops, attached corrected Steffen Leve Poulsen skrev: Hi Frank Maybe look at this concept attached tab-many.pd its more generic. Stef Frank Barknecht skrev: Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: You can only store one number per index. So you either should use 3

Re: [PD] how to create a lowpass filter from first principles?

2009-01-22 Thread Steffen Leve Poulsen
Hi Geoff Yes Pd is wonderfull! Attached shows how to do your example the naive way in Pd. It uses [tabsend~] to get from sig~ domain to message domain. This is not that efficient but good for testing and development. More efficient is [z~] from zexy or [delread~] and [delwrite~]. Also look at

Re: [PD] [Pd][Windows] Handling Paths and Visual Enhancements

2009-01-28 Thread Steffen Leve Poulsen
~/ will give you the home dir of the current user on XP with Pd-vanilla. And you can substitute backslash with slash mhv/SteffenLP Ray Rashif skrev: Smashing day == Part 1 == I'm trying to do some user-interaction and would like to use variables for handling filepaths. I understand this