mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-18 22:18:04 +00:00
Allow finer control of tremolo rate
This commit is contained in:
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user