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

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.

Detailed Description

Experimental MIDI analysis/search utilities that may evolve across versions.

Function Documentation

◆ MPTK_AddMultiple()

void MidiPlayerTK.MPTKFootPrint.MPTK_AddMultiple ( string filter = null)

Add multiple MIDI to MPTK_MidiLib.

Parameters
filterOnly add MIDI when name contains filter in parameter. No case sensitive. Add all MIDI DB if null or missing

◆ MPTK_Encode()

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.

Parameters
sequence
Returns
footprint