I'm trying to use an !EventVariableArray and I can't get it to work. I'm using the elements of the array in the Gate parameter of an ADSR Sound.
like so:
This is a potted example just to illustrate the issue I'm having. I was iterating over the array and creating an array of !evaGates, but I've removed that loop to simplify things.
I've created an EventVariable array and assigned an EventVariable ("!evaGate") to one of its elements. But "!evaGate" never appears on the VCS.
Now to embarass myself in public :)
Next I tried to set that array postion to the value of "1":
Expecting that the Gate would always be on... but it isn't. It's only on when I press the !Gate button in the VCS. But of course that's the case. CapyTalk is event driven. In this case the event that would trigger the evaluation of the final expression is when !Gate changes.
But my original question remains. How do you fill up an EventVariable array with EventVariables that show up in the VCS? What am I doing wrong?
Here's my example sound.