-
Notifications
You must be signed in to change notification settings - Fork 24
Sequencer improvements #95
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
base: 0.8
Are you sure you want to change the base?
Conversation
TimGroeneboom
commented
Apr 14, 2025
- improved thread safety while loading / saving sequences
- fixed issue where wrong output pins would get disconnected in AudioOutput of sequencer
- adapters get destroyed and re-created on new sequence load - fixed disconnecting of audio pins while their owning bufferplayers where already deleted
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.
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
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.
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
system_modules/napsequence/src/sequenceplayer.cpp:395
- The comparison directly on the atomic mTime without using load() may lead to incorrect behavior. Please load the current value of mTime into a local variable before performing comparisons.
if(mTime < 0.0)
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.
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
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.
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>