Allow finer control of tremolo rate

This commit is contained in:
Kevin Thomas
2022-04-05 21:40:58 -07:00
parent 7a59000a41
commit 6be2169cb3

View File

@@ -278,7 +278,7 @@
thumb-label thumb-label
label="Rate" label="Rate"
max="10" max="10"
min="0.01" min="0"
step="0.01" step="0.01"
class="mx-3" class="mx-3"
@input="updateLFOFilterCutoffFrequency" @input="updateLFOFilterCutoffFrequency"
@@ -331,9 +331,7 @@
thumb-label thumb-label
max="1" max="1"
min="0" min="0"
step="0.1" step="0.01"
ticks
tick-size="4"
class="mx-3" class="mx-3"
@input="updateTremoloFrequency" @input="updateTremoloFrequency"
/> />