mirror of
https://github.com/airwindows/airwindows.git
synced 2026-05-15 06:05:55 -06:00
[GH-ISSUE #20] overallscale? #13
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#13
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 @stoermelder on GitHub (Sep 16, 2020).
Original GitHub issue: https://github.com/airwindows/airwindows/issues/20
Hello Chris, I did a code review recently for the module ports for VCV Rack and noticed different sounding on different samplerates. I know these ports are not done by you, so I did the same test with the VST (for Windows) with the same result.
I'm absolutely no expert in DSP but is it possible that you need the reciprocal value here? I added the line
overallscale = 1 / overallscale;and did get a quite consistent sound with various samplerates.94fd1a76ee/plugins/WinVST/Chorus/ChorusProc.cpp (L19)@airwindows commented on GitHub (Sep 17, 2020):