Re: [PD] [PD-announce] Tutorial: Drum pattern editing in Pd using the rj library

2009-06-24 Thread Frank Barknecht
Hallo, yeah, bad timing, the first major website problem since rjdj started. Hopefully it can be fixed today. In the meantime, you could watch the video http://www.vimeo.com/5272693 Sorry. Ciao -- Frank Rich E hat gesagt: // Rich E wrote: I'd love to check it out, the link is not working

Re: [PD] Does a function like [gate] exist for audio signals?

2009-06-24 Thread IOhannes m zmoelnig
Derek Holzer wrote: [mux~] / [multiplex~] and [demux~] / [demultiplex~] are probably the things you are looking for. D. Gabriel Vinazza wrote: I would like to rout the signal through different outlets, is that possible? and don't forget the all too infamous [*~ 0] [*~ 1] mfasdr

Re: [PD] problem windows installer 0.41 release

2009-06-24 Thread Lorenzo
Hi Marco, This may seem trivial.. but have you tried installing to a different directory from the default one (usually %PROGRAMFILES%\pd on windows), or completely uninstalling the previous pd version and moving (deleting) its directory (but before deleting make sure there is nothing you had

Re: [PD] [PD-announce] Tutorial: Drum pattern editing in Pd using the rj library

2009-06-24 Thread Frank Barknecht
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: yeah, bad timing, the first major website problem since rjdj started. Hopefully it can be fixed today. In the meantime, you could watch the video http://www.vimeo.com/5272693 Okay, it's back at

Re: [PD] problem windows installer 0.41 release

2009-06-24 Thread Marco Donnarumma
Hi Lorenzo, thanks, yes i tried also the different directory and already deleted everything with a backup. I usually do it always, but this is the first time it happens something like that. nobody else experienced the same? I will have to throw out of the window this machine... cheers Marco

[PD] open a local html page that contains a java applet?

2009-06-24 Thread alan brooker
Hi List I was wondering if anyone knew how I could open a file (like a word doc or html) which then launches it's respective software pro gramme (word of web browser) by sending a bang message? What I am trying to do is open a local html page that contains a java applet(processing) that

Re: [PD] problem windows installer 0.41 release

2009-06-24 Thread Marco Donnarumma
Hi all again, I tried simply installing the autobuild rc 0.41.4 from http://autobuild.puredata.info/rc/0.41.4/ and it works fine. No problem with it. how come? M On Wed, Jun 24, 2009 at 11:06 AM, Marco Donnarumma de...@thesaddj.comwrote: Hi Lorenzo, thanks, yes i tried also the different

Re: [PD] open a local html page that contains a java applet?

2009-06-24 Thread CICCOLIX
alan brooker ha scritto: Hi List I was wondering if anyone knew how I could open a file (like a word doc or html) which then launches it's respective software pro gramme (word of web browser) by sending a bang message? if you are on linux is simple: |firefox yourdocument.html( | [shell] --

Re: [PD] open a local html page that contains a java applet?

2009-06-24 Thread alan brooker
Thanks Im on OSX Im afraid-any advice for macs? On 6/24/09, CICCOLIX cicco...@tiscalinet.it wrote: alan brooker ha scritto: Hi List I was wondering if anyone knew how I could open a file (like a word doc or html) which then launches it's respective software pro gramme (word of web browser)

Re: [PD] open a local html page that contains a java applet?

2009-06-24 Thread Derek Holzer
[shell] works on OSX as well. You'll need to figure out the path to your software application and the path to your file that you want to open, and construct a message to send to [shell] as Lazzaro described below. Check the help file for more details. Command line doesn't have automatic file

Re: [PD] open a local html page that contains a java applet?

2009-06-24 Thread padovani
Actually OSX can open files with the default app with command open... |open /path/to/file.html( | [shell] if you need some specific browser (like Plainview, for example) that is not the default one you should use something like: |open /path/to/file.html -a Plainview.app( | [shell] If you

Re: [PD] open a local html page that contains a java applet?

2009-06-24 Thread Derek Holzer
padovani wrote: Actually OSX can open files with the default app with command open... Learn something new every day D. -- ::: derek holzer ::: http://blog.myspace.com/macumbista ::: http://www.vimeo.com/macumbista ::: ---Oblique Strategy # 26: Change ambiguities to specifics

[PD] clipping variations

2009-06-24 Thread Alexandre Bräutigam
Hi everybody! I'm using a midi controller to control volume and frequency from a not so simple synth's patch (H15.phaser.pd w/ some little modifications). Into the volume's subpatch, I use the objects: ctlin, Hslider, / and number boxes (this way out to the right *~ volume control) The

Re: [PD] clipping variations

2009-06-24 Thread IOhannes m zmoelnig
Alexandre Bräutigam wrote: Hi everybody! I'm using a midi controller to control volume and frequency from a not so simple synth's patch (H15.phaser.pd w/ some little modifications). Into the volume's subpatch, I use the objects: ctlin, Hslider, / and number boxes (this way out to the right

Re: [PD] clipping variations

2009-06-24 Thread Derek Holzer
Simplest way is to use [pack] and [line~]: [hslider] | [pack 0 50] | [line~] To smooth out the MIDI values. Replace 50 in the [pack] with an appropriate interpolation value in miliseconds. A larger number will smooth the input more, but will add latency as well. Best! D. Alexandre

Re: [PD] problem windows installer 0.41 release

2009-06-24 Thread Hans-Christoph Steiner
That should be the same file. Sometimes people seem to have problems downloading from some of the Sourceforge mirrors. .hc On Jun 24, 2009, at 5:28 AM, Marco Donnarumma wrote: Hi all again, I tried simply installing the autobuild rc 0.41.4 from http://autobuild.puredata.info/rc/0.41.4/

Re: [PD] old sources of fluid~

2009-06-24 Thread Andres Ferrari
thank you Frank. I will try to compile .darwin for leopard. bye. Message: 5 Date: Tue, 23 Jun 2009 23:36:22 +0200 From: Frank Barknecht f...@footils.org Subject: Re: [PD] old sources of fluid~ To: pd-list@iem.at Message-ID: 20090623213622.ga15...@footils.org Content-Type: text/plain;

Re: [PD] Does a function like [gate] exist for audio signals?

2009-06-24 Thread Gabriel Vinazza
Thanks a lot lOhannes !! I wish there was any help or list about ALL the objects availables... because Pd shows only the most commons on the Help section. Thanks again my friend :) bye On Wed, Jun 24, 2009 at 3:50 AM, IOhannes m zmoelnigzmoel...@iem.at wrote: Derek Holzer wrote: [mux~] /

Re: [PD] Does a function like [gate] exist for audio signals?

2009-06-24 Thread Derek Holzer
Here is a good place to start: http://en.flossmanuals.net/PureData/ObjListIntroduction D. Gabriel Vinazza wrote: Thanks a lot lOhannes !! I wish there was any help or list about ALL the objects availables... because Pd shows only the most commons on the Help section. Thanks again my friend

Re: [PD] [PD-announce] Tutorial: Drum pattern editing in Pd using the rj library

2009-06-24 Thread Rich E
Ah nice, especially for throwing that together live. Thanks for the tutorial! Not to be too much of a critic on a good tutorial, but... it is quite static though, for the flexibility of pd, don't you think? Limiting all the rhythms to 32nd notes. Frank, I would love to see your approach to

Re: [PD] open a local html page that contains a java applet?

2009-06-24 Thread alan brooker
yes I did it! however I exported my processing applet as an application and then did [open -a application] | [shell] Now im going to export the folder as an applcation with in PD Thanks all! On 6/24/09, Derek Holzer de...@umatic.nl wrote: padovani wrote: Actually OSX can open files with