Dexed is licensed on the GPL v2. The msfa component (acronym for music synthesizer for android, see msfa
Dexed is licensed on the GPL v2. 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.
in the source folder) stays on the Apache 2.0 license to able to collaborate between projects.
Features
Features
--------
--------
* Multi platform (OS X, Windows, Linux) and multi format (VST, AU and others that I don't use); by using JUCE
* Multi platform (OS X, Windows, Linux) and multi format (VST, AU and others that I don't use); by using JUCE
* The sound engine [music-synthesizer-for-android](https://code.google.com/p/music-synthesizer-for-android) is closely modeled on the original DX7 characteristics
* The sound engine [music-synthesizer-for-android](https://code.google.com/p/music-synthesizer-for-android) is closely modeled on the original DX7 characteristics
* All of the 144 DX7 parameters are available from one single panel
* All of the 144 DX7 parameters are available from one single panel
* Fully supports DX7 input and output Sysex messages; including controller change. This means that you can use this with a native DX7/TX7 as a patch editor
* Fully supports DX7 input and output Sysex messages; including controller change. This means that you can use this with a native DX7/TX7 as a patch editor
* Each operator have a realtime VU meter to know wich one is active
* Each operator have a realtime VU meter to know wich one is active
* Can load any DX7/TX7 sysex programs
* Can load/save any DX7/TX7 sysex programs. It is also possible to save a single program into a different sysex file.
Binary downloads
Binary downloads
----------------
----------------
@ -32,19 +32,26 @@ Using as a DX7 editor
This plugin can process original DX7 messages. If you change a parameter, it will send the
This plugin can process original DX7 messages. If you change a parameter, it will send the
corresponding DX7 sysex to midi out. Not all DAW supports sysex; for example
corresponding DX7 sysex to midi out. Not all DAW supports sysex; for example
Ableton Live simply discard any sysex data. Reaper does process midi out, but doesn't pass any
Ableton Live simply discard any sysex data. Reaper does process midi out, but doesn't pass any
midi in sysex input data to the plugin.
midi in sysex input data to the plugin.
Randomized programs
Randomized programs
-------------------
-------------------
Dexed doesn't check the sysex checksum so you can load any type of files. If the checksum doesn't
Dexed doesn't check the sysex checksum so you can load any type of files. If the checksum doesn't
match, it will tell you but load it anyway. This features enable a somekind of randomized DX
match, it will tell you but load it anyway. This feature act as a kind of a randomization
programs.
for DX programs.
Credits & thanks
----------------
Raph Levien and msfa team, markusthegeek, Jean-Marc Desprez and all the crew who made these historic
DX programs: (Dave Benson, Frank Carvalho, Tim Conrardy, Jack Deckard, Chris Dodunski, Tim Garrett,
Hitaye, Stephan Ibsen, Christian Jezreel, Narfman, Godric Wilkie)
TODO - Dexed
TODO - Dexed
------------
------------
* Implement a better DX look and feel (amp, pitch, algo)
* Implement a better DX look and feel (amp, pitch, algo)