removes the filter for now since it was causing a lot clipping that needs to be figured out

This commit is contained in:
2023-10-09 23:13:45 -07:00
parent e7ea3a5db8
commit 8111ea2daa
2 changed files with 19 additions and 52 deletions

View File

@@ -104,34 +104,6 @@
</div>
<div>
<form style="padding: 15px">
<fieldset>
<legend>Keyboard</legend>
<input type="radio" id="noteC" name="notechoice" value="C" checked>
<label for="C">C</label>
<input type="radio" id="noteD" name="notechoice" value="D">
<label for="D">D</label>
<input type="radio" id="noteE" name="notechoice" value="E">
<label for="E">E</label>
<input type="radio" id="noteF" name="notechoice" value="F">
<label for="F">F</label>
<input type="radio" id="noteG" name="notechoice" value="G">
<label for="G">G</label>
<input type="radio" id="noteA" name="notechoice" value="A">
<label for="A">A</label>
<input type="radio" id="noteB" name="notechoice" value="B">
<label for="B">B</label>
</fieldset>
</form>
</div>
<div>
<form style="padding: 15px">