is there a way to output all of the stored values in a table on a single line (in a list) so that I can unpack them?
I've tried sending tabread a [0, 1, 2, 3( message but this outputs the values on different lines. Here's my attempt.
tableInOut.pd
thanks
-
output all values from a table in a list
-
@liamorourke Old style (any Pd version).......and New style (vanilla only) writer.pd
David. -
Thank you
-
@liamorourke if you want the whole array as a list a simple bang into the first inlet of [array get] should work too (with vanilla).
-
@Jona thank you