hi list
im trying to figure out how to "morph" one array with 1000 points into the second oner in time, so all points will move simultaneously. i myself only have a 1000 [tabread]s solution :D
~/.jc
well, you could interpolate in many ways depending on the implementation/idea.
2016-02-19 14:31 GMT-02:00 jamal crawford threen52@ml1.net:
hi list
im trying to figure out how to "morph" one array with 1000 points into the second oner in time, so all points will move simultaneously. i myself only have a 1000 [tabread]s solution :D
~/.jc
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hello,
iem_tab library will help to replace 1000 tab_read with 1 tab_ object.
cheers c
Le 19/02/2016 17:31, jamal crawford a écrit :
hi list im trying to figure out how to "morph" one array with 1000 points into the second oner in time, so all points will move simultaneously. i myself only have a 1000 [tabread]s solution :D ~/.jc
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"Simultaneously" just means at the same logical time, so you can use an [until] loop to iterate over the tables.
On Fri, Feb 19, 2016 at 11:31 AM, jamal crawford threen52@ml1.net wrote:
hi list
im trying to figure out how to "morph" one array with 1000 points into the second oner in time, so all points will move simultaneously. i myself only have a 1000 [tabread]s solution :D
~/.jc
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi,
On Fri, Feb 19, 2016 at 05:31:01PM +0100, jamal crawford wrote:
im trying to figure out how to "morph" one array with 1000 points into the second oner in time, so all points will move simultaneously. i myself only have a 1000 [tabread]s solution :D
It might be more optimal to use signal objects like [tabreceive~] / [tabsend~] to morph or crossfade between your arrays. If you are worried about the CPU load, you can use a [switch~] object to activate the fading operation on demand as in the attached patch, which xfades two arrays of 4096 points each.
For more details see my paper at LAC 2010: http://lac.linuxaudio.org/2010/?page=program&mode=list http://lac.linuxaudio.org/2010/papers/24.pdf
Frank Barknecht _ ______footils.org__