Tags: free-audio/clap-wrapper
Tags
Document expand and test new clap-first cmake api (#356) 1. Move the test to new cmake api 2. DOcument the test, document the clap first cmake, and include a link to six sines for a more expansive implementation 3. Add an option for inline-auv2-config with make_clap_first if you don't want to implement the extension
Update the wrapper host display to be more accurate (#321) 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
Add build-time option to statically link to clap_entry (#263) * Windows: always use unicode version of win32 api * add STATICALLY_LINKED_CLAP_ENTRY for plugins Allows for avoiding having to dlopen()/LoadLibrary() on itself to find 'clap_entry'. Instead it can be done at link-time. Useful if you are linking the clap-wrapper files to your clap plugin. This way, we avoid the potential point-of-failure and slowness of doing library loading and filesystem access.
PreviousNext