Has anyone attempted to make something like Toonloop (http://toonloop.com/) in Pure Data? It's basically a live stop motion tool.
Antonio
Le 2012-02-27 à 12:00:00, Antonio Roberts a écrit :
Has anyone attempted to make something like Toonloop (http://toonloop.com/) in Pure Data? It's basically a live stop motion tool.
The basics of it should be a quite small GF patch (or GEM) if you try to make one.
| Mathieu BOUCHARD ----- téléphone : +1.514.383.3801 ----- Montréal, QC
Thanks. Do you have any example patches to work from?
Ant
On 27 February 2012 16:45, Mathieu Bouchard matju@artengine.ca wrote:
Le 2012-02-27 à 12:00:00, Antonio Roberts a écrit :
Has anyone attempted to make something like Toonloop (http://toonloop.com/) in Pure Data? It's basically a live stop motion tool.
The basics of it should be a quite small GF patch (or GEM) if you try to make one.
______________________________________________________________________ | Mathieu BOUCHARD ----- téléphone : +1.514.383.3801 ----- Montréal, QC
pix_video into pix_write will do it.
On Mon, Feb 27, 2012 at 12:28 PM, Antonio Roberts antonio@hellocatfood.comwrote:
Thanks. Do you have any example patches to work from?
Ant
On 27 February 2012 16:45, Mathieu Bouchard matju@artengine.ca wrote:
Le 2012-02-27 à 12:00:00, Antonio Roberts a écrit :
Has anyone attempted to make something like Toonloop (http://toonloop.com/) in Pure Data? It's basically a live stop motion
tool.
The basics of it should be a quite small GF patch (or GEM) if you try to make one.
| Mathieu BOUCHARD ----- téléphone : +1.514.383.3801 ----- Montréal, QC
--
antonio@hellocatfood.com http://www.hellocatfood.com ============================
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Got a example patch to explain further? On Feb 27, 2012 5:55 PM, "chris clepper" cgclepper@gmail.com wrote:
pix_video into pix_write will do it.
On Mon, Feb 27, 2012 at 12:28 PM, Antonio Roberts < antonio@hellocatfood.com> wrote:
Thanks. Do you have any example patches to work from?
Ant
On 27 February 2012 16:45, Mathieu Bouchard matju@artengine.ca wrote:
Le 2012-02-27 à 12:00:00, Antonio Roberts a écrit :
Has anyone attempted to make something like Toonloop (http://toonloop.com/) in Pure Data? It's basically a live stop
motion tool.
The basics of it should be a quite small GF patch (or GEM) if you try to make one.
| Mathieu BOUCHARD ----- téléphone : +1.514.383.3801 ----- Montréal, QC
--
antonio@hellocatfood.com http://www.hellocatfood.com ============================
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Create a patch that uses key [spacebar] to write a jpg to pix write from pix_video Also ask Alexander Quessy to get toonloop to work on mac again :)
pp
From: pd-list-bounces@iem.at [mailto:pd-list-bounces@iem.at] On Behalf Of Antonio Roberts Sent: Monday, February 27, 2012 1:11 PM To: chris clepper Cc: PD List Subject: Re: [PD] Toonloop/Stop Motion in Pure Data
Got a example patch to explain further? On Feb 27, 2012 5:55 PM, "chris clepper" <cgclepper@gmail.commailto:cgclepper@gmail.com> wrote: pix_video into pix_write will do it. On Mon, Feb 27, 2012 at 12:28 PM, Antonio Roberts <antonio@hellocatfood.commailto:antonio@hellocatfood.com> wrote: Thanks. Do you have any example patches to work from?
Ant
On 27 February 2012 16:45, Mathieu Bouchard <matju@artengine.camailto:matju@artengine.ca> wrote:
Le 2012-02-27 à 12:00:00, Antonio Roberts a écrit :
Has anyone attempted to make something like Toonloop (http://toonloop.com/) in Pure Data? It's basically a live stop motion tool.
The basics of it should be a quite small GF patch (or GEM) if you try to make one.
| Mathieu BOUCHARD ----- téléphone : +1.514.383.3801tel:%2B1.514.383.3801 ----- Montréal, QC
antonio@hellocatfood.commailto:antonio@hellocatfood.com http://www.hellocatfood.com ============================
Pd-list@iem.atmailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Le 2012-02-27 à 17:28:00, Antonio Roberts a écrit :
Thanks. Do you have any example patches to work from?
Dunno... find something with a 4-dimensional [#store] : there are some examples that use such multi-frame buffers for making delay-based effects. Those can be recorded to at any speed, and the speed is implicit : you always store in terms of one grid that you put into another grid (or in place of another grid), so you control frames one by one and can make single snapshots easily.
| Mathieu BOUCHARD ----- téléphone : +1.514.383.3801 ----- Montréal, QC