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.2.0 #371

Merged
merged 100 commits into from
Jan 22, 2024
Merged

CLAP 1.2.0 #371

merged 100 commits into from
Jan 22, 2024

Conversation

abique
Copy link
Contributor

@abique abique commented Dec 20, 2023

No description provided.

@abique abique self-assigned this Dec 20, 2023
ChangeLog.md Outdated Show resolved Hide resolved
ChangeLog.md Outdated Show resolved Hide resolved
ChangeLog.md Outdated Show resolved Hide resolved
ChangeLog.md Outdated Show resolved Hide resolved
abique and others added 5 commits January 15, 2024 14:02
Expand some note and note expression doc
1. fix a small grammar mistake
2. crystal clear on what semitone means
Expand note expression tuning description just a bit
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 comments, only one of them material. I'm happy to merge as is but if we are still making changes, expanding the comments - especially on clap_plugin_id::api - seems smart

include/clap/ext/ambisonic.h Outdated Show resolved Hide resolved
include/clap/ext/state.h Outdated Show resolved Hide resolved
include/clap/plugin-id.h Outdated Show resolved Hide resolved
// VST2: print the id as a signed 32-bits integer
// eg: "-4382976"
//
// VST3: print the id as a standard UUID

Choose a reason for hiding this comment

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

Perhaps add "(lower case)" ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes

Copy link
Contributor Author

Choose a reason for hiding this comment

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

On the other hand any uuid helper can deal with both lower case and upper case right?
It just has to be a valid uuid.

Choose a reason for hiding this comment

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

Yeah, requiring lower case can even cause problems if some people support uppercase anyway, and some don't.
Then perhaps add "Both lower and upper case are allowed.", so people know they have to be prepared for both?
It can be an issue if you compare strings.

ChangeLog.md Outdated Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

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

didn't we need this for the configurable audio ports extension?

Copy link
Contributor

Choose a reason for hiding this comment

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

static CLAP_CONSTEXPR const char CLAP_EXT_CONFIGURABLE_AUDIO_PORTS[] = "clap.configurable-audio-ports.draft1";
refers still to "draft"

include/clap/universal-plugin-id.h Outdated Show resolved Hide resolved
include/clap/universal-plugin-id.h Outdated Show resolved Hide resolved
abique and others added 3 commits January 18, 2024 08:55
Add CLAP_CONSTEXPR to voice-info and preset-load id declarations
Rename clap_timestamp_t to clap_timestamp and move to separate header
include/clap/clap.h Show resolved Hide resolved
@abique abique merged commit df8f16c into main Jan 22, 2024
7 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.