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

param-origin extension #427

Merged
merged 8 commits into from
Nov 1, 2024
Merged

param-origin extension #427

merged 8 commits into from
Nov 1, 2024

Conversation

Trinitou
Copy link
Contributor

@Trinitou Trinitou commented Nov 1, 2024

see in-code documentation. If something is not specified enough, please ask/propose changes of course 👍

NatureIsFrequency and others added 8 commits September 2, 2024 16:06
Add .DS_Store to .gitignore (MacOS specific)

Fixes:
free-audio#390
Summarizing the conversation in discussion free-audio#414, this PR
adds a more complete description of when the realtime constraint
must be met, by which party, and how it interacts with the
thread safe tag.
- allow plugin_latency->get to be called during plugin->activate
- require host_latency->changed to be called during plugin->activate
- the plugin interfaces have been separated into 2 independent ones
- the plugin interfaces are optional
- simplification of the design
…-audio#422)

* Add a description of the expectation of request_callback timing

Without making a requirement, indicate the intent of the timing.

* Add an apostrophe

* Add host can starve feedback from alex

* more review feedback

* notjusthosts
@abique
Copy link
Contributor

abique commented Nov 1, 2024

Yeah, this is useful addition to the model.

I considered having some flags for symbolic values:

  • VALUE_ORIGIN_MIN
  • VALUE_ORIGIN_MAX
  • VALUE_ORIGIN_DEFAULT
  • VALUE_ORIGIN_CENTER
    But I don't that that it'll make the code easier.

I'm happy with the PR, thanks.

@abique abique merged commit 7e11d6c into free-audio:next Nov 1, 2024
4 checks passed
@baconpaul
Copy link
Collaborator

I commented that it seems this and the step resolution one could be combined into a single 'param-extended-info' with key/value which retained abi as we add keys.

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.

4 participants