-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Milestone
Description
Right now LMMS is running 192 ticks/whole note = 48 PPQN (parts per quarter note). It might be a bit on the low side for recorded MIDI and things like that, and it looks like something like 960 PPQN is a pretty common number in other software.
Now, what would changing this mean? Some speculation:
- Project files wouldn't be backwards compatible unless some "save for LMMS 1.1" feature is implemented. Older projects would of course be converted on load.
- Non-integer tempo could become easier to implement, still counting in integers behind the scenes (960 PPQN should get close enough to 0.01 BPM resolution)
- Swing should as well be simpler in integer ticks.
- @diizy, any deep issues you can think of right away, or other reasons to shoot this down?
Reactions are currently unavailable