Skip to content

Commit

Permalink
Update src/effects/builtin/whitenoiseeffect.cpp
Browse files Browse the repository at this point in the history
Adjust the description to be more accurate

Co-authored-by: Be <be.0@gmx.com>
  • Loading branch information
katsar0v and Be-ing authored Jul 10, 2020
1 parent b8a6cf8 commit 2f7dcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects/builtin/whitenoiseeffect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ EffectManifestPointer WhiteNoiseEffect::getManifest() {
pManifest->setName(QObject::tr("White Noise"));
pManifest->setAuthor("The Mixxx Team");
pManifest->setVersion("1.0");
pManifest->setDescription(QObject::tr("Creates active white noise sound"));
pManifest->setDescription(QObject::tr("Mix white noise with the input signal"));
pManifest->setEffectRampsFromDry(true);

// This is dry/wet parameter
Expand Down

0 comments on commit 2f7dcc7

Please sign in to comment.