free-audio / clap-wrapper

Wrappers for using CLAP in other plugin environments
MIT License
123 stars 20 forks source link

Update the wrapper host display to be more accurate #321

Closed baconpaul closed 1 month ago

baconpaul commented 1 month ago

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