First time here? Check out the FAQ!
x

Shared TransformEventValues in MultiGrid

0 votes
272 views
Hello,

I use TransformEventValue for some EventValues in a sound in MultiGrid. I would like this transformation to apply globally and also to other sounds/tracks of the MultiGrid. Is there a way to realize this?

I know I could use STGC and then share the desired event under "set shared controls" but with TransformEventValue you get a better timing. STGC are actually meant to be more of a value monitor, aren't they?

Thanks,

Knut
asked Dec 13, 2018 in Using Kyma by knut-kaulke (Adept) (2,050 points)

1 Answer

+1 vote
Hi Knut,

The only way would be to apply the same TransformEventValue to each of the Sounds. It is evaluated during compile time only so it would not cost anything in terms of realtime computation to do that.
answered Dec 14, 2018 by ssc (Savant) (127,060 points)
...