Re: [PD] Pd Scene Change?

2009-11-20 Thread Pagano, Patrick
: [PD] Pd Scene Change? Howdy Patrick, From: "Pagano, Patrick" mailto:p...@digitalworlds.ufl.edu>> Date: November 19, 2009 11:30:36 PM GMT+01:00 To: PD List mailto:pd-list@iem.at>> Subject: [PD] Pd Scene Change? Is there a way to make Pd behave similar to Isadora/SFX type

Re: [PD] Pd Scene Change?

2009-11-19 Thread Mathieu Bouchard
On Thu, 19 Nov 2009, Justin Glenn Smith wrote: It seems like you could have an "asynchsoundfiler" object that resizes the array if applicable, puts the array into shared memory, forks a new process which fills the array, and then emits a bang when the process exits. It already exists since a

Re: [PD] Pd Scene Change?

2009-11-19 Thread Mathieu Bouchard
On Thu, 19 Nov 2009, Hans-Christoph Steiner wrote: On Nov 19, 2009, at 6:29 PM, Mathieu Bouchard wrote: It doesn't remove all of the latency, but it would be most of it, and it could be enough reduction of latency to satisfy you. But you'd have to try. For me, loading soundfiles into arrays is a

Re: [PD] Pd Scene Change?

2009-11-19 Thread Justin Glenn Smith
Hans-Christoph Steiner wrote: > > > For me, loading soundfiles into arrays is a big one, so this wouldn't > help that. It would be nice to have a a background soundfiler... I just > that's the idea of that threaded soundfiler... > It seems like you could have an "asynchsoundfiler" object that

Re: [PD] Pd Scene Change?

2009-11-19 Thread Hans-Christoph Steiner
On Nov 19, 2009, at 6:29 PM, Mathieu Bouchard wrote: On Fri, 20 Nov 2009, Dan Wilcox wrote: On Nov 20, 2009, at 12:05 AM, Hans-Christoph Steiner wrote: Transitions are rough (may cause clicks/dropouts), if anyone has a way to do a smooth transition when opening and closing a patch while au

Re: [PD] Pd Scene Change?

2009-11-19 Thread Mathieu Bouchard
On Fri, 20 Nov 2009, Dan Wilcox wrote: On Nov 20, 2009, at 12:05 AM, Hans-Christoph Steiner wrote: Transitions are rough (may cause clicks/dropouts), if anyone has a way to do a smooth transition when opening and closing a patch while audio is playing, please let me know. IIRC, someone made a

Re: [PD] Pd Scene Change?

2009-11-19 Thread Dan Wilcox
On Nov 20, 2009, at 12:05 AM, Hans-Christoph Steiner wrote: >> >> Transitions are rough (may cause clicks/dropouts), if anyone has a way to do >> a smooth transition when opening and closing a patch while audio is playing, >> please let me know. >> >> Check it out in http://danomatika.com/sof

Re: [PD] Pd Scene Change?

2009-11-19 Thread Hans-Christoph Steiner
On Nov 19, 2009, at 5:47 PM, Dan Wilcox wrote: Howdy Patrick, From: "Pagano, Patrick" Date: November 19, 2009 11:30:36 PM GMT+01:00 To: PD List Subject: [PD] Pd Scene Change? Is there a way to make Pd behave similar to Isadora/SFX type products by having it “step” through

[PD] Pd Scene Change?

2009-11-19 Thread Dan Wilcox
Howdy Patrick, > From: "Pagano, Patrick" > Date: November 19, 2009 11:30:36 PM GMT+01:00 > To: PD List > Subject: [PD] Pd Scene Change? > > Is there a way to make Pd behave similar to Isadora/SFX type products by > having it “step” through different patches

[PD] Pd Scene Change?

2009-11-19 Thread Pagano, Patrick
Hi Is there a way to make Pd behave similar to Isadora/SFX type products by having it "step" through different patches sequentially? Isadora uses "jumps" that are usually triggered by keyboard mappings, like space bar etc.. SFX uses a "GO" button which pretty much does the same thing stepping th