We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following issue can be observed when having latency-heavy FX on the master FX chain. It's PDC-related.
Can easily be tested by putting ReaFir on the master track with a huge FFT size (e.g. 32768).
This should ideally be fixed by using a form of resyncing (by tracking a hypothetical playback position).
Reported by jimmydeluxe: https://www.youtube.com/watch?v=EhjGHFEyW3I
For the case that REAPER transport is stopped, this has already been solved in #1164.
The text was updated successfully, but these errors were encountered:
When fixing this with Justin's addition, I should also check if leftward smooth-seek and looping works with high-latency FX.
Sorry, something went wrong.
#1180 Fix loop/smooth-seek/FX-enabling/disabling when having PDC FX w…
b2690d8
…hile REAPER is playing
#1180 Fix compatibility with REAPER versions < 7.23
fcc5a6b
No branches or pull requests
The following issue can be observed when having latency-heavy FX on the master FX chain. It's PDC-related.
Can easily be tested by putting ReaFir on the master track with a huge FFT size (e.g. 32768).
Enabling/disabling such FX while REAPER is playing, retriggers clips
This should ideally be fixed by using a form of resyncing (by tracking a hypothetical playback position).
Reported by jimmydeluxe: https://www.youtube.com/watch?v=EhjGHFEyW3I
For the case that REAPER transport is stopped, this has already been solved in #1164.
The text was updated successfully, but these errors were encountered: