Navigation
API > API/Plugins > API/Plugins/HarmonixDsp > API/Plugins/HarmonixDsp/FVirtualInstrument
Description
Get the max number of note-ons this baby can handle before auto-release. note that the actual number of in-use voices may go over this max when voices are in release stage
Derived Overrides
| Name | GetMaxNumVoices |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Public/HarmonixDsp/Instruments/VirtualInstrument.h |
| Include Path | #include "HarmonixDsp/Instruments/VirtualInstrument.h" |
virtual int32 GetMaxNumVoices() const
the maximum number of voices this instrument can play before auto-releasing voices
See Also
- GetNumVoicesInUse