event_set_max_voices
Limit concurrent instances of an FMOD event by setting a maximum voice count. Specify the event target and a value from 1 to 1000 to control polyphony and prevent overload.
Instructions
Cap simultaneous instances of an event (maxVoices).
Args: target: event:// path or {guid}. max_voices: 1-1000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| max_voices | Yes |