-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compressor improvement #63
Merged
stephenhensley
merged 9 commits into
electro-smith:master
from
AvAars:compressor-improvement
Jul 27, 2020
Merged
Compressor improvement #63
stephenhensley
merged 9 commits into
electro-smith:master
from
AvAars:compressor-improvement
Jul 27, 2020
Commits on Jul 26, 2020
-
General compressor improvements: - pulled gain apart for monitoring and multichannel support - improved readability - improved makeup-gain calculations - added block processing
Configuration menu - View commit details
-
Copy full SHA for c5d7e3a - Browse repository at this point
Copy the full SHA c5d7e3aView commit details -
Renamed some more faust internals and removed an unnecessary variable, with the added bonus of improving inlining as well when looking at the assembly.
Configuration menu - View commit details
-
Copy full SHA for 0b9d1c4 - Browse repository at this point
Copy the full SHA 0b9d1c4View commit details -
Reduced the cost of parameter changes by only recalculating the affected internals, inlined all calculations to reduce method calls.
Configuration menu - View commit details
-
Copy full SHA for fc6dfc1 - Browse repository at this point
Copy the full SHA fc6dfc1View commit details -
Fixed recalculating release on SetRelease and resetting makeup gain when disabling auto makeup
Configuration menu - View commit details
-
Copy full SHA for d52228f - Browse repository at this point
Copy the full SHA d52228fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 495fb2c - Browse repository at this point
Copy the full SHA 495fb2cView commit details -
Added fast pow10f and approximations for log2f and log10f
Configuration menu - View commit details
-
Copy full SHA for c341f5a - Browse repository at this point
Copy the full SHA c341f5aView commit details -
Cleaning up, using faster pow10f and log10f
Cleaning up some documentation, added getters for the parameters (for monitoring the state of the compressor, when desired), using the faster pow10f and log10f from my additions to dsp.h
Configuration menu - View commit details
-
Copy full SHA for c1ce775 - Browse repository at this point
Copy the full SHA c1ce775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5499bd2 - Browse repository at this point
Copy the full SHA 5499bd2View commit details
Commits on Jul 27, 2020
-
Removed superfluous inline annotations
inline directive in class definition is superfluous
Configuration menu - View commit details
-
Copy full SHA for a9ddb1c - Browse repository at this point
Copy the full SHA a9ddb1cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.