File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed
Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 9797 ${{ matrix.path }}/Standalone
9898 ${{ matrix.path }}/AU
9999 ${{ matrix.path }}/LV2
100+ ${{ matrix.path }}/CLAP
101+ !${{ matrix.path }}/CLAP/*.exp
102+ !${{ matrix.path }}/CLAP/*.lib
100103 ${{ matrix.path }}/VST3
101104 !${{ matrix.path }}/VST3/*.exp
102105 !${{ matrix.path }}/VST3/*.lib
Original file line number Diff line number Diff line change 11[submodule "JUCE "]
22 path = JUCE
33 url = https://github.com/juce-framework/JUCE.git
4+ [submodule "clap-juce-extensions "]
5+ path = clap-juce-extensions
6+ url = https://github.com/free-audio/clap-juce-extensions.git
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ option(WITH_ASIO "Enable ASIO audio interface" ON)
2929option (WITH_MULTIBUS_OUTPUT "Enable multibus output" OFF )
3030
3131add_subdirectory (JUCE)
32+ add_subdirectory (clap-juce-extensions EXCLUDE_FROM_ALL )
3233
3334set (plugin_formats
3435 VST3
@@ -71,6 +72,12 @@ juce_add_plugin(${TARGET}
7172 ICON_SMALL "${CMAKE_CURRENT_SOURCE_DIR} /Resources/icons/icon64.png"
7273)
7374
75+ clap_juce_extensions_plugin(TARGET ${TARGET}
76+ CLAP_ID "com.ArthurBenilov.Aeolus"
77+ CLAP_FEATURES instrument "virtual analog"
78+ )
79+
80+
7481target_link_libraries (${TARGET}
7582 PRIVATE
7683 juce::juce_core
You can’t perform that action at this time.
0 commit comments