Used JUCE 8.0.11 via CPM and add support for CLAP & LV2 (Linux) plugins#10
Open
timlau wants to merge 7 commits intovitling:mainfrom
Open
Used JUCE 8.0.11 via CPM and add support for CLAP & LV2 (Linux) plugins#10timlau wants to merge 7 commits intovitling:mainfrom
timlau wants to merge 7 commits intovitling:mainfrom
Conversation
+ CPM make it much flexible to control the version of JUCE to use and to use local development packages on Linux via -DCPM_* flags on the cmake setup. * use JUCE 8.0.11, it work fine, no need to use a years old version of JUCE
just make it easier to build from an IDE etc.
* changed the prject name to Crypt2SynthPlugin and use it for all the targets
+ Change PROJECT_NAME to Crypt2, so we can use the PROJECT_NAME everywhere * add install target to makefile so we can test system installation on Linux * fix Crypt2SynthPlugin leftover + fix JUCE 8.0.11 Font deprecation warning Skipped the EmbeddedFonts class and let getFonts() return the juce::Font directly. No need for the extra complexity when only one Font is used
* make sure that BUILDROOT used for linux install is under current dir. * install under BUILDROOT/usr/ * Make it possible to overwrite BUILD_TYPE from cmdline (Ex. BUILD_TYPE=Debug make build)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks for a cool synth plugin
I have made some changes to make it easier to build it under Linux
I have not tested the build on Windows & Mac., but none of the changes should hurt there.