Contains detailed information about a MIDI footprint. More...
Public Attributes | |
ulong | Ident |
string | Name |
List< MPTKEvent > | Notes |
float | ScoreTempo |
Properties | |
int | NoteCount [get] |
Contains detailed information about a MIDI footprint.
ulong MidiPlayerTK.MPTKFootPrint.FootPrint.Ident |
Calculated footprint
string MidiPlayerTK.MPTKFootPrint.FootPrint.Name |
MIDI name as found in the MPTK DB
List<MPTKEvent> MidiPlayerTK.MPTKFootPrint.FootPrint.Notes |
List of notes used to build the footprint
float MidiPlayerTK.MPTKFootPrint.FootPrint.ScoreTempo |
Score of the tempo calculated with MPTK_Search
|
get |
Number of notes used to build the footprint. Can be inferior than the number of notes used to build the footprint if some notes are ouside the filter range (see Setting)