Hello
I was wondering if anyone had an idea for a Vanilla replacement for polygate~, which is listed as a switch between multiple signal inputs. I would like to make a patch for IPAD/MOBmuPLat that has this in the patch but i am wondering what a good vanilla substitute might be for it?
polygate~ switch between multiple signal inputs variable fade rate both linear & equal power
From: Patrick Pagano bigswift@ufl.edu To: pd-list@iem.at Sent: Friday, March 22, 2013 3:57 PM Subject: [PD] vanilla replacement for polygate~ ?
Hello
I was wondering if anyone had an idea for a Vanilla replacement for
polygate~, which is listed as a switch between multiple signal inputs. I would like to make a patch for IPAD/MOBmuPLat that has this in the patch but i am wondering what a good vanilla substitute might be for it?
You can't. Or-- you can, but it will be a cheap imitation that either a) always has some maximum number of inlets, or b) uses nonlocal receive names to make up for the fact that you cannot dynamically instantiate inlets inside an abstraction because the [loadbang] inside will only fire after the connections in the parent patch have finished. (I.e., you'll get broken connections if you save the patch and open it again.)
You need [initbang] to create the [inlet]s before the parent tries to make the connections. The [initbang] object is in Pd-extended and Pd-l2ork, but not Pd-Vanilla. There is no process or plan to get it in to Pd-Vanilla, so if you are bound to using Pd Vanilla only you are quite simply stuck.
-Jonathan
polygate~ switch between multiple signal inputs variable fade rate both linear & equal power
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hello to everyone.I have another newbie question. I have searched but I can't find a way that works for me. I want to loop a video. Does anyone knows how to do that?
Pix_movie should loop or pix_film
Sent from my iPhone
On Mar 22, 2013, at 9:20 PM, "anna ioannidi" <a.io@hotmail.commailto:a.io@hotmail.com> wrote:
Hello to everyone. I have another newbie question. I have searched but I can't find a way that works for me. I want to loop a video. Does anyone knows how to do that? _______________________________________________ Pd-list@iem.atmailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
The rightmost outlet of [pix_film] outputs a bang when the file has ended. Attach a [0( message to it and connect it to the right inlet of [pix_film]. This way it will automatically set the file to frame 0 (the first frame) and will start playing from the beginning.
On Sat, Mar 23, 2013 at 3:22 AM, Pagano, Patrick pat@digitalworlds.ufl.eduwrote:
Pix_movie should loop or pix_film
Sent from my iPhone
On Mar 22, 2013, at 9:20 PM, "anna ioannidi" a.io@hotmail.com wrote:
Hello to everyone. I have another newbie question. I have searched but I can't find a way that works for me. I want to loop a video. Does anyone knows how to do that?
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Thank you very much for your answers! That helped a lot! Now the patch is working! Have a nice day!
Date: Sat, 23 Mar 2013 10:58:25 +0200 Subject: Re: [PD] Video Looping From: adrcki@gmail.com To: pat@digitalworlds.ufl.edu CC: a.io@hotmail.com; pd-list@iem.at
The rightmost outlet of [pix_film] outputs a bang when the file has ended. Attach a [0( message to it and connect it to the right inlet of [pix_film]. This way it will automatically set the file to frame 0 (the first frame) and will start playing from the beginning.
On Sat, Mar 23, 2013 at 3:22 AM, Pagano, Patrick pat@digitalworlds.ufl.edu wrote:
Pix_movie should loop or pix_film
Sent from my iPhone
On Mar 22, 2013, at 9:20 PM, "anna ioannidi" a.io@hotmail.com wrote:
Hello to everyone. I have another newbie question. I have searched but I can't find a way that works for me. I want to loop a video. Does anyone knows how to do that?
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Sat, Mar 23, 2013 at 9:58 AM, Alexandros Drymonitis adrcki@gmail.comwrote:
The rightmost outlet of [pix_film] outputs a bang when the file has ended. Attach a [0( message to it and connect it to the right inlet of [pix_film]. This way it will automatically set the file to frame 0 (the first frame) and will start playing from the beginning.
Note that when playing backwards (adding negative number) you need to set the frame to the last one when you go <0 ! Find by unpacking the 2nd outlet of [pix_film]
At least in my solution for this. because I go at various speeds which never reach exactly 0. I get '[pix_film]: selection number must be > 0' but this is safely ignored. If anyone knows a better solution for (variable) reverse playback I'm happy to learn :)
drmr
On Sat, Mar 23, 2013 at 3:22 AM, Pagano, Patrick < pat@digitalworlds.ufl.edu> wrote:
Pix_movie should loop or pix_film
Sent from my iPhone
On Mar 22, 2013, at 9:20 PM, "anna ioannidi" a.io@hotmail.com wrote:
Hello to everyone. I have another newbie question. I have searched but I can't find a way that works for me. I want to loop a video. Does anyone knows how to do that?
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 22/03/13 22:35, Jonathan Wilkes wrote:
From: Patrick Pagano bigswift@ufl.edu To: pd-list@iem.at Sent: Friday, March 22, 2013 3:57 PM Subject: [PD] vanilla replacement for polygate~ ?
Hello
I was wondering if anyone had an idea for a Vanilla replacement for
polygate~, which is listed as a switch between multiple signal inputs. I would like to make a patch for IPAD/MOBmuPLat that has this in the patch but i am wondering what a good vanilla substitute might be for it?
You can't. Or-- you can, but it will be a cheap imitation that either a) always has some maximum number of inlets, or b) uses nonlocal receive names to make up for the fact that you cannot dynamically instantiate inlets inside an abstraction because the [loadbang]
It would be relatively easy instead if one could dynamically set the name for [send~] (like for [receive~]) in vanilla.
Lorenzo.
inside will only fire after the connections in the parent patch have finished. (I.e., you'll get broken connections if you save the patch and open it again.)
You need [initbang] to create the [inlet]s before the parent tries to make the connections. The [initbang] object is in Pd-extended and Pd-l2ork, but not Pd-Vanilla. There is no process or plan to get it in to Pd-Vanilla, so if you are bound to using Pd Vanilla only you are quite simply stuck.
-Jonathan
polygate~ switch between multiple signal inputs variable fade rate both linear & equal power
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
dynamicly?
Zitat von "Lorenzo Sutton" lorenzofsutton@gmail.com:
On 22/03/13 22:35, Jonathan Wilkes wrote:
From: Patrick Pagano bigswift@ufl.edu To: pd-list@iem.at Sent: Friday, March 22, 2013 3:57 PM Subject: [PD] vanilla replacement for polygate~ ?
Hello
I was wondering if anyone had an idea for a Vanilla replacement for
polygate~, which is listed as a switch between multiple signal inputs. I would like to make a patch for IPAD/MOBmuPLat that has this in the patch but i am wondering what a good vanilla substitute might be for it?
You can't. Or-- you can, but it will be a cheap imitation that either a) always has some maximum number of inlets, or b) uses nonlocal receive names to make up for the fact that you cannot dynamically instantiate inlets inside an abstraction because the [loadbang]
It would be relatively easy instead if one could dynamically set the
name for [send~] (like for [receive~]) in vanilla.Lorenzo.
inside will only fire after the connections in the parent patch have finished. (I.e., you'll get broken connections if you save the patch and open it again.)
You need [initbang] to create the [inlet]s before the parent tries to make the connections. The [initbang] object is in Pd-extended and Pd-l2ork, but not Pd-Vanilla. There is no process or plan to get it in to Pd-Vanilla, so if you are bound to using Pd Vanilla only you are quite simply stuck.
-Jonathan
polygate~ switch between multiple signal inputs variable fade rate both linear & equal power
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
On Sun, Mar 24, 2013 at 10:22:43PM +0100, Lorenzo Sutton wrote:
On 22/03/13 22:35, Jonathan Wilkes wrote:
From: Patrick Pagano bigswift@ufl.edu To: pd-list@iem.at Sent: Friday, March 22, 2013 3:57 PM Subject: [PD] vanilla replacement for polygate~ ?
Hello
I was wondering if anyone had an idea for a Vanilla replacement for
polygate~, which is listed as a switch between multiple signal inputs. I would like to make a patch for IPAD/MOBmuPLat that has this in the patch but i am wondering what a good vanilla substitute might be for it?
You can't. Or-- you can, but it will be a cheap imitation that either a) always has some maximum number of inlets, or b) uses nonlocal receive names to make up for the fact that you cannot dynamically instantiate inlets inside an abstraction because the [loadbang]
It would be relatively easy instead if one could dynamically set the name for [send~] (like for [receive~]) in vanilla.
You can set the name for [throw~], though. But for a [polygate~] variant one would use the settable [r~] anyway, I suppose. The idea would be:
[soundgen~ 1] | [s~ s-1]
[soundgen~ 2] | [s~ s-2]
[set s-1( | [set s-2( | / |/ [r~ s-1] | [dac~]
But it's still no polygate~: You get nocrossfades and of course no [inlet~]s.
I'd just just patch a [dekagate~] abstraction with 10 fixed inputs and proper fading for Pd vanilla. It's useful to have anyway and you only do it once.
Frank Barknecht _ ______footils.org__