Skip to content

Commit

Permalink
Adjusting parameters of distortion
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennoCaldato committed Jul 10, 2021
1 parent 995e3f0 commit 8c03424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio_effects/Distortion.cpp
Expand Up @@ -34,7 +34,7 @@
using namespace openshot;

/// Blank constructor, useful when using Json to load the effect properties
Distortion::Distortion() : distortion_type(HARD_CLIPPING), input_gain(0), output_gain(0), tone(0) {
Distortion::Distortion() : distortion_type(HARD_CLIPPING), input_gain(10), output_gain(-10), tone(5) {
// Init effect properties
init_effect_details();
}
Expand Down

0 comments on commit 8c03424

Please sign in to comment.