[PD] error: pdp_route: no method for 'symbol'

2007-11-19 Thread Javier Garcia
Hi, when i try to open a .mov with the patch i have attached this error message appear: error: pdp_route: no method for 'symbol' ... you might be able to track this down from the Find menu. Any idea? br. GARFF _ Express

Re: [PD] tabread4~~

2007-11-19 Thread Ypatios Grigoriadis
Hello again, here's the -help file, as i promised. (My apologies to Miller Puckette for stealing the -help files style.. :-)) *** #N canvas 354 145 966 694 12; #X obj 12 615 output~; #X obj 12 432

[PD] [Pd] Writing subpatch contents, was Re: [Csnd] Writing subpatch contents

2007-11-19 Thread Chuckk Hubbard
Oops. I meant to put [Pd] On Nov 19, 2007 4:55 PM, Chuckk Hubbard [EMAIL PROTECTED] wrote: I believe the question of saving automation data has come up before, but this is a different question, I think. I want to write and read the objects in a subpatch to and from textfiles; not the state

Re: [PD] [Csnd] Writing subpatch contents

2007-11-19 Thread marius schebella
hey, I posted a pddp template some time ago which (I think) makes use of automated scripting. it loads the pd patch as a textfile into [textfile] and then scripts this into a subpatch. I am a little short of time right now, so explanation has to follow at a later point, sorry. get it at

Re: [PD] [Pd] Writing subpatch contents, was Re: [Csnd] Writing subpatch contents

