Skip to content

Commit

Permalink
Fix delay time
Browse files Browse the repository at this point in the history
  • Loading branch information
oamaok committed Oct 20, 2021
1 parent 6a0b836 commit ff43643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/modules/Delay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Delay extends Component<Props> implements IModule {
render({ id }: Props) {
return (
<Module id={id} name="Delay">
<Knob moduleId={id} name="delayTime" min={0.01} max={2} initial={10} />
<Knob moduleId={id} name="delayTime" min={0.01} max={2} initial={0.5} />
<Knob moduleId={id} name="feedBack" min={0} max={1} initial={0.2} />
<Knob moduleId={id} name="wet" min={0} max={1} initial={0.5} />
<Knob moduleId={id} name="dry" min={0} max={1} initial={1} />
Expand Down

0 comments on commit ff43643

Please sign in to comment.