-
-
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
Crash when using automation with ReaLearn parameters #59
Comments
Backtrace with symbols resolved:
|
Seems to happen only if mapping window open and automation mode set to latch. The REAPER crash occurs because at the moment we don't Even better backtrace:
|
helgoboss
added a commit
that referenced
this issue
Dec 8, 2020
helgoboss
added a commit
that referenced
this issue
Dec 10, 2020
`RealearnPluginParameters::set_parameters()` is usually called by non-main thread! That's why session access in this method is actually a no-go. Now `RealearnPluginParameters` is the canonical owner of the parameter array and syncs it directly to the processor via channel. The session doesn't know the parameter values anymore (it doesn't need to know them). `ActivationCondition` API was adjusted accordingly. In addition to having solved the race condition, things should be much better decoupled now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When drawing some envelopes using ReaLearn's built-in parameters and then changing to Latch (maybe also other automation mode), this error occurs and REAPER even crashes (also see user issue #43):
The text was updated successfully, but these errors were encountered: