Add quarter-comma meantone tuning

This commit is contained in:
2025-04-19 13:48:53 -07:00
parent 865823b00d
commit 97c33b7d13
2 changed files with 26 additions and 32 deletions

View File

@@ -39,26 +39,14 @@
<article>
<fieldset>
<legend><small>Tuning</small></legend>
<label>
<input type="radio" name="tuning" value="equal">
Equal temperament
</label>
<label>
<input type="radio" name="tuning" value="5th">
Perfect 5th
</label>
<label>
<input type="radio" name="tuning" value="4th">
Perfect 4th
</label>
<label>
<input type="radio" name="tuning" value="maj3rd">
Perfect major 3rd
</label>
<label>
<input type="radio" name="tuning" value="min3rd">
Perfect minor 3rd
</label>
<select id="tuning">
<option value="equal">Equal</option>
<option value="perfect-5th">Perfect 5th</option>
<option value="lower-5th">Lower 5th</option>
<option value="quartmean-5th">Quarter-comma meantone 5th</option>
<option value="quartmean-lower-5th">Quarter-comma meantone lower 5th</option>
<option value="perfect-3rd">Perfect major 3rd</option>
</select>
<label>
From:
<select id="tuning-from"></select>