recommended way to store array data
-
woodslanding
- Member
- Posts: 1327
recommended way to store array data
I discovered the hard way that if I simply type values into an array get set module output, they are not remembered on restart. If I basically just want an array of constants, what is the most straightforward way to patch this? I'd rather not have a whole bunch of constant modules, but I could do that of course... Basically the value equivalent of a text panel?
Custom Ryzen 5900x MATX build, Win10, Fireface UFX, touchscreen
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
- senso
- Site Admin
- Posts: 4434
- Location: France
- Contact:
If you want a fixed array you can use the math-constant and set values to 1;2;3;4; or whatever.
the semicolon ';' is the array elements separator.
the semicolon ';' is the array elements separator.
Olivier Sens
www.brainmodular.com
www.brainmodular.com
-
woodslanding
- Member
- Posts: 1327
Perfect, thanks!
Custom Ryzen 5900x MATX build, Win10, Fireface UFX, touchscreen
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
