forked from calf-studio-gear/calf
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Updateladspa #6
Merged
Merged
Updateladspa #6
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
crash fix: vector index
EQ30: add elliptic filter type
…n window is closed;
Documentation update of the Limiter page (ASC inside)
fix a segfault in limiter and a build error
Fix memory problems
EQ30: Allow compilation with -std=c++98
Sometimes the automatic scaling to 0 dBFS is not desired, for instance if you want to use the limiter to simply impose a loudness cap on the signal without changing the overall volume level. It's currently possible to accomplish this by simply adjusting the output gain knob to the inverse of the limiter knob, but this can be a hassle when you want to make quick adjustments. This patch introduces a new option to disable the auto-leveling altogether, defaulting to on to avoid changing the current behavior.
Limiter: Allow toggling auto-leveling
Build tested with fluidsynth 1.1.11 and 2.0.1 Signed-off-by: Andreas Müller <[email protected]>
fluidsynth: port to API for fluidsynth version > 2.0.0
*moved VLAs to _alloca when compiled in msvc *fixed_point: use unsigned iso unsigned long long *audio_module: replaced zero sized arrays with minimal size of 1 *modules_limit: replaced stackalloc zero sized array with overall_buffer_size
*removed linux specific headers *added msvc bitscan intrinsic *win 32 dir implementation
LV2 removed lv2-core.pc in [1]. So find lv2 and set required version to 1.1.4 which was released in September 2016 and should be avalaible on most environments. This should be compatible to LV2 1.1.14 because from pkg-config point of view lv2-core.pc and lv2.pc look similar. [1] lv2/lv2@4db6712 Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Andreas Müller <[email protected]>
Detect and builf properly for upcoming LV2
msvc compatibility
added <functional> header needed for bind2nd
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
merge master into ladspa