![]() |
Maestro - Midi Player Tool Kit for Unity Version 2.18.2
|
Extended loading, looping, and transition features available in Maestro Pro. More...
Classes | |
| class | MidiPlayerTK.MPTKInnerLoop |
| MIDI inner-loop settings for MidiFilePlayer and MidiExternalPlayer [Pro]. See MidiFilePlayer.MPTK_InnerLoop and MidiExternalPlayer.MPTK_InnerLoop. See example: . More... | |
Inner Loop | |
Defines looping conditions inside the MIDI sequencer [Pro]. An instance is automatically created when the MidiFilePlayer prefab is loaded. | |
| MPTKInnerLoop | MidiPlayerTK.MidiFilePlayer.MPTK_InnerLoop |
Extended loading, looping, and transition features available in Maestro Pro.
MPTKInnerLoop defines an inner loop range driven by ticks:
This is useful when you want to repeat only one musical segment without restarting the whole MIDI file.
OnEventInnerLoop is called for loop phases (Start, Resume, Exit).
Return true to keep looping, false to exit.
| MPTKInnerLoop MidiPlayerTK.MidiFilePlayer.MPTK_InnerLoop |