i need to ‘wrap up’ several bits of data to be able to route them through one node to other modules.
as an example i refer to the Svvvvitcher by tonfilm where he ‘wraps up’ control data in the GUI, routes it to other patches, then ‘unwraps it’.
i (just about) understand how the data is ‘unwrapped’ through the use of slices etc. but i cannot work out how to ‘wrap up’ data.
i attach a patch which shows what i would like to do.
i have a bpm value, a pause button and a reset button.
i would like all 3 values to be routed through one node.
Hi, I would recommend vector 3d instead, because its easier to patch, faster and its better spreadable. Be aware that vector is intertweening values. See patch for example. Other good nodes to check about spreading is SwapDim, getslice (with binsize, little different than getspread), vector2d and vector4d, setslice, CAR and CDR.
Hi, I would recommend vector 3d instead, because its easier to patch, faster and its better spreadable. Be aware that vector is intertweening values. See patch for example. Other good nodes to check about spreading is SwapDim, getslice (with binsize, little different than getspread), vector2d and vector4d, setslice, CAR and CDR.