Skip to content

Commit

Permalink
Merge pull request #22 from bratpeki/master
Browse files Browse the repository at this point in the history
Made it so that AddSynth isn't lowpassed by default
  • Loading branch information
tresf committed Jul 13, 2024
2 parents aac04bc + e5c6242 commit eca2dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Params/ADnoteParameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ADnoteGlobalParam::ADnoteGlobalParam()
AmpEnvelope->ADSRinit_dB(0, 40, 127, 25);
AmpLfo = new LFOParams(80, 0, 64, 0, 0, 0, 0, 1);

GlobalFilter = new FilterParams(2, 94, 40);
GlobalFilter = new FilterParams(2, 127, 40);
FilterEnvelope = new EnvelopeParams(0, 1);
FilterEnvelope->ADSRinit_filter(64, 40, 64, 70, 60, 64);
FilterLfo = new LFOParams(80, 0, 64, 0, 0, 0, 0, 2);
Expand Down

0 comments on commit eca2dcf

Please sign in to comment.