-
Notifications
You must be signed in to change notification settings - Fork 113
1.1.8 #291
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
Conversation
There was no documentation at all. It's important to document that this should also save parameter values.
Document the relationship between the params and state extensions
Fix typos in API
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.
The second question would be concerning the clap_preset_discovery_metadata_receiver::add_plugin_id
method:
Should it be possible to add plugin id's that aren't provided by the .clap file itself? I mean, in theory now one could write a clap that only contains the preset discovery factory and provides presets for other clap plugins. Or should that be forbidden?
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.
Went through it one more time, spotted a couple more things. Otherwise LGTM!
Co-authored-by: Robbert van der Helm <mail@robbertvanderhelm.nl>
Co-authored-by: Trinitou <106991375+Trinitou@users.noreply.github.com>
Add clarification note about threading while GUI is alive
move stream documentation to stream.h
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.
regarding the audio busses, we can continue on 1.1.9, for 1.1.8 approved.
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.
Happy to approve
some comments for 1.9
optional const char* should be set to nullptr or a zero length string? I assume nullptr but let’s say this.
We are inconsistent in draft names. Foo.draft0 .draft-0 .draft/0. We should pick one
but these are both 1.9 things good to merge
No description provided.