meico v0.8.48
v0.8.48
- Added new methods
meico.midi.Midi.getMinimalPPQ()
that computes the minimal integer timing resolution (in pulses per quarter note) necessary for an accurate representation of a MIDI sequence. - The eponymous method in class
meico.msm.Msm
has been updated with the same algorithm. - Another addition is method
meico.midi.Midi.convertPPQ()
that allows to convert the timing basis of a MIDI sequence, similar to the eponymous method in classmeico.msm.Msm
.