mirror of
https://github.com/airwindows/airwindows.git
synced 2026-05-15 14:16:00 -06:00
[GH-ISSUE #42] Dyno possible optimization #36
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#36
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 @NeverKnewTheName on GitHub (Aug 4, 2022).
Original GitHub issue: https://github.com/airwindows/airwindows/issues/42
the line
double dyno = pow(fabs(inputSampleL),4);could be simplified todyno=pow( inputSampleL, 4)the same applies to the right channel. sth. to the power of an even number is always positive.
@airwindows commented on GitHub (Aug 5, 2022):
For what it's worth I'm paying attention and making note of any changes that seem like I should find time to fit in the revision. It will always involve updating EVERY build subject to the bug like retro and modern Mac AU and VST, the WIndows builds, both Linux builds (intel and Raspberry Pi) and if there is a change in sound (even if the sound is due to a full-on bug and working not as intended) I'll need to do a new version so that saved mixes with the busted plugin don't change upon recall later :)