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

CLAP 1.1.9 #325

Merged
merged 40 commits into from
Oct 23, 2023
Merged

CLAP 1.1.9 #325

merged 40 commits into from
Oct 23, 2023

Conversation

abique
Copy link
Contributor

@abique abique commented May 23, 2023

No description provided.

ChangeLog.md Outdated Show resolved Hide resolved
include/clap/ext/draft/configurable-audio-ports.h Outdated Show resolved Hide resolved
abique and others added 21 commits May 24, 2023 00:48
Co-authored-by: Robbert van der Helm <mail@robbertvanderhelm.nl>
Co-authored-by: Trinitou <106991375+Trinitou@users.noreply.github.com>
filed -> field
Initial take on undo support
using the same wording as in tail extension to clarify details.
clarify latency is defined in samples
@abique abique changed the title CLAP 1.1.10 CLAP 1.1.9 Oct 17, 2023
Copy link
Collaborator

@baconpaul baconpaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few small comments reading this morning

include/clap/entry.h Show resolved Hide resolved
Copy link
Contributor

@Trinitou Trinitou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also I proposed some small changes concerning ambisonic here: #355

include/clap/ext/draft/surround.h Outdated Show resolved Hide resolved
Copy link
Member

@robbert-vdh robbert-vdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

ChangeLog.md Show resolved Hide resolved
Copy link
Contributor

@defiantnerd defiantnerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay by me!

@@ -42,12 +42,16 @@ typedef struct clap_plugin_audio_ports_activation {
// It is only possible to activate and de-activate on the audio-thread if
// can_activate_while_processing() returns true.
//
// sample_size indicate if the host will provide 32 bit audio buffers or 64 bits one.
// Possible values are: 32, 64 or 0 if unspecified.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reasoning behind 0 = unspecified?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is when this could dynamically change without deactivating the plugin, for example if there are multiple sources and a switch.

deeedob and others added 2 commits October 20, 2023 09:48
ABI (Application Binary Interface), can be a confusing term for
people who stumble over it. What we want to achieve is to let people
know that the interface is stable and backwards compatible.
README: Re-phrase the mentioning of ABI
@abique
Copy link
Contributor Author

abique commented Oct 23, 2023

LGTM!

@abique abique merged commit 094bb76 into main Oct 23, 2023
6 checks passed
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.

10 participants