MidiPlayerTK.MPTKFootPrint.FootPrint

Contains detailed information about a MIDI footprint. More...

Public Attributes

ulong Ident
 
string Name
 
List< MPTKEventNotes
 
float ScoreTempo
 

Properties

int NoteCount [get]
 

Detailed Description

Contains detailed information about a MIDI footprint.

Member Data Documentation

◆ Ident

ulong MidiPlayerTK.MPTKFootPrint.FootPrint.Ident

Calculated footprint

◆ Name

string MidiPlayerTK.MPTKFootPrint.FootPrint.Name

MIDI name as found in the MPTK DB

◆ Notes

List<MPTKEvent> MidiPlayerTK.MPTKFootPrint.FootPrint.Notes

List of notes used to build the footprint

◆ ScoreTempo

float MidiPlayerTK.MPTKFootPrint.FootPrint.ScoreTempo

Score of the tempo calculated with MPTK_Search

Property Documentation

◆ NoteCount

int MidiPlayerTK.MPTKFootPrint.FootPrint.NoteCount
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)