-
Notifications
You must be signed in to change notification settings - Fork 12
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
Use cubic hermite interpolation for all playback (including overdubbing) #5
Comments
this is mainly done in version 1.5, but need to test overdubbing. |
Commit 3c6098d implements this and appears to be working. But there is still a bit of an issue when going to/from overdub at slower speeds. This may be "working as intended" though, given that record doesn't have fancy pants interpolation. Steps to reproduce: Actual results: Expected results: *it may be worth closing this issue and raising a separate one that deals with overdub specifically, to declutter things. |
yes definitely - it is a different issue…
…On 8 Dec 2017, at 11:37, Rodrigo Constanzo ***@***.***> wrote:
*it may be worth closing this issue and raising a separate one that deals with overdub specifically, to declutter things.
|
Currently using linear interpolation for playback while overdubbing to avoid "1 sample behind the playhead" bleed, causing an aliasing sound while recording. Switch to the cubic hermite interpolation for all playback by avoiding the play and record heads being near each other.
The text was updated successfully, but these errors were encountered: