-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Flanger #1362
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
Merged
Merged
Flanger #1362
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
a470792
Rename Depth to Mix and added the standard flanger parameters without…
daschuer 7303e59
Make flanger sample rate independent
daschuer bc06153
Enable width and manual parameter
daschuer daeecad
enable regen parameter and added a tanh clipper
daschuer 0e5110d
Rvert parameter speed back to period
daschuer 138ecfc
De-crackel period knob
daschuer d313ceb
De-crackle mix and regen knob
daschuer 54aa94c
De-crackle width and manual knob
daschuer 408a182
tweak min an max delay
daschuer 3b78e41
use override keyword in controlbehaviour.h
daschuer 49078e7
Disable broken midi access to COs where no behaviour is installed
daschuer 12c286d
clean up function names a bit
daschuer fbf7b45
verify lokal pBehavior
daschuer af7ea00
Warn about missing Midi representation
daschuer e797489
Added KNOB_LINEAR_INVERSE and KNOB_LOGARITHMIC_INVERSE
daschuer 99cd401
Made a logarithmic flanger speed knob
daschuer 6ec565c
Added long name for Regeneration parameter
daschuer 87d5863
default Regen to 0.25
daschuer 2ba1e81
fix typo and code style
daschuer c52cfd7
Added new rampingvalue helper class template
daschuer 8defca7
default speed to 8 beats
daschuer e076f3a
tweak defauts and move super connection to mix parameter
daschuer e4a8b3f
clear the buffer with the right size
daschuer f287686
Fix constexpr issue
daschuer 141fb99
fix include guard
daschuer 4ed3a2d
Fix the constexpr issue again
daschuer 7778953
Implement missing midi convert functions
daschuer c3d91cc
make manual logarthmic
daschuer 78fe9fe
Added gain correction
daschuer d492f57
Fix typo to remove click noise when starting flanger
daschuer 4776def
Fix typo in c-tor
daschuer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for adding these comments.