We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e9919 commit f09c992Copy full SHA for f09c992
src/routes/examples/LogarithmicKnob.svelte
@@ -11,5 +11,12 @@
11
</script>
12
13
<Knob param={freqParam} bind:value={freqValue} label="Frequency" unit="hz" />
14
-<Knob param={gainParam} bind:value={gainValue} label="Gain" unit="dB" decimalDigits={1} defaultValue={0} />
+<Knob
15
+ param={gainParam}
16
+ bind:value={gainValue}
17
+ label="Gain"
18
+ unit="dB"
19
+ decimalDigits={1}
20
+ defaultValue={0}
21
+/>
22
<Knob param={qParam} bind:value={qValue} label="Q" unit="dB" decimalDigits={2} />
0 commit comments