TableMorph 2d input

1 view
Skip to first unread message

erik.a....@gmail.com

unread,
Apr 17, 2024, 7:47:03 AM4/17/24
to pyo-discuss
Hi, want to morph between samples in 2 directions with two control values  x and y.
In princip something like this:
mor = TableMorph(x, y, t,  [[t11, t12, t13],  [t21, t22, t23],  [t21, t22, t23],  [t31, t32, t33]])

Is there a way to do that? 

Br Erik



erik.a....@gmail.com

unread,
Apr 17, 2024, 8:49:52 AM4/17/24
to pyo-discuss
I solved it with nested TableMorph :)

mor1 = TableMorph(x, t1, [t11, t12, t13])
mor2 = TableMorph(x, t2, [t21, t22, t23])
mor3 = TableMorph(x, t3, [t31, t32, t33])
mor = TableMorph(y, t, [t1, t2, t3])

Reply all
Reply to author
Forward
0 new messages