-
Notifications
You must be signed in to change notification settings - Fork 20
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
Conversation
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.
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.
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? |
I just placed it there since we need to separate os later for au anyway. |
Cool. Lgtm! |
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.