nicer frequency textbox
This commit is contained in:
parent
47cd770a9e
commit
ba2fdd5caf
|
@ -61,14 +61,14 @@
|
|||
<label>
|
||||
Frequency:
|
||||
<input type="range" bind:value={frequency} min="220" max="2200" step="10"/>
|
||||
{frequency}
|
||||
<input type="number" step="any" bind:value={frequency}/>
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label>
|
||||
Gain:
|
||||
<input type="range" bind:value={gain} min="0.1" max="10" step="0.1" />
|
||||
{gain}
|
||||
<input type="number" step="any" bind:value={gain} max="10">
|
||||
</label>
|
||||
</div>
|
||||
</main>
|
Loading…
Reference in a new issue