06-05-2021, 02:56 PM
You can do any time signature that has a 4 as the denominator. Eg for 7/4 you can type setTimeSig(7) in the JS console.
For time sigs with other denominators, just pretend they have a 4 denominator, eg instead of 9/8 do 9/4, and double the BPM. Since OS doesn't use actual music notation, it really doesn't make a difference.
You can't change the time sig in the middle of the song. This feature is not going to be added, because there's a ton of technical issues with trying to do that, and it's a super niche use case.
For time sigs with other denominators, just pretend they have a 4 denominator, eg instead of 9/8 do 9/4, and double the BPM. Since OS doesn't use actual music notation, it really doesn't make a difference.
You can't change the time sig in the middle of the song. This feature is not going to be added, because there's a ton of technical issues with trying to do that, and it's a super niche use case.