Page 4 of 4

Re: how to save dynamically sized arrays in preset?

Posted: Sun Aug 17, 2014 2:00 pm
by Nubeat7
Nubeat7 wrote:.. once they are loaded they are in with the truncated arrays,..


not only this, it looks like that the presetparameter array primitive also truncates saved values

you can do a simple test for this set the size to 4, set the array with 4 values, now decrease the size with one and increase it again, the value is lost, and its lost for each preset of the preset bank!

Re: how to save dynamically sized arrays in preset?

Posted: Sun Aug 17, 2014 4:05 pm
by Tronic
Yes this is the way it works,
the only thing is always to set the largest value of the array,
the same for the smaller ones, but the fact they are always stored with the size of the largest.
I think it's the only way to make it dynamic mock.