[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] Variable speed tabwrite~

2007-02-17 Thread Georg Holzmann
Servus ! is there a way to write audio into an array at variable speed? Like in tabread4~, controlled by another audio signal (read: phasor~) I don't know what you mean with variable speed - you can write audio in an array as variable as you want ... What do you want to do ? LG Georg

Re: [PD] PD - patches do not display - problem solved

2007-02-17 Thread nathaniel bartlett
Hi, I just configured X by hand and that fixed the problem. The Nvidia gui wasn't working quite right for me. Best, Nate On Sat, 2007-02-17 at 14:45 +0900, hard off wrote: did you try opening a file from the menubar using the open command? is editmode turned on? (ctrl E , usually)

[PD] msd error message

2007-02-17 Thread Kyle Klipowicz
Hi list~ What does this error message mean? msd: message unhandled - inlet:0 args:0 symbol:bang I am trying to run 01_msdtest.pd on OS X 10.4 using Pd-0.39.2-extended-test7. The libs are loaded as far as I can tell. Thanks, ~Kyle -- http://theradioproject.com

[PD] Saving abstraction states?

2007-02-17 Thread Vreahli the Audio Bandit
Heya again - more questions. I'm trying to find a way to save presets or states for a patch in an abstraction within a patch. If I create an array with [table] it gets dumped out. I've read a bit about memento, however I have bad luck with abstractions so I'd rather try to do it by hand. :)

Re: [PD] pix_film more questions

2007-02-17 Thread Chuckk Hubbard
On 2/17/07, chris clepper [EMAIL PROTECTED] wrote: properly drop frames and adhere to a wall clock. The windows version still has some problems with timing and will make some Keystone Cops footage if he load is extremely high. I'm from the Keystone State and this offends me. -Chuckk --

[PD] Noop message.

2007-02-17 Thread David F. Place
Maestri: I would like a special message (let's call it noop) which when sent does nothing. (That is to say, sending it would be like not sending it.) This would be useful in automation. For instance, I may have a program which generates a bunch of events which I will trigger using

Re: [PD] Noop message.

2007-02-17 Thread Chuckk Hubbard
On the same token, [route noop] would output the original message from the right outlet if it's not noop. I guess, depending which object was doing the receiving, the left outlet wouldn't have to be hooked up at all. If it was going into [pack], for instance, or [append], I believe they store

[PD] Re: pix_film more questions (Roman Haefeli)

2007-02-17 Thread schiemer
If you're worried by metro's irregularity then you should use Eric Lyons' samm~ (sample accurate multiple metronomes). This is described in http://www.sarc.qub.ac.uk/~elyon/LyonPapers/SampleAccurate-Lyon-ICMC2006.pdf ___ PD-list@iem.at mailing list

Re: [PD] Re: infinite composing

2007-02-17 Thread marius schebella
the call is written in a way that makes me think, that the producers don't know to much about what is going on in the world... but maybe the reason is, that there is no such thing as a kiosk mode or a protection from changing the patch in pd. otoh writing an email and telling them that

Re: [PD] Noop message.

2007-02-17 Thread hard off
for control data, i just use -1 as a 'noop' , and then [route -1]..all the data except -1 comes out the right outlet ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Google Summer of Code

2007-02-17 Thread Chris McCormick
On Sun, Feb 18, 2007 at 04:19:28PM +, padawan12 wrote: Or can the summer of code thing just be about any stuff you like and not limited to web programming? It can be about anything. Chris. --- [EMAIL PROTECTED] http://mccormick.cx

Re: [PD] Noop message.

2007-02-17 Thread Chuckk Hubbard
Actually, you will have trouble with any of these, as just about any object that expects a float (number) will not pass anything if it gets a symbol (word). I'm looking for a way to do it with a couple of list objects, but it could be ugly. -Chuckk On 2/17/07, Chuckk Hubbard [EMAIL PROTECTED]

Re: [PD] Noop message.

2007-02-17 Thread Alexandre Quessy
[route noop] and keep only the rest. a 2007/2/17, Chuckk Hubbard [EMAIL PROTECTED]: Actually, you will have trouble with any of these, as just about any object that expects a float (number) will not pass anything if it gets a symbol (word). I'm looking for a way to do it with a couple of list

Re: [PD] Noop message.

2007-02-17 Thread hard off
with a list, route only works on the first element yeah, so unpack the list first, and route each output individually. like: [unpack float float float] || | [route noop] [route noop] [route noop] | |

Re: [PD] Noop message.

2007-02-17 Thread Chuckk Hubbard
I mean, [unpack float float float] won't take noop On 2/18/07, hard off [EMAIL PROTECTED] wrote: with a list, route only works on the first element yeah, so unpack the list first, and route each output individually. like: [unpack float float float] ||

Re: [PD] pix_film more questions

2007-02-17 Thread Chuckk Hubbard
On 2/18/07, Martin Peach [EMAIL PROTECTED] wrote: Chuckk Hubbard wrote: On 2/17/07, chris clepper [EMAIL PROTECTED] wrote: properly drop frames and adhere to a wall clock. The windows version still has some problems with timing and will make some Keystone Cops footage if he load is

[PD] Dynamic patching questions

2007-02-17 Thread Alexandre Quessy
Hi, A few questions regarding dynamic patching using only Pd messages (or internals) : 1) Is it possible to delete and disconnect objects without clearing the whole canvas ? 2) Is it ok to create GUI objects with not even half the arguments it could take ? Pd seems to be likely to crash when we

Re: [PD] Dynamic patching questions

2007-02-17 Thread marius schebella
hi alexandre, if you need a lot of dynamic patching, the object I recommend is [dyn~]. if you just want to edit real patches, then it is not really possible. or at least not without bad hacks. the use of [namecanvas $0] in this particular way is I think not possible, because $0 will be

Re: [PD] Google Summer of Code

2007-02-17 Thread carmen
with server-side Pd. The Google SOC can be about anything, but Pd has these very good advantages over other dataflow languages : * can be used with no GUI (server-side) you're joking? before i submitted pd to the dataflow category in dmoz, everythign there was some kind of programming