mirror of
https://github.com/airwindows/airwindows.git
synced 2026-05-15 06:05:55 -06:00
[GH-ISSUE #50] Noise: F not wet? #42
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/airwindows#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chmaha on GitHub (Jan 25, 2024).
Original GitHub issue: https://github.com/airwindows/airwindows/issues/50
2aa1a11d34/plugins/LinuxVST/src/Noise/NoiseProc.cpp (L486-L490)Here, using
wet(equal toF*0.01) on line 487 and 490 there would always be dry signal present even with the slider all the way to the right. Should you be taking the value ofFdirectly?:inputSampleL += drySampleL * (1.0-F);