This is an FM Synthesizer that can be run as a plugin or as a Standalone app. It supports basic aspects of FM Synthesis.
CMake is required to build. Please download if not already installed.
Clone the repo
git clone https://github.com/rayxke/JUCE-FM-plugin
Change to project directory
cd JUCE-FM-plugin
Populate JUCE
git submodule update --init
Then build with CMake
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release
This will result in a release build in the build directory.
For more detailed instructions please refer to the JUCE CMake API
- Fork the repository
- Make your changes in a separate branch
- Open a pull request