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

Update the wrapper host display to be more accurate #321

Merged
merged 1 commit into from
Oct 12, 2024

Conversation

baconpaul
Copy link
Collaborator

This commit does a few things

  1. Makes the wrapper host author and URL the free audio locations
  2. Sets the wrapper host versio properly to the WRAPPER version not to the PLUGIN version, when used as a subordinate cmake, by using PROJECT_VERSION rather than CMAKE_PROJECT_VERSION to set the ifdef
  3. Reads the human readable string out of the bundle for auv2 version which makes the host read as "Logic Pro 11.0.1 (Clap-as-AUV2)" rather than "Logic Pro (6029) (Clap-as-AUv2)".
  4. Ups the cmake version to 0.11.0 in anticipation of the move of next to main

Addresses #287

This commit does a few things

1. Makes the wrapper host author and URL the free audio locations
2. Sets the wrapper host versio properly to the WRAPPER version not
   to the PLUGIN version, when used as a subordinate cmake, by using
   PROJECT_VERSION rather than CMAKE_PROJECT_VERSION to set the ifdef
3. Reads the human readable string out of the bundle for auv2 version
   which makes the host read as "Logic Pro 11.0.1 (Clap-as-AUV2)"
   rather than "Logic Pro (6029) (Clap-as-AUv2)".
4. Ups the cmake version to 0.11.0 in anticipation of the move of
   next to main

Addresses free-audio#287
@@ -173,8 +173,8 @@ Plugin::Plugin(IHost* host)
: _host{CLAP_VERSION,
this,
host->host_get_name(),
"defiant nerd",
Copy link
Collaborator

Choose a reason for hiding this comment

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

😸

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah I thought about a list but decided to just teamify it. Hope that’s ok!

Copy link
Collaborator

@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.

Yeah, all fine.

@baconpaul baconpaul merged commit 0c23f5e into free-audio:next Oct 12, 2024
19 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.

2 participants