more typos fixed, links fixed

pull/32/head
Lars Pelz 4 years ago
parent 3c0bca508c
commit bdad58f789
  1. 30
      doc/manuals/MicroDexed/MicroDexed.md

@ -7,12 +7,14 @@ It is written in C/C++ for the microcontroller Teensy-3.6/4.x. The sound generat
from the free VST-plugin Dexed was used and a user interface was created using two encoders
and an LCD display.
For the original Dexed/msfa software take a look at https://github.com/asb2m10/dexed and
https://github.com/google/music-synthesizer-for-android.
For the original Dexed/msfa software take a look at [Dexed on Github](https://github.com/asb2m10/dexed) and
[Music Synthesizer for Android on Github](https://github.com/google/music-synthesizer-for-android).
![](01_MD_Peace.jpg)
## Features
* Compatible to a legendary FM synth with six operators of a famous japanese manufacturer
* Compatible to a legendary FM synth with six operators from a famous Japanese manufacturer
* MIDI interface:
* DIN IN/OUT with software THRU (can be disabled, optional hardware THRU possible)
* USB-Slave (for connecting to a PC)
@ -26,20 +28,20 @@ https://github.com/google/music-synthesizer-for-android.
* Reverb (stereo)
* Mono sound engine with panorama controller before reverb
* Up to 16 voices of polyphony
* Up to 100 banks of 32 voices can be used on a SD card.
* Up to 100 banks of 32 voices can be stored on an SD card
* MIDI SYSEX compatible
* Sounds can be edited with a external editor like...
* EdiSyn (https://github.com/eclab/edisyn)
* Dexed-VST (https://asb2m10.github.io/dexed/)
* https://dx7.vstforx.de/
* https://synthmata.com/volca-fm/
* https://www.thisdx7cartdoesnotexist.com/
* Sounds can be edited with external editors like...
* [EdiSyn](https://github.com/eclab/edisyn)
* [Dexed-VST](https://asb2m10.github.io/dexed/)
* [DX7 by Vstforx](https://dx7.vstforx.de/)
* [Synthmata](https://synthmata.com/volca-fm/)
* [KI generated DX banks](https://www.thisdx7cartdoesnotexist.com/)
* Sending of Voice/Bank MIDI-SYSEX dumps
* Receiving of Voice/Bank MIDI-SYSEX dumps
* Voice-Parameter change via MIDI-SYSEX
* Flexible MIDI controller settings with additional features
* Modwheel, Pitchbend, Portamento, Breath-Controller, Aftertouch, Foot-Controller
* Additional modes for the most Controllers (linear, inverse, direct)
* Additional modes for most controllers (linear, inverse, direct)
* Controller parameter change via MIDI-SYSEX
* Additional MIDI-CCs
* Bank select
@ -51,14 +53,14 @@ https://github.com/google/music-synthesizer-for-android.
* Delay time
* Delay feedback
* Delay volume
* Storing of voice, effect presets and combinationsof both as performance
* Storage of voice presets, effect presets and combinations of both as "performance" on SD card
* Transpose, fine-tune, mono-mode
* Note refresh options: normal or retriggered
* Velocity level adaption
* Three sound engines:
* Modern : this is the original 24-bit music-synthesizer-for-android implementation.
* Mark I : Based on the OPL Series but at a higher resolution (LUT are 10-bits). The target of this engine is to be closest to the real DX7.
* OPL Series : this is an experimental implementation of the reversed engineered OPL family chips. 8-bit. Keep in mind that the envelopes stills needs tuning.
* OPL Series : this is an experimental implementation of the reverse-engineered OPL family chips, 8-bit. Keep in mind that the envelopes still need tuning.
* Open-Source (https://codeberg.org/dcoredump/MicroDexed)
<div style="page-break-after: always"></div>
@ -70,7 +72,7 @@ A manual how you can build your own MicroDexed can be found here: TBD
A user manual can be found at: TBD
## License
MicroDexed is licensed on the GPL v3. The msfa component (acronym for music synthesizer for android, see https://github.com/google/music-synthesizer-for-android) stays on the Apache 2.0 license to able to collaborate between projects.
MicroDexed is licensed under the GPL v3. The msfa component (acronym for music synthesizer for android, see https://github.com/google/music-synthesizer-for-android) stays under the Apache 2.0 license to be able to collaborate between projects.
## Credits & thanks

Loading…
Cancel
Save