![]() |
Maestro - Midi Player Tool Kit for Unity Version 2.18.2
|
Select which MIDI file will be played. More...
Play and Stop MIDI | |
| virtual string | MidiPlayerTK.MidiFilePlayer.MPTK_MidiName [get, set] |
| Select a MIDI from the MIDIDB to play by its name. Use the exact name as seen in the MIDI setup windows (Unity menu MPTK/ without any path or extension. Tips: Add MIDI files to your project with the Unity menu MPTK. | |
| int | MidiPlayerTK.MidiFilePlayer.MPTK_MidiIndex [get, set] |
| Select a MIDI file to play by its Index from the MIDIDB. The Index of a MIDI file is displayed in the popup from the MidiFilePlayer inspector and in the window "Midi File Setup" from the MPTK menu in the editor. . | |
| bool | MidiPlayerTK.MidiFilePlayer.MPTK_SearchMidiToPlay (string searchPartOfName) |
| Finds a MIDI in the Unity Resources folder MidiDB whose name contains searchPartOfName (case-sensitive). Sets MPTK_MidiIndex and MPTK_MidiName if the MIDI is found. | |
Select which MIDI file will be played.
| bool MidiPlayerTK.MidiFilePlayer.MPTK_SearchMidiToPlay | ( | string | searchPartOfName | ) |
Finds a MIDI in the Unity Resources folder MidiDB whose name contains searchPartOfName (case-sensitive).
Sets MPTK_MidiIndex and MPTK_MidiName if the MIDI is found.
| searchPartOfName | Part of the MIDI name to search for in the MIDI list (case-sensitive). |
|
getset |
Select a MIDI from the MIDIDB to play by its name.
Use the exact name as seen in the MIDI setup windows (Unity menu MPTK/ without any path or extension.
Tips: Add MIDI files to your project with the Unity menu MPTK.
|
getset |
Select a MIDI file to play by its Index from the MIDIDB.
The Index of a MIDI file is displayed in the popup from the MidiFilePlayer inspector and in the window "Midi File Setup" from the MPTK menu in the editor.
.
| index | Index of the MIDI, start from 0 |