table minimum size ?

Jav's icon

Hi there,

I'm working on a patch that needs a table+linked itable that resizes dynamically, taking it's size from the length of a list.

At some point. I need the table to be of size 1, but whenever I put that value it changes to 2.

Seems 2 is the minimum size, which is really a problem for the architecture of my patch and a weird limitation really.

Is there any known workaround this ?

Thanks

J

Source Audio's icon

Min size of 2 is there and only workaround I can think of

is to use dummy 1st list item set at 0

and ignore it for processing.

or replace table/itable with other objects.