2007-11-19 Thread Chuckk Hubbard
I'm using pd-0.41.0-test05. The messages documented in http://dh7.free.fr/pd-msg/pd-msg_05.tar.gz aren't working for me. the [saveto( message kills pd, with or without an argument. I'm guessing this is the message that would solve my problem. Has anyone used it in the past? Is this msg

[PD] [Pd] [swap] help incorrect

2007-11-19 Thread Chuckk Hubbard
[swap] help says: The swap object stores numbers from its left inlet to output on its right inlet -- after repeating its right hand input out the left. It should say: The swap object stores numbers from its left inlet to output on its right inlet -- before repeating its right hand input out the

Re: [PD] [Pd] / as separator for list2symbol?

2007-11-19 Thread Frank Barknecht
Hallo, Chuckk Hubbard hat gesagt: // Chuckk Hubbard wrote: I'm setting up an elaborate system to save 8 subpatches to abstractions, and read from arbitrary abstractions on loading. The only way I can find to do this is using the [pd open $1( message. This message takes arguments /file/ and

[PD] [Pd] How to load/save subpatch content dynamically

2007-11-19 Thread Chuckk Hubbard
This patch will load subpatches from existing .pd files. Actually, it copies them. Requires zexy. Seems crazy that it takes this many objects to do it, but this is the simplest way I could find, due to some of the little idiosyncrasies of Pd. I'll post a reply soon with another to save

Re: [PD] [Pd] / as separator for list2symbol?

2007-11-19 Thread Patrice Colet
Chuckk Hubbard a écrit : I'm setting up an elaborate system to save 8 subpatches to abstractions, and read from arbitrary abstractions on loading. The only way I can find to do this is using the [pd open $1( message. This message takes arguments /file/ and /path/. [openpanel] outputs

Re: [PD] [Csnd] Writing subpatch contents

2007-11-19 Thread Frank Barknecht
Hallo, Chuckk Hubbard hat gesagt: // Chuckk Hubbard wrote: I believe the question of saving automation data has come up before, but this is a different question, I think. I want to write and read the objects in a subpatch to and from textfiles; not the state of the objects, nor scalars, but

Re: [PD] [Pd] [swap] help incorrect

2007-11-19 Thread Mathieu Bouchard
On Mon, 19 Nov 2007, Frank Barknecht wrote: However: numbers in the left inlet aren't stored Why don't you try to bang a [swap] ? You'd see that numbers in the left inlet are stored. _ _ __ ___ _ _ _ ... | Mathieu Bouchard - tél:+1.514.383.3801,

Re: [PD] error: pdp_route: no method for 'symbol'

2007-11-19 Thread Javier Garcia
Hi, thanks for your answers about [pdp_route] and [route], but i dont understand... Let see: I have attached other patch to this email, where i dont have any problems with [pdp_route] but yes with [route]. One more thing: the filters-abstractions im using in the first patch i send (you

Re: [PD] who is using [entry]?

2007-11-19 Thread Mathieu Bouchard
On Tue, 13 Nov 2007, Hans-Christoph Steiner wrote: I want to keep the same names as the Tk widgets The Tk Widget names are routinely adapted to naming conventions of various programming languages. Thus button may change to Button, TkButton, Tk::Button, tk.Button or tk.button depending on

Re: [PD] who is using [entry]?

2007-11-19 Thread Hans-Christoph Steiner
I cc'ed the list since it's of general interest. This message is called [append( for lists/atoms and [key( for individual keystrokes (i.e. space makes a space char). .hc On Nov 19, 2007, at 4:17 PM, Mike McGonagle wrote: Hans, I was wondering if it would be possible to add some messages

[PD] Quicktime synthesizer on OS X

2007-11-19 Thread Mark Polishook
On OS X, is there a way to route Pd midi internally to the Quicktime synthesizer? Is there an answer for an equivalent on Windows and LInux? ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] [Pd] [swap] help incorrect

2007-11-19 Thread Claude Heiland-Allen
Chuckk Hubbard wrote: Something else: [swap] only works for floats. Is there an object somewhere that does the same for symbols? If you ask that, why not ask about pointers too? Or why not whole lists? Or why not any message with any selector? It should be trivial to implement in a

Re: [PD] Quicktime synthesizer on OS X

2007-11-19 Thread Derek Holzer
If the QT Synth appears as a normal MIDI client on whatever operating system you use, it shouldn't be hard. On OSX you have to open up Audio MIDI Setup and see if the QT Synth appears as a MIDI device. If it does, then you can connect to it under the MIDI devices in PD. Make sure you leave the

Re: [PD] who is using [entry]?

2007-11-19 Thread Mike McGonagle
Thanks, Hans, once again, I hit just reply instead of reply to all... I did a quick test on the key message, and it appears that some keys are still not allowed. Such things as a double quote (), a percent sign (%), and left bracket ([) (but it does allow a right bracket), the backslash (\) and a

Re: [PD] [Csnd] Writing subpatch contents

2007-11-19 Thread Chuckk Hubbard
On Nov 19, 2007 5:51 PM, Frank Barknecht [EMAIL PROTECTED] wrote: Hallo, Maybe you can script something with select all copy and paste, but did you try to use one of the saving systems like [sssad] to save parameters? I don't know what exactly is in your subpatches, but I'm pretty sure

Re: [PD] [GEM] pix_artoolkit

2007-11-19 Thread patrick
thanks IOhannes, it's compiling just fine: PKG_ARTOOLKIT_CFLAGS=-Ihome/pat/11h11/yeux/artoolkit/include PKG_ARTOOLKIT_LIBS=-L/home/pat/11h11/yeux/artoolkit/lib -lAR ./configure --with-artoolkit-includes=/home/pat/11h11/yeux/artoolkit/include

Re: [PD] About editing pdpedia

2007-11-19 Thread Hans-Christoph Steiner
On Nov 19, 2007, at 2:20 AM, PSPunch wrote: Hi list, I have some questions for some of you working on pdpedia. === 1. Has there already been discussions on policies regarding when/which pages to lock? I am assuming that leaving everything unlocked is the way to go if only the

Re: [PD] error: pdp_route: no method for 'symbol'

2007-11-19 Thread Jack
I think, in your case you need [gate] or [pdp_route] . You can't do anything with your [route] object with a toggle. Don't forget : [pdp_route] accept message 0, 1, 2, 3, etc in its right inlet (there is an error in your patch with the toggle message entering in the left inlet). Look at the

Re: [PD] About editing pdpedia

2007-11-19 Thread PSPunch
Hans, Thanks. I've followed the procedure in the English 'Admin howtos' pages. I would appreciate it if you could try executing the import. Thanks. -- David Shimamoto Hans-Christoph Steiner wrote On Nov 19, 2007, at 2:20 AM, PSPunch wrote: Hi list, I have some questions for some

[PD] pdp_freeframe for Ubuntu ppc

2007-11-19 Thread bigswift
Anyone had any luck getting this to work in ppc? i get a funky error when loading the lib, even though it compiles same thing with pdp_frei0r pp Patrick Pagano Sound and Light Technologist School of Theatre and Dance University of Florida ___

Re: [PD] Quicktime synthesizer on OS X

2007-11-19 Thread Mark Polishook
I've only tried so far on OS X. The problem is the Quicktime Synthesizer doesn't show up on the Audio Midi Setup ... so it doesn't appear to be reachable I've tried on a few computers. On Nov 19, 2007 7:03 PM, Derek Holzer [EMAIL PROTECTED] wrote: If the QT Synth appears as a normal MIDI

Re: [PD] who is using [entry]?

2007-11-19 Thread Hans-Christoph Steiner
I plan to support all of the Tk key symbols in that [key( message but I haven't found an easy way to do that yet. Here's the list of symbols used for keys in Tcl/Tk: http://tcl.tk/man/tcl8.4/TkCmd/keysyms.htm Basically, in Tcl, I need a way to insert the character using the key

[PD] using chrt on pd to get rid of DIO errors

2007-11-19 Thread Rich E
After setting up ubuntustudio (7.04) with a real-time kernel ( 2.6.20-16-realtime), I was experiencing DIO errors every few seconds. Exploring this taught me alot about how to set priorities on a real-time kernel, mainly with the command 'chrt'. However, I don't think it is meant to be used

[PD] fft beginner question

2007-11-19 Thread cristiano figueirÿfffff3
Hi list, i'm trying to study fft in Pd and still don't understand the numbers produced by the analysis. I'm on Pd vanilla 0-40.2 in debian. I just patch this: [float] |\ | \ [osc~] \ | \ |[bang] |/ [rfft~] / | \ \ | \ / \ | \ / [print~ imaginary]

[PD] precise milisecond/second counter

2007-11-19 Thread ilya . д
hello list. i was terribly surprised the way [metro] behaves - checking it agains [timer] of coruse doesn't give any latency ever! but with [realtime] and [cputime] - the result is is far from acceptable and even unproportional, (icresing twice doesn't give any aproximatable result). how ever

Re: [PD] [Pd] [swap] help incorrect

2007-11-19 Thread Roman Haefeli
On Tue, 2007-11-20 at 00:01 +0200, Chuckk Hubbard wrote: Something else: [swap] only works for floats. Is there an object somewhere that does the same for symbols? [pack s s] | [$2 $1( ? roman ___ Der

Re: [PD] tabread4~~

2007-11-19 Thread Mathieu Bouchard
On Fri, 16 Nov 2007, Charles Henry wrote: You won't be able to find those low frequencies like 4 Hz, unless one of your instruments contains them, like drums for example. I don't mean frequencies of sine waves, I mean frequency of any kind of periodicity that is found. Percussion

Re: [PD] precise milisecond/second counter

2007-11-19 Thread ilya .d
sorry .. i have realised how wrong was my measuring method. also Romain (on #dataflow) told me that it's an 'old [metro] discussion'. but anyhow, could someone please give an opinion on the [block~] approach .. ___ PD-list@iem.at mailing list

Re: [PD] precise milisecond/second counter

2007-11-19 Thread Roman Haefeli
hi ilya On Tue, 2007-11-20 at 04:52 +, ilya .д wrote: hello list. i was terribly surprised the way [metro] behaves - checking it agains [timer] of coruse doesn't give any latency ever! [metro] does its job accurately in logical time. it's not accurate, if a) you have audio dropouts b)

Re: [PD] tabread4~~

2007-11-19 Thread Charles Henry
On Nov 19, 2007 11:06 PM, Mathieu Bouchard [EMAIL PROTECTED] wrote: On Fri, 16 Nov 2007, Charles Henry wrote: I don't mean frequencies of sine waves, I mean frequency of any kind of periodicity that is found. Yes, I was sure you knew what you were talking about. I just had to jump on it, and

Re: [PD] precise milisecond/second counter

2007-11-19 Thread Roman Haefeli
On Tue, 2007-11-20 at 06:51 +0100, Roman Haefeli wrote: you forgot the attachment. i am just a stupid tired whatsoever... i had a look at it and it is actually quite interesting. it doesn't give at all the same values that [metro] would give, as i stated in the previous mail. for easier

Re: [PD] precise milisecond/second counter

2007-11-19 Thread Roman Haefeli
On Tue, 2007-11-20 at 07:27 +0100, Roman Haefeli wrote: 1. 2. 5. 10. 21.333 i am actually running pd @ 48kHz, that is why these numbers all are 2^n*1. and not 2^n*1.45 (which would be the value for 44.1kHz) however, i checked the helpfile of [block~] again and it says,