Maestro - Midi Player Tool Kit for Unity Version 2.18.2
Loading...
Searching...
No Matches
Loading and Inspecting MIDI Content

Load MIDI files and inspect their event data.

MidiFilePlayer can load MIDI content before playback so that your application can inspect, filter, or alter the event stream.

Typical Workflow

Pro Sources

Maestro Pro also adds:

  • loading from a desktop file path,
  • playing from a byte array,
  • playing from a MPTKWriter object.

For script-based MIDI authoring, see MPTKWriter Authoring Workflow (Pro).

Important Note

Always check that MPTK_MidiLoaded is not null before reading loaded MIDI information.

See also
MidiPlayerTK.MidiFilePlayer.MPTK_Load
MidiPlayerTK.MidiFilePlayer.MPTK_ReadMidiEvents
MidiPlayerTK.MidiFilePlayer.MPTK_MidiLoaded
MPTKWriter Authoring Workflow (Pro)