Skip to content

Commit

Permalink
Merge pull request surge-synthesizer#418 from surge-synthesizer/set-I…
Browse files Browse the repository at this point in the history
…nit-patch-generic-HP-to-lowest-freq

Set Init patch HP to lowest frequency (6.875Hz)

Former-commit-id: 4144121f2a79af89633d4c48b70c3a190d6ff46c [formerly 25a86fe]
Former-commit-id: 1e1c7633d3eee7470388b0ddd5d6d1e0fb0b1f27
Former-commit-id: dc0e546223bc794f2f76753645a0a246100c309d
  • Loading branch information
baconpaul authored Jan 30, 2019
2 parents daa5f08 + ac7c317 commit 0ed7f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/SurgePatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ void SurgePatch::init_default_values()
scene[sc].route_noise.val.i = 1;
scene[sc].pbrange_up.val.i = 2.f;
scene[sc].pbrange_dn.val.i = 2.f;
scene[sc].lowcut.val.f = -36; // scene[sc].lowcut.val_min.f;
scene[sc].lowcut.val.f = scene[sc].lowcut.val_min.f;
scene[sc].lowcut.per_voice_processing = false;

scene[sc].adsr[0].a.val.f = scene[sc].adsr[0].a.val_min.f;
Expand Down

0 comments on commit 0ed7f6e

Please sign in to comment.