[GH-ISSUE #50] Noise: F not wet? #42

Open
opened 2026-05-05 22:03:01 -06:00 by gitea-mirror · 0 comments
Owner

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 to F*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 of F directly?: inputSampleL += drySampleL * (1.0-F);

Originally created by @chmaha on GitHub (Jan 25, 2024). Original GitHub issue: https://github.com/airwindows/airwindows/issues/50 https://github.com/airwindows/airwindows/blob/2aa1a11d3441930fa95fda13f681f652b7ecbe87/plugins/LinuxVST/src/Noise/NoiseProc.cpp#L486-L490 Here, using `wet` (equal to `F*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 of `F` directly?: `inputSampleL += drySampleL * (1.0-F); `
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/airwindows#42
No description provided.