I am using a Replicator and it is adding a numeric prefix to all the !EventValues of the Sounds to its left. (I'm using a prefix rather than a suffix because the VCS will group the controls by replication instance). This means that my !EventValue called "!Harmonic" appears in the VCS as "1_Harmonic".
I now need to access this !EventValue from outside of the replicator. But "!1_Harmonic" is not a valid !EventValue name because it starts with a number.
So how do I use that !EventValue in an STGC outside of the replicator?