Skip to content

Commit

Permalink
tone down effects a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
spessasus committed Sep 23, 2024
1 parent b030b9c commit d21f319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/spessasynth_lib/synthetizer/worklet_processor.min.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const WORKLET_SYSTEM_REVERB_DIVIDER = 800;
export const WORKLET_SYSTEM_CHORUS_DIVIDER = 800;
export const WORKLET_SYSTEM_REVERB_DIVIDER = 1000;
export const WORKLET_SYSTEM_CHORUS_DIVIDER = 1000;
/**
* stereo_panner.js
* purpose: pans a given voice out to the stereo output and to the effects' outputs
Expand Down

0 comments on commit d21f319

Please sign in to comment.