Home

Awesome

Dexed - FM Plugin Synth

Please see Dexed User Website for user and download information.

Dexed is a multi platform, multi format plugin synth that is closely modeled on the Yamaha DX7. Under the hood it uses music-synthesizer-for-android for the synth engine and JUCE as an application/plugin wrapper.

The goal of this project is to be a tool/companion for the original DX7. Sound engine with 'float' value parameters, different waveform à la TX81z would be great but anything that goes beyond the DX7 should and will be a fork of this project. This is to keep the compatibility with the original machine.

Dexed is licensed on the GPL v3. The msfa component (acronym for music synthesizer for android, see msfa in the source folder) stays on the Apache 2.0 license to able to collaborate between projects.

Dexed Forks

Changelog

Version 0.9.7

Version 0.9.6

Version 0.9.5

Version 0.9.4HF1

Version 0.9.4

Version 0.9.3

Version 0.9.2

Version 0.9.1

Version 0.9.0

Credits & thanks

TODO - Dexed

TODO - msfa

How to build

Clone Dexed from github

~ $ git clone https://github.com/asb2m10/dexed.git

Dexed has several submodules it now depends on, including VST3/CLAP and a library to support non standard tuning. After you clone your first step is

~ $ cd dexed
~/dexed $ git submodule update --init --recursive

Then you crate the cmake build files that are will be created in the build directory. On that build you can trigger your favorite IDE or simply use --build cmake option.

~/dexed $ mkdir build
~/dexed $ cd build
~/dexed/build $ cmake .. -DJUCE_COPY_PLUGIN_AFTER_BUILD=TRUE
~/dexed/build $ cmake --build .

If you get missing header compilation errors, be sure to check the known Linux dependencies based on your distribution for Linux.

Binaries will be found in ~/dexed/build/Source/Dexed_artefacts/*