A template repository that you can use for creating audio plugins with the JUCE C++ framework. It is based on CMake, uses CPM package manager, the JUCE C++ framework (obviously), and the GoogleTest framework. All of these are easy to change on demand. You can also base off your new repo off this template because the setup is very simple.
The Unlicense
107
stars
7
forks
source link
Difficulty installing the project on Ubuntu 24.04 #8
Good contribution. I made the installation in the crude system and I have some problems.
The first problem I resolved by installing this package:
There were other libraries I needed to get:
After that, I realized that I hadn't installed the Alsa library:
I fix the problem with two commands:
And it worked: