Tracking CLAP hosts and plugins

Audio Plugin Hosts and other audio software applications discussion
Post Reply New Topic
RELATED
PRODUCTS

Post

NomadMonad wrote: Thu Jan 12, 2023 2:27 pm Yeah sorry I edited the post afterwards. I'm using a MacBook Pro M1. Did you run the version on the link I posted or did you compile one yourself?
I'm using Chris's build, not mine.

Two things: Don't unzip it from the command line. Delete that, use Finder to unzip it, and try again. Move the entire Airwindows.clap folder, as-is, to your CLAP plugin folder.

Second, where are you looking for this? This uses CLAP's multi-plugin binary format, which is similar to Waves Shell. Click "Airwindows.clap" under Location. All plugins are prefixed with "AW".

Image

Post

teilo wrote: Thu Jan 12, 2023 2:30 pm
NomadMonad wrote: Thu Jan 12, 2023 2:27 pm Yeah sorry I edited the post afterwards. I'm using a MacBook Pro M1. Did you run the version on the link I posted or did you compile one yourself?
I'm using Chris's build, not mine.

Two things: Don't unzip it from the command line. Delete that, use Finder to unzip it, and try again.

Second, where are you looking for this? This uses CLAP's multi-plugin binary format, which is similar to Waves Shell. Click "Airwindows.clap" under Location. All plugins are prefixed with "AW".

Image
I did try to unzip it with many different tools. And finder has obviously been the first one.

Post

EDIT: I submitted a pull request to Paul, and he immediately merged it, so it is no longer necessary to edit the CMakeLists.txt file. The following is edited to remove those references.

If anyone wants to build this for themselves, here's how you make a universal binary. You need XCode command line tools and cmake installed for this to work. Use homebrew for that.

Code: Select all

git clone https://github.com/baconpaul/airwin2clap.git
cd airwin2clap
git submodule update --init --recursive
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build
Clean up the package

Code: Select all

cd build
mv airwin-to-clap.clap Airwindows.clap
echo "BNDL????" > Airwindows.clap/Contents/Pkginfo
Move Airwindows.clap into your CLAP plugin folder.

To update to include any plugins Chris adds to his Github repo:

Code: Select all

cd airwin2clap
cmake --build build --target clean
git submodule update --recursive
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build
mv build/airwin-to-clap.clap build/Airwindows.clap
echo "BNDL????" > build/Airwindows.clap/Contents/Pkginfo
And replace the plugin in your CLAP folder.
Last edited by teilo on Thu Jan 12, 2023 6:18 pm, edited 6 times in total.

Post

NomadMonad wrote: Thu Jan 12, 2023 2:36 pm I did try to unzip it with many different tools. And finder has obviously been the first one.
Did you dequarantine it first?

Code: Select all

xattr -rd com.apple.quarantine Airwindows.clap

Post

Here is an Airwindows CLAP universal binary build.

This represents the current state of the Airwindows Github respository as of 12-Jan-2023.

Unzip it. Dequarantine:

Code: Select all

xattr -rd com.apple.quarantine Airwindows.clap
... and move to your CLAP plugin folder

This should work on Intel and Arm.

Post

teilo wrote: Thu Jan 12, 2023 3:07 pm Here is an Airwindows CLAP universal binary build.

This represents the current state of the Airwindows Github respository as of 12-Jan-2023.

Unzip it. Dequarantine:

Code: Select all

xattr -rd com.apple.quarantine Airwindows.clap
... and move to your CLAP plugin folder

This should work on Intel and Arm.
That worked! thank you so much

Post

All TAL software was updated to JUCE 7, and in the process all remaining plugins now have CLAP support, in addition to native Apple Silicon AAXs.

Post

teilo wrote: Thu Jan 12, 2023 3:07 pm Here is an Airwindows CLAP universal binary build.

This represents the current state of the Airwindows Github respository as of 12-Jan-2023.

Unzip it. Dequarantine:

Code: Select all

xattr -rd com.apple.quarantine Airwindows.clap
... and move to your CLAP plugin folder

This should work on Intel and Arm.
Yes they work now, but as developer "unsupported" is listed. Cosmetic, but could be fixed probably...

Post

Tj Shredder wrote: Tue Jan 17, 2023 10:01 am
teilo wrote: Thu Jan 12, 2023 3:07 pm Here is an Airwindows CLAP universal binary build.

This represents the current state of the Airwindows Github respository as of 12-Jan-2023.

Unzip it. Dequarantine:

Code: Select all

xattr -rd com.apple.quarantine Airwindows.clap
... and move to your CLAP plugin folder

This should work on Intel and Arm.
Yes they work now, but as developer "unsupported" is listed. Cosmetic, but could be fixed probably...
Since Chris's build was straight from baconpaul's script, that's how they looked in his build as well, and also why I haven't posted them to the site yet.

Post

Big Full Bucket Music drop from Björn.

Post

Replicant 3 by Audiodamage has CLAP support: https://www.audiodamage.com/collections ... eplicant-3
Also, Springs by Audiothing got CLAP support: https://www.audiothing.net/effects/springs/

Post

The Free Doctor Mix AI Synth also comes with CLAP support: https://www.martinic.com/aisynth


Post

Very cool. I love CLAP.

Post

Is this thread still the place to post submissions? I released a new CLAP plugin today: https://www.kvraudio.com/product/altitude-by-nakst

Post

nakst wrote: Tue Apr 04, 2023 9:05 am Is this thread still the place to post submissions? I released a new CLAP plugin today: https://www.kvraudio.com/product/altitude-by-nakst
Here, or via feedback on the website.

This is an exciting release, nakst. To my knowledge, this is the first instrument designed from the ground up to take full advantage of CLAP.
Last edited by teilo on Tue Apr 04, 2023 3:27 pm, edited 1 time in total.

Post Reply

Return to “Hosts & Applications (Sequencers, DAWs, Audio Editors, etc.)”