Choose and configure SoundFont effects or Unity effects in Maestro MPTK.
Two effect paths are available:
- SoundFont effects: per-voice processing, based on FluidSynth modules.
- Unity effects: player-wide effects on the AudioSource output.
Choose the Effect Path
SoundFont Effects Workflow
- Enable SoundFont effects on MPTK_EffectSoundFont.
- Configure filter/reverb/chorus offsets and defaults.
- Validate CPU impact because these effects run per voice.
Unity Effects Workflow
- Enable effects on MPTK_EffectUnity.
- Configure Reverb and Chorus parameters.
- Tune values in context of the full mix.
Related API
- See also
- MidiPlayerTK.MPTKEffectSoundFont
-
MidiPlayerTK.MPTKEffectUnity