01-26-2022, 08:02 AM
(01-26-2022, 08:01 AM)ControlKey Wrote: First off, OS uses a continuous grid, so you don't necessarily have to change the grid to compose in a new time sig. If you really felt the need, you can use the console (ctrl + shift + j) and use the command setTimeSig(number). For example, if you wanted something in 13/4, you would execute setTimeSig(13).
Got it, thanks!