![]() |
Maestro - Midi Player Tool Kit for Unity Version 2.18.2
|
Understand the role of MidiFilePlayer in Maestro MPTK.
MidiFilePlayer is the high-level component used to play complete MIDI files with the MidiFilePlayer prefab. It is suitable for simple playback driven entirely from the inspector, but it also exposes a scripting API for interactive and gameplay-oriented scenarios.
Typical use cases include:
MidiFilePlayer inherits from MidiSynth, so playback-oriented features are documented here, while sound generation and channel processing are inherited from MidiSynth.
Prefer MidiFilePlayer when: