Skip to content
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

defensive countermeasure to bug in Renoise #126

Merged
merged 9 commits into from
Sep 11, 2023
Merged

defensive countermeasure to bug in Renoise #126

merged 9 commits into from
Sep 11, 2023

Conversation

defiantnerd
Copy link
Collaborator

created a state class that ensure that a state is safely switching once between states.
added the detaching from timers etc. to member function terminate() too so circumvent a bug in ReNoise.

Copy link
Collaborator

@0ax1 0ax1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. would be nice to add a little comment to the State class to provide more context what this is doing and why it is necessary.

@defiantnerd defiantnerd requested a review from 0ax1 September 11, 2023 09:38
src/wrapasvst3.cpp Outdated Show resolved Hide resolved
@baconpaul
Copy link
Collaborator

Curious why the state object is in the os namespace? Fine for now but if we reuse it for the au we will want it somewhere in a to be created shared namespace right?

@defiantnerd
Copy link
Collaborator Author

I just placed it there since we need to separate os later for au anyway.

@baconpaul
Copy link
Collaborator

Cool. Lgtm!

@defiantnerd defiantnerd merged commit c960f30 into free-audio:next Sep 11, 2023
@defiantnerd defiantnerd deleted the defensive-os-call branch September 11, 2023 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants