You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Holger Wirtz c96b4afdc8 Fixing defines for T_3.6/4.x 3 years ago
addon Fix extension. 4 years ago
doc Fixing a typo. 3 years ago
third-party Update of LCDMenuLib2 4 years ago
.gitignore Fixes. 4 years ago
Disp_Plus.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
EngineMkI.cpp Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
EngineMkI.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
EngineOpl.cpp Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
EngineOpl.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
LICENSE-APACHE2.txt Code cleanup add license additions. 6 years ago
LICENSE-GPL3.txt Code cleanup add license additions. 6 years ago
MicroDexed.ino Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
PluginFx.cpp Fixing volume and distortion problems with buggy AudioAmplifier. 4 years ago
PluginFx.h Fixing volume handling for dexed engine. 4 years ago
README.md Added hint for docs in the Wiki. 3 years ago
UI.hpp Renaminga macro FREEVERBF to FREEVERB_FLOAT. 3 years ago
UI_FX.h Fixes for bitimbral mode on T_3.6 (max. 10 voices per instance). 4 years ago
UI_NO_FX.h Fixes for bitimbral mode on T_3.6 (max. 10 voices per instance). 4 years ago
aligned_buf.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
config.h Fixing defines for T_3.6/4.x 3 years ago
controllers.h Fixed portamento glissango mode. 4 years ago
dexed.cpp Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
dexed.h Fixes for bitimbral mode on T_3.6 (max. 10 voices per instance). 4 years ago
dexed_sd.cpp Added additional MIDI-CC functions. 4 years ago
dexed_sd.h Sending voice data via MIDI (DIN and USB) when changing a voice. 4 years ago
dx7note.cpp Fixed portamento glissango mode. 4 years ago
dx7note.h Fixed portamento glissango mode. 4 years ago
effect_auto_pan.cpp Copyright dates modified. 4 years ago
effect_auto_pan.h Copyright dates modified. 4 years ago
effect_freeverbf.cpp Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
effect_freeverbf.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
effect_modulated_delay.cpp Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
effect_modulated_delay.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
effect_mono_stereo.cpp Fixing panorama. 4 years ago
effect_mono_stereo.h Copyright dates modified. 4 years ago
effect_stereo_mono.cpp Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
effect_stereo_mono.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
env.cpp Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
env.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
exp2.cpp Changed all "double" values to macro FRAC_NUM (defined in synth.h as float), for using the FPU in the Teensy. 6 years ago
exp2.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
fast_log.h Added a limiter after the dexed engine to avoid clipping. 4 years ago
fm_core.cpp Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
fm_core.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
fm_op_kernel.cpp Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
fm_op_kernel.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
freqlut.cpp Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
freqlut.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
lfo.cpp Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
lfo.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
midi_devices.hpp Fixes. 4 years ago
midinotes.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
module.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
my_effect_freeverb.cpp Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
my_effect_freeverb.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
name.c Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
pitchenv.cpp Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
pitchenv.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
porta.cpp Added Portamento function from https://github.com/asb2m10/dexed/pull/183 5 years ago
porta.h Added Portamento function from https://github.com/asb2m10/dexed/pull/183 5 years ago
sin.cpp Small FPU optimisations. 6 years ago
sin.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
source_microdexed.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
synth.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago
teensy_board_detection.h Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter. 3 years ago

README.md

MicroDexed

Dexed port for Teensy (3.6/4.x with audio shield and LCD or OLED display)

This is a port of the original Dexed/msfa engine (see https://github.com/asb2m10/dexed and https://github.com/google/music-synthesizer-for-android) to be used on a Teensy-3.6 or Teensy-4.x.

The current state is: work in progress... but near version 1.0!

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.

Credits & thanks

  • Dexed engine by Pascal Gauthier (asb2m10)
  • DX Synth engine (as part of Dexed): Raph Levien and the msfa team
  • PPPlay : Great OPL3 implementation, with documented code :D
  • Thierry Pottier: for extreme testing, discussing about different options, images and many good suggestions for UI handling
  • Lars Pelz: Testing and documentation
  • Nils Feldkäper: LCDMenuLib2 and his patience with my sometimes strange desires

Dexed comes with 3 engine types :

  • 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.

Manuals:

Links for building a TMA board and/or MicroDexed, a small installation guide for Arduino-IDE and a user manual are located here: https://codeberg.org/dcoredump/MicroDexed/wiki/_pages