Skip to content

Commit

Permalink
fix: increase to -10 init volume
Browse files Browse the repository at this point in the history
  • Loading branch information
fcastrovilli committed May 2, 2024
1 parent 1ad229f commit 8d44365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/polysynth.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
envelope: {
...$synth_options
},
volume: -24
volume: -10
});
}
Expand Down

0 comments on commit 8d44365

Please sign in to comment.