10-12-2021, 11:14 AM
You can already change the time signature to anything with a /4 denominator. If the time sig you want isn't in the menu, you can use the setTimeSig function in the JS console (eg setTimeSig(7) for 7/4).
We're not going to implement other denominators any time soon, because they would be tricky to implement and they're unnecessary (eg for 6/8 you can just do 3/4, and for 5/8 you can do 5/4 at double tempo).
Changing time signature mid-song is not going to happen soon either, because it would be difficult and it's a very niche feature. The complexity to utility ratio for this feature is terrible. Nothing stopping you from just ignoring the measure lines and writing in the new time sig anyway.
We're not going to implement other denominators any time soon, because they would be tricky to implement and they're unnecessary (eg for 6/8 you can just do 3/4, and for 5/8 you can do 5/4 at double tempo).
Changing time signature mid-song is not going to happen soon either, because it would be difficult and it's a very niche feature. The complexity to utility ratio for this feature is terrible. Nothing stopping you from just ignoring the measure lines and writing in the new time sig anyway.