Hey pd list,
This week I've been publishing a series of writeups on my blog of patches and techniques I've been using in Pure Data over the years.
So far I've written about:
Converting images to signals - http://www.hellocatfood.com/five-days-of-pure-data-image-to-signal/ Randomising text - http://www.hellocatfood.com/five-days-of-pure-data-randomise-text/ Infinite scrolling using [repeat] - http://www.hellocatfood.com/five-days-of-pure-data-infinite-scrolling/
Two more will be published this week about livecoding and stop-motion animation.
I hope that some people find it useful!
Antonio
On 08/24/2017 01:57 AM, Antonio Roberts wrote:
Converting images to signals - http://www.hellocatfood.com/five-days-of-pure-data-image-to-signal/
you can upsample/reblock the audio signals to achieve higher framerates.
Infinite scrolling using [repeat] - http://www.hellocatfood.com/five-days-of-pure-data-infinite-scrolling/
rather than [repeat], i suggest to use [gemlist] with [until] (gets rid of the zexy dependency)
gfdsamr IOhannes
http://www.hellocatfood.com/five-days-of-pure-data-image-to-signal/
you can upsample/reblock the audio signals to achieve higher framerates.
Do you have a working example of how his could work? I've heard this method mentioned a few times but can't seem to achieve it.
Antonio
On 26 August 2017 at 20:09, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 08/24/2017 01:57 AM, Antonio Roberts wrote:
Converting images to signals - http://www.hellocatfood.com/five-days-of-pure-data-image-to-signal/
you can upsample/reblock the audio signals to achieve higher framerates.
Infinite scrolling using [repeat] - http://www.hellocatfood.com/five-days-of-pure-data-infinite-scrolling/
rather than [repeat], i suggest to use [gemlist] with [until] (gets rid of the zexy dependency)
gfdsamr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 24/08/17 07:57, Antonio Roberts wrote:
Converting images to signals - http://www.hellocatfood.com/five-days-of-pure-data-image-to-signal/ Randomising text - http://www.hellocatfood.com/five-days-of-pure-data-randomise-text/ Infinite scrolling using [repeat] - http://www.hellocatfood.com/five-days-of-pure-data-infinite-scrolling/
Great stuff in here, thanks for sharing this work.
Cheers,
Chris.