Maestro - Midi Player Tool Kit for Unity Version 2.18.2
Loading...
Searching...
No Matches

Playlist scheduling with overlap/crossfade between MIDI items. More...

Classes

class  MidiPlayerTK.MidiListPlayer
 Play a list of pre-selected MIDI files from the MidiDB. This class must be used with the prefab MidiListPlayer.
. More...
class  MidiPlayerTK.MidiListPlayer.MPTK_MidiPlayItem
 Define a MIDI file from DBMidi to be added in the list. More...
class  MidiPlayerTK.MidiListPlayer.MidiListPlayerStatus
 Midi Player status for the two MIDI Players defined in the MidiListPlayer.
. More...

Functions

void MidiPlayerTK.MidiListPlayer.MPTK_ChangeMidi (string name, int indexList)
 Change a Midi in the list.
void MidiPlayerTK.MidiListPlayer.MPTK_RemoveMidi (string name)
 Remove a Midi name from the list. Use the exact name defined in Unity resources folder MidiDB without any path or extension.

Detailed Description

Playlist scheduling with overlap/crossfade between MIDI items.

Function Documentation

◆ MPTK_ChangeMidi()

void MidiPlayerTK.MidiListPlayer.MPTK_ChangeMidi ( string name,
int indexList )

Change a Midi in the list.

Parameters
name
indexList

◆ MPTK_RemoveMidi()

void MidiPlayerTK.MidiListPlayer.MPTK_RemoveMidi ( string name)

Remove a Midi name from the list. Use the exact name defined in Unity resources folder MidiDB without any path or extension.

midiListPlayer.MPTK_RemoveMidi("Albinoni - Adagio");