I need a parameter called “ACTIVITY” set to 1 or 0 based on if my (multi) instrument is currently playing or not.
I want to use it as a condition for other sounds playing only if ACTIVITY = 0
Is there a way to do so?
I need a parameter called “ACTIVITY” set to 1 or 0 based on if my (multi) instrument is currently playing or not.
I want to use it as a condition for other sounds playing only if ACTIVITY = 0
Is there a way to do so?
Yes and no.
Technically, there is no way to make a parameter’s value dependent on whether a particular instrument is playing. However, there is a way to make a parameter’s value dependent on whether there is a signal playing in a particular event track; if the instrument whose activity you want to detect is the only instrument on that track, you should be able to make it work.
Following these steps will ensure that whenever there is a signal playing audibly in the audio track that contains the multi instrument, the parameter’s value will be 1; and that if no signal audibly playing in the track, the parameter’s value will fall to 0.
However, be aware that this method detects audible signals only. If any of the audio files used by the multi instrument contains long silences between sounds, this event will detect that silence as no instance playing and may therefore begin playing some other instrument.
what a clever approach. I test it