Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.4 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.4 KB

JUCE-FM Plugin

Overview

This is an FM Synthesizer that can be run as a plugin or as a Standalone app. It supports basic aspects of FM Synthesis.

Build

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

Contributing

  • Fork the repository
  • Make your changes in a separate branch
  • Open a pull request

FM Synthesizer Links

FM SYNTHS in under 4 minutes

Logic Pro Guide to Frequency Modulation