Event tick doesn't fire more then one 'OnAudioSingleEnvelopeValue" event.

Hello,
I know this feature is still marked as “experimental” but I decided to use it in my project. I have no troubles at all check for value for single “OnAudioSingleEnvelopeValue” with Event Tick, but when I want to run two of these events connected to Event Tick, it only play one of them.

Maybe it is my lack of knowledge with EvenTick, but I checked documentation and I didn’t find any reason why it shouldn’t work.

Just to clarify what I want to achieve. I want to have 1 up to 8 tones and for each of them constantly check volume. According volume I want Set Intensity of light…

Thanks for any suggestions,
AB

Never mind, obviously you don’t need to use Event Tick for “OnAudioSingleEnvelopeValue” Events …