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

Fix raw_value setter for parameters of external plugins #367

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fblang
Copy link

@fblang fblang commented Aug 2, 2024

Setting the raw_value property of AudioProcessorParameter objects previously didn't have an effect, see #243.
I implemented the fix proposed by @kleblackford, adding a __setattr__ method to WeakTypeWrapper.

Add `setattr` method to `WeakTypeWrapper` to fix setting `raw_value` property
Thanks to @kleblackford for finding this fix!
@fblang
Copy link
Author

fblang commented Sep 12, 2024

@psobot Is this in a good state or does it still need work? Happy to make any adjustments if needed!

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.

1 participant