Maestro - Midi Player Tool Kit for Unity Version 2.19.0
Loading...
Searching...
No Matches
Deprecated List
Member MidiPlayerTK.KeySignature
Since 2.10.0, MPTKEvent.Duration no longer contains MajorMinor.
Member MidiPlayerTK.MidiFilePlayer.MPTK_Loop
with 2.10.0 MPTK_Loop is deprecated. Please investigate #MPTK_MidiRestart or MPTK_InnerLoop (Pro) for a better looping accuracy.
Member MidiPlayerTK.MidiLoad.KeepNoteOff
v2.9.0 rather use MPTK_KeepNoteOff
Member MidiPlayerTK.MidiLoad.MPTK_BPM2MPQN (int bpm)
MidiLoad.BeatPerMinute2QuarterPerMicroSecond is deprecated and will be removed. Please investigate MPTKEvent.BeatPerMinute2QuarterPerMicroSecond.
Member MidiPlayerTK.MidiLoad.MPTK_ConvertTickToTime (long tick)
Convert the tick duration to a real time duration in millisecond regarding the current tempo. Please investigate the tempo map capabilities, see MPTK_TempoMap.
Member MidiPlayerTK.MidiLoad.MPTK_ConvertTimeToTick (double time)
Convert a real time duration in millisecond to a number of tick regarding the current tempo. Please investigate the tempo map capabilities, see MPTK_TempoMap.
Member MidiPlayerTK.MidiLoad.MPTK_MPQN2BPM (int microsecondsPerQuaterNote)
MidiLoad.QuarterPerMicroSecond2BeatPerMinute is deprecated and will be removed. Please investigate MPTKEvent.QuarterPerMicroSecond2BeatPerMinute.
Member MidiPlayerTK.SetTempo
Since 2.10.0, tempo is no longer stored in MPTKEvent.Duration. Use MPTKEvent.QuarterPerMicroSecond2BeatPerMinute() for BPM conversion.
Member MidiPlayerTK.TimeSignature
Since 2.10.0, all fields are merged into MPTKEvent.Value.