N = 8 by default

pull/2/head
miguel 2020-11-25 08:34:08 +11:00
rodzic 438b80fd55
commit 0bdece67a2
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -28,7 +28,7 @@
</div>
<div class="sliders">
<label for="loop_turns_slider">N:</label>
<input type="range" id="loop_turns_slider" min="2" max="100" value="4.0" step="1.0">
<input type="range" id="loop_turns_slider" min="2" max="100" value="8.0" step="1.0">
</div>
<div class="sliders">
<label for="frequency_slider">f:</label>

Wyświetl plik

@ -28,7 +28,7 @@
</div>
<div class="sliders">
<label for="loop_turns_slider">N:</label>
<input type="range" id="loop_turns_slider" min="2" max="100" value="4.0" step="1.0">
<input type="range" id="loop_turns_slider" min="2" max="100" value="8.0" step="1.0">
</div>
<div class="sliders">
<label for="frequency_slider">f:</label>