03-07-2018, 09:27 AM
If you can't enter anything into console, you can also edit it from Inspect.
FOR TRIPLET QUARTER NOTES (12 beats per measure)
Right click on the Grid drop-down menu then click Inspect.
Click on the arrow next to `<select id: "grid_select">`
A bunch of `<option value=>`s pop up. Choose one you probably won't be using often (for example, 1/2).
Change the "0.5" to "0.75" and the "1/2" to "3/4"
(Note: Changing "1/2" to "3/4" is merely cosmetic, changing this alone will only change how it is labeled.)
FOR TRIPLET HALF NOTES (6 beats per measure)
Follow the above steps, but set the decimal value to ".375".
For any other triplet value, keep doubling or halving "0.75".
Hope this helped anyone who said the original post wasn't helpful.
FOR TRIPLET QUARTER NOTES (12 beats per measure)
Right click on the Grid drop-down menu then click Inspect.
Click on the arrow next to `<select id: "grid_select">`
A bunch of `<option value=>`s pop up. Choose one you probably won't be using often (for example, 1/2).
Change the "0.5" to "0.75" and the "1/2" to "3/4"
(Note: Changing "1/2" to "3/4" is merely cosmetic, changing this alone will only change how it is labeled.)
FOR TRIPLET HALF NOTES (6 beats per measure)
Follow the above steps, but set the decimal value to ".375".
For any other triplet value, keep doubling or halving "0.75".
Hope this helped anyone who said the original post wasn't helpful.