mirror of
https://github.com/hex248/tsos.git
synced 2026-02-07 18:23:05 +00:00
bind radius to gain
This commit is contained in:
@@ -234,6 +234,15 @@ function Index() {
|
||||
<span className="text-sm font-medium">Octave</span>
|
||||
<OctaveSelector value={state.octave} onChange={(octave) => setState({ ...state, octave })} />
|
||||
</div>
|
||||
<div className="flex flex-col gap-2">
|
||||
<span className="text-sm font-medium">Size</span>
|
||||
<Slider
|
||||
value={[state.size]}
|
||||
min={0}
|
||||
max={100}
|
||||
onValueChange={([v]) => setState({ ...state, size: v })}
|
||||
/>
|
||||
</div>
|
||||
<div className="flex flex-col gap-2">
|
||||
<span
|
||||
className={cn(
|
||||
|
||||
Reference in New Issue
Block a user