free-audio / clap-wrapper

Wrappers for using CLAP in other plugin environments
MIT License
107 stars 17 forks source link

Add an small example and test of clap-first in-linked wrapper #256

Closed baconpaul closed 2 months ago

baconpaul commented 2 months ago
baconpaul commented 2 months ago

@defiantnerd this is me looking at the compile flags which tripped up matt and at the same time adding a simple 'clap first' test and example with static linking into the compionents. It's a draft because I want to add some doc and also make CI work. I'll tag you when its ready for review.

baconpaul commented 2 months ago

Link to #119 also

baconpaul commented 2 months ago

This also shows #257 and #258

baconpaul commented 2 months ago

OK @defiantnerd this is now ready for review

Basically what I did was add a small clap and show it linking statically into each of the wrappers, fixed the wrapper over-exports error problem, added some doc, added it to CI

Doing so showed up two errors in the wrapper which i didn't fix in this commit, but will happily pluck at this week.

Let me know what you think! I'm happy to merge this to next if you are.

defiantnerd commented 2 months ago

The stepped-bug is not a bug. My guess is that there is a bug in bitwig, but we have to check.