digero / maestro

Maestro and ABC Player for The Lord of the Rings Online
MIT License
58 stars 17 forks source link

Minimum tempo (10 BPM) #38

Open NikolaiVChr opened 4 years ago

NikolaiVChr commented 4 years ago

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?

bodrovis commented 3 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.