Allow filter settings to be changed while noise is playing

This commit is contained in:
Kevin Thomas
2021-07-26 23:30:39 -07:00
parent 5557536b92
commit 310dc36501
2 changed files with 13 additions and 9 deletions

View File

@@ -100,7 +100,7 @@
v-model="isFilterEnabled"
label="Enabled"
class="mb-5"
@change="updateFilter"
@change="updateFilterEnabled"
/>
</v-row>
</v-col>
@@ -112,6 +112,7 @@
:items="filterTypeOptions"
label="Filter Type"
class="mx-3"
@change="updateFilterType"
/>
<v-slider
@@ -122,6 +123,7 @@
max="20000"
min="0"
class="mx-3"
@change="updateFrequencyCutoff"
>
<template v-slot:append>
<v-text-field