-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add a Transpose / Pitch shift effect #7389
Comments
Commented by: rryan Kicking to 1.13.0 unless there is a candidate for 1.12.0 that emerges soon! This would be an easy weekend bug for someone to get ramped up (hint hint). |
Commented by: daschuer This can be also used to fix Bug #1398299 "pitch knob is too coarse" by adding an additional pitch knob with finer or coarser scale. We have also not found a place for the helpful sync_key control. This can be also made accessible from an effect Rack. In a later version, we may also add additional harmonic mixing controls, described here: I am thinking about an COs only implementation that just, passes values to the normal deck scaler. This way it will not consume much extra CPU. For channels without a scaler, we may add a own scaler instance inside the effect. Anny thoughts? |
Commented by: esbrandt On Dec 9, 2014, at 7:55 PM, Daniel Schürmann wrote:
What does this exactly? We`ll find a place in the skins. |
Commented by: Pegasus-RPG Doesn't this duplicate having a pitch/key knob? What's the use case for having it as a separate effect? |
Commented by: daschuer
We may also implement a two buttons to shift a track by 5 halftones Up and down (or other fixed jumps). This allows to produce cool chord effects during mixing. |
Commented by: Be-ing
I am not aware of any controller that has a dedicated key knob, but plenty of controllers have effects controls. |
Commented by: Be-ing There has been no progress on this lately, so I am removing the 2.1.0 milestone. |
Commented by: Be-ing Any volunteers to take this up for 2.2? I had thought about implementing this as a hack that controls the input channel's key knob to save CPU use, but that would only work if the pitch shifting effect was loaded in the first spot in the chain. |
Commented by: daschuer An other use case could be a tempo locked key wobbling, like auto tune effect. |
Commented by: Be-ing That is a cool idea! |
Commented by: davidchocholaty The independent pitch shift effect feature will be implemented as a part of the Google Summer of Code 2022 project. |
Issue closed with status Fix Committed. |
Reported by: rryan
Date: 2014-03-28T14:38:44Z
Status: Fix Committed
Importance: Wishlist
Launchpad Issue: lp1299035
Tags: effects, hackathon
We should package up RubberBand as a transpose effect for pitch shifting.
http://en.wikipedia.org/wiki/Transposition_(music)
The text was updated successfully, but these errors were encountered: