8000 Tags · free-audio/clap-wrapper · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: free-audio/clap-wrapper

Tags

v0.12.1

Toggle v0.12.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Update CMake version to 0.12.1

v0.12.0

Toggle v0.12.0's commit message
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

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.10.1

Toggle v0.10.1's commit mess 10000 age
Set MSVC_RUNTIME only if it is not set

This allows parent CMake to set it if they want but still
provides standalone users a reasonable default (static)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v0.9.1

Toggle v0.9.1's commit message
fixing VST3 program changes (#252)

* fixing VST3 program changes
* pushing version to 0.9.1

v0.9.0

Toggle v0.9.0's commit message
cleaning up IHost (pure virtual) and adding host name for AUv2 (#248)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.8.0

v0.7.1

Toggle v0.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Tag as 0.7.1 with small midi fix

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md: AUv2 is compleet

0