![]() |
Maestro - Midi Player Tool Kit for Unity Version 2.18.2
|
Experimental MIDI analysis/search utilities that may evolve across versions. More...
Classes | |
| class | MidiPlayerTK.MPTKFootPrint |
| Experimental - Search a MIDI from a sequence of notes and calculate a score tempo. . More... | |
| class | MidiPlayerTK.MPTKFootPrint.FootPrint |
| Contains detailed information about a MIDI footprint. More... | |
Functions | |
| void | MidiPlayerTK.MPTKFootPrint.MPTK_AddMultiple (string filter=null) |
| Add multiple MIDI to MPTK_MidiLib. | |
| FootPrint | MidiPlayerTK.MPTKFootPrint.MPTK_Encode (List< MPTKEvent > sequence) |
| Calculate the footprint from the sequence of MPTKEvent. Only noteon in the range defined in the Setting are used. | |
Experimental MIDI analysis/search utilities that may evolve across versions.
| void MidiPlayerTK.MPTKFootPrint.MPTK_AddMultiple | ( | string | filter = null | ) |
Add multiple MIDI to MPTK_MidiLib.
| filter | Only add MIDI when name contains filter in parameter. No case sensitive. Add all MIDI DB if null or missing |