Open NikolaiVChr opened 4 years ago
Judging by this https://github.com/digero/maestro/blob/db433464f5d7f5d821e0a1aac6f618b6a7c4c6b0/src/com/digero/maestro/abc/TimingInfo.java#L13 the calculation is done using the ONE_SECOND_MICROS
(and the highlighted line will actually return 5). There are no other obvious technical limitations so theoretically this variable can be re-defined... However, maybe Lotro itself does not allow tempo less than 5.
I was trying to make an ABC from a MIDI where tempo goes down to 5 BPM. Maestro wont let me.
Is there a technical reason for 10 being minimum?