You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Submitting in good faith, because I have not seen a similar Issue in the tracker.
Currently, on playback start, the position is accounted for for LFO controllers in determining their beginning state.
This allows consistent playback of sections.
An issue arises when you have position changes while it plays, triggered by:
-Moving the playback cursor with your mouse.
-A loop point being reached.
These events do not trigger a reevaluation of the starting status of the LFO controller, resulting in differing playback.
Implementation Details / Mockup
I propose the following change:
-Update the LFO Controller status on playback position change while playing.
This should not have any breaking issues.
Updating the status on loop points may be a breaking change for some projects that rely on looping multiple times.
Please search the issue tracker for existing feature requests before submitting your own.
I have searched all existing issues and confirmed that this is not a duplicate.
The text was updated successfully, but these errors were encountered:
Enhancement Summary
Submitting in good faith, because I have not seen a similar Issue in the tracker.
Currently, on playback start, the position is accounted for for LFO controllers in determining their beginning state.
This allows consistent playback of sections.
An issue arises when you have position changes while it plays, triggered by:
-Moving the playback cursor with your mouse.
-A loop point being reached.
These events do not trigger a reevaluation of the starting status of the LFO controller, resulting in differing playback.
Implementation Details / Mockup
I propose the following change:
-Update the LFO Controller status on playback position change while playing.
This should not have any breaking issues.
Updating the status on loop points may be a breaking change for some projects that rely on looping multiple times.
Please search the issue tracker for existing feature requests before submitting your own.
The text was updated successfully, but these errors were encountered: