[PD] Meaning of -noprefs

2007-12-01 Thread Peter Plessas
Hi there, i thought that the -noprefs flag also disables loading of the .pdrc file on linux, but it does not. Is this intentional on 0.40-2? regards, PP ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] gem codec basic review

2007-12-01 Thread Peter Plessas
Hi, This made me test Gem on my machine as well and it turns out that: mjpeg: Does not play, throwing lines of the following onto the console: [mjpegb @ 0xb7405b48]not mjpeg-b (bad fourcc) mpeg4: Takes 99% cpu on a 1.6GHz CoreDuo from Intel This is with pd 0.40-2 and a recent cvs Gem checkout.

Re: [PD] pd filter with pole and zero

2007-11-24 Thread Peter Plessas
* Chuckk Hubbard [EMAIL PROTECTED] [2007-11-24 09:28]: 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

Re: [PD] high pass filter for images

2007-11-05 Thread Peter Plessas
Hi, interesting project, how are you doing it? Back-projection and a IR-cam? I am not an image processing whiz, but you could try to subtract your image from a lowpass-filtered copy of the same image. Should give a highpass then. But i am sure there are more clever ways of doing it. Basically a

Re: [PD] Good sounding PD reverb patches - anyone?

2007-10-14 Thread Peter Plessas
Hi, have a look at Thomas Musil's excellent Room Reverberation Simulation too: http://pure-data.cvs.sourceforge.net/pure-data/externals/iem/iem_roomsim/ Ah, i am not sure how to find binaries for windows though... rgrds, PP ___ PD-list@iem.at

Re: [PD] servo control

2007-10-07 Thread Peter Plessas
Some nice projects from Interface-Z: http://www.interface-z.com/ mfg, PP ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] DMX oriented library for PD?

2007-09-22 Thread Peter Plessas
* David Schaffer [EMAIL PROTECTED] [2007-09-22 15:55]: Hi, Is there such thing as a DMX language oriented library for pd? I never heard of it but it would certainly be an amazing step forward for the program: being able to deal with sound, video, midi and lighting control signals

Re: [PD] DMX oriented library for PD?

2007-09-22 Thread Peter Plessas
Hi, i just tried compiling the latest dmx4linux drivers with my little old 2.6.16 kernel, and they seem to work. Now on for the externals! glg, Peter ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

[PD] More Mtl Pics

2007-09-02 Thread Peter Plessas
Dear List, I want to thank everyone for the great convention in Montreal, this was much much fun, and a very impressive time! a few pictures as well: http://mona.mur.at/webmtlpic/ lg, Peter ___ PD-list@iem.at mailing list UNSUBSCRIBE and

[PD] vasp help files

2007-07-12 Thread Peter Plessas
Dear List, trying to open a help file for [vasp.mirr], pd searches for help-vasp.pd and vasp.pd and does not find it. The helpfiles are called vasp_mirr.pd etc. Also setting a helppath or path (as recommended in the readme) to /vasp/pd does not help either, but this is the path for some

Re: [PD] abstraction helppath

2007-06-15 Thread Peter Plessas
Hi Claude, Alexandre Claude Heiland-Allen wrote: What happens if you set the helppath to just 'abs' ? Yes, that did it! Strange, how could i have overlooked something so obvious? regards, Peter ___ PD-list@iem.at mailing list UNSUBSCRIBE and

[PD] abstraction helppath

2007-06-14 Thread Peter Plessas
Hi! i wrote an abstraction and put it into a subfolder (named 'pp') inside my 'abs' folder. Pd's path points to that 'abs' folder. Loading the abstraction with [pp/absname] works great, but pd searches for the helpfile in: abs/pp/pp/absname-help. Even if i explicitly set the helppath to

Re: [PD] pd and jack, informal survey

2007-06-09 Thread Peter Plessas
Well, i can't... (Debian on an intel box, Pd version 0.40-2, libjack0.100.0-0) lg,PP James wrote: i'd like to take an informal survey. is it true that you can do no serious work with puredata using the jack audio server for linux and mac os x? thoughts? experiences? tia

Re: [PD] mp3cast~ low latency

2007-05-14 Thread Peter Plessas
Hi Richard, if the two machines are on the same LAN, have a look at netjack: http://netjack.sourceforge.net/ you are casting from one patch to an icecast server (running on the same machine) and then receiving it from another? Perhaps direct peer2peer streaming could reduce the latency? Yves

Re: [PD] teaching PD at a distance

2007-05-14 Thread Peter Plessas
Hi Darsha, i once remember seeing a virtual talk of i think Ben Bogart, who had his desktop relayed via VNC, streamed his voice and the output of his patch via an audio stream and was receiving questions and responses via an irc channel. This worked out quite good. If you want to give it a

Re: [PD] simple Q- co-dependent values

2007-05-05 Thread Peter Plessas
Hi Kim, set is the magic word here: [set 100 | | (numberbox) sets the numberbox to 100 without causing it to output 100. [set $1 makes the value variable. lg, PP Kim Taylor wrote: Hello everyone I have a little question which should be simple but I can't think of how to do it. In

Re: [PD] sonification of large set of data

2007-05-04 Thread Peter Plessas
Hi! Just an Idea: Use OpenOffice Calc (or Excel) to load the text file into columns, export them into four individual text files containing one column each, and load them into four pd arrays? lgPP punchik punchik wrote: hi , i want to sonificate txt file with big data sets... each txt file

Re: [PD] float and symbol as abstraction arguments

2007-04-04 Thread Peter Plessas
Hi, i wanted to avoid externals, though i had a look at it before, and it's a nice thing though! Frank's [list append $1] worked for me... thanks! Peter Alexandre Quessy wrote: Other option : try [dollarg] ! a 2007/4/1, Frank Barknecht [EMAIL PROTECTED]: Hallo, Peter Plessas hat

Re: [PD] frequency graphing in gem

2007-04-03 Thread Peter Plessas
Have a look at Gem's [scopeXYZ~] too lgPP Nose Hair wrote: I'm trying to get an audio graph to work in gem. I would like it to show the waveform like a table. I have gotten as far as getting a good sample graph but it doesnt work as expected with frequency. Any help would be apreciated.

[PD] gem_vu

2007-04-01 Thread Peter Plessas
Hi, Here is a little abstraction. I needed a lot ov VU-meters, which was obviously expensive under TclTk, so i made one in Gem. http://mona.mur.at/gem_vu.png http://mona.mur.at/gem_vu.pd http://mona.mur.at/help-gem_vu.pd lg,PP ___ PD-list@iem.at

[PD] float and symbol as abstraction arguments

2007-03-31 Thread Peter Plessas
Hi all, for writing an abstraction i need a mechanism not using externals if possible, to get the content of an $1-argument inside an abstraction which can be of ANY type, i.e. float and symbol. I already tried the iem_anything, dollarg, etc. Is this possible without externals? thanks for any

Re: [PD] float and symbol as abstraction arguments

2007-03-31 Thread Peter Plessas
Hi Hans, Thanks, that is what i was looking for! lgPP Hans-Christoph Steiner wrote: Check out any_argument.pd (abstractions/purepd/any_argument.pd). .hc On Mar 31, 2007, at 4:48 PM, Peter Plessas wrote: Hi all, for writing an abstraction i need a mechanism not using externals

Re: [PD] Call for Students: PD projects in Google Summer of Code

2007-03-15 Thread Peter Plessas
Dear List, Georg, How? lg,PP Georg Holzmann wrote: Hallo! I just noticed, that the PD projects are accepted by google. (Mentoring organization is IEM - Institute of Electronic Music and Acoustics, Graz) So all students who want to program sth and earn some money in summer should

Re: [PD] Help - filters band limited oscillators!

2007-03-14 Thread Peter Plessas
Hi David, See in the audio help patches: J07.oversampling.pd for bandlimited sawtooth oscillation. lg,PP David Powers wrote: Hello everyone, I tried google and it was no help, and the server for the list archive seems to be down temporarily. Anyway, I'm giving a free (as in free beer)

[PD] [PD-announce] Amazing Tricks - PureData Workshop

2007-02-22 Thread Peter Plessas
frei und gratis. Weitere Details werden bei der Anmeldung geklärt. Mitarbeit: Florian Hollerweger, Georg Holzmann, Peter Plessas, IOhannes m zmölnig Pd-Graz.mur.at Zeit Ort: * 9. und 10. März 2007, jeweils 10-13 und 14-17 Uhr * im CompetenzCentrum im labor, Jakoministrasse 16, 8010

[PD] [PD-announce] Amazing Tricks - PureData Workshop - Registration

2007-02-22 Thread Peter Plessas
Registration on: http://pd-graz.mur.at/workshop/ ___ PD-announce mailing list PD-announce@iem.at http://lists.puredata.info/listinfo/pd-announce ___ PD-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] fader gain

2007-02-18 Thread Peter Plessas
I want to point interested people to the great iem abstraction [fadtorms] and [fadtodb], in the cvs abstractions. I am using them everytime i touch a (physical) fader. lg,P Derek Holzer wrote: OK, I guess it's not such a systematic answer as I would hope for ;-) I'll go back to fiddling

[PD] Variable speed tabwrite~

2007-02-17 Thread Peter Plessas
Dear List, is there a way to write audio into an array at variable speed? Like in tabread4~, controlled by another audio signal (read: phasor~) thanks for ideas, regards,Peter ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [Pd] relative path names [was: ..]

2007-02-04 Thread Peter Plessas
Hi, i think it depends on the directory you start pd in (look in the titlebar of your pd window to see it) and relative to that you can load files using ../samsung.wav. lg,P ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] Data structure loop selection

2007-02-03 Thread Peter Plessas
Hi, did you try table instead of array? AFAIK, array is just the GUI-variant of table... lg, Peter raul diaz wrote: Hi list, Hi Frank! Thanks Steffen and Frank for your help! I have remake my abstraction and I think now there is no mistake. Now I want to create my array $1_sample

Re: [PD] Data structure loop selection

2007-02-03 Thread Peter Plessas
Hi, ah you are trying to create an object inside a subpatch, right (scripting)? Then the correct syntax would be: [obj 10 10 table( | | [s pd-1_table] where 1_table is the name of a subpatch, so i am not sure if you are to append the suffix .pd 10 10 is the X and Y position of the object.

Re: [PD] Data structure loop selection

2007-02-03 Thread Peter Plessas
would like to create a table in a existing subpatch ($1_table) with all my data structure markers. Maybe it's better to create first my subpatch $1_table with your messages and then create all the data structure inside. Anyway, thanks a lot and regards. 2007/2/3, Peter Plessas [EMAIL PROTECTED

Re: [PD] minimum delay time for delread~

2007-01-23 Thread Peter Plessas
Hi! the minimum delay size is one signal block (which defaults to 64 samples, and thus to 1.45msecs at 44.1kHz). If you need to go lower, put the delread~ and delwrite~ in a subpatch and change the blocksize of that subpatch with the block~ object. Check the G04.control.blocksize.pd patch

Re: [PD] Fwd: basic logic (AND OR) and control in PD

2007-01-22 Thread Peter Plessas
Hi, matthew venn wrote: 1/- where can I find documentation on expr? http://crca.ucsd.edu/~syadegar/expr.html lg, P ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] cartesian to angles x y z confusion...

2007-01-16 Thread Peter Plessas
Could it be that you are mixing up degrees and radians? afaik, cart2sph gives you radians, but i might be wrong... p8r timon wrote: Hi, I know this is not the way to do it but Im really stuck here. Im plotting text objects on XYZ in Gem. Now, I just want to be able to rotate the global

Re: [PD] Granular Cross-fader

2007-01-13 Thread Peter Plessas
http://www.dafx.ca/slides/poster_067.pdf this is from IRCAM and it is beat-synchronised, so just to give another idea P Kyle Klipowicz wrote: Hello listers~ There's been a void of conversation on the list, so I thought I'd pitch my latest idea for a Pd tool: a granular cross-fader.

Re: [PD] reverse delay for live signal processing?

2006-12-25 Thread Peter Plessas
Hi Kevin, i think you are getting dropouts when using arrays since the graphical data in the array object is being updated. Use the [table] object (which is the same as an array, but without the graphical display right visible. The waveform is accessible once you double-click it). Using

Re: [PD] pause for [readsf~]

2006-11-16 Thread Peter Plessas
Hi, i made that work using [switch~] in a subpatch, but be aware that you have to fade out in advance to switching off, unless the last signal block appearing on the outlet of that subpatch gets repeated over and over, resulting in a high-pitched sound. lg,P Hans-Christoph Steiner wrote:

<    1   2