Is there a way to create sort of a global array of control values?
I might be going at this wrong, trying to bring ways of working from other programming languages into Kyma, but is there a way of having an array of values that I can acces and read or write to, anywhere in my sound?
I'm working with scripts and soundtoglobalcontrollers to try and construct different kinds of sequencers in capytalk, but it seems like the only way I can have values "globally accesible" is by assigning them to a hotvalue, and with that comes some restrictions, and some difficulties in accessing them.
I can of course create EventVariable arrays, but they will only work in one soundtoglobalcontroller for example, and be invisible to any other of my soundtoglobalcontrollers for example.