Add quarter-comma meantone tuning
This commit is contained in:
28
index.html
28
index.html
@@ -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>
|
||||
|
Reference in New Issue
Block a user