Skip to content

Tags: free-audio/clap-wrapper

Tags

v0.10.1

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

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

added slogan

v0.5.0

Toggle v0.5.0's commit message
setting project version to 0.5.0

this will be tagged as 0.5.0

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
issue #22: provide IMidiMapping interface dynamically, only when CLAP…

… supports CLAP_NOTE_DIALECT_MIDI (#61)