addon
Fix extension.
2019-12-19 12:44:30 +01:00
doc
Fix inside the build manual (thanks to Jared!)
2021-09-29 10:59:25 +02:00
third-party
Update of LCDMenuLib2
2020-08-05 13:47:31 +02:00
.gitignore
Fixes.
2020-06-17 15:08:52 +02:00
EngineMkI.cpp
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
EngineMkI.h
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
EngineOpl.cpp
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
EngineOpl.h
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
LICENSE-APACHE2.txt
Code cleanup add license additions.
2018-05-30 11:19:02 +02:00
LICENSE-GPL3.txt
Code cleanup add license additions.
2018-05-30 11:19:02 +02:00
MicroDexed.ino
Revert "Dateien hochladen nach „“"
2021-03-01 11:49:53 +01:00
PluginFx.cpp
Fixing volume and distortion problems with buggy AudioAmplifier.
2020-05-22 17:36:13 +02:00
PluginFx.h
Fixing volume handling for dexed engine.
2020-02-28 14:56:13 +01:00
README.md
Update 'README.md'
2022-02-08 09:25:27 +01:00
UI.hpp
Renaming of Disp_Plus.h.
2021-03-13 07:59:58 +01:00
UI_FX.h
Revert "Dateien hochladen nach „“"
2021-03-01 11:49:53 +01:00
UI_NO_FX.h
Revert "Dateien hochladen nach „“"
2021-03-01 11:49:53 +01:00
aligned_buf.h
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
config.h
Revert "Dateien hochladen nach „“"
2021-03-01 11:49:53 +01:00
controllers.h
Fixed portamento glissango mode.
2020-04-22 14:18:04 +02:00
dexed.cpp
Fixing copyright date.
2021-02-14 12:13:12 +01:00
dexed.h
Fixing copyright date.
2021-02-14 12:13:12 +01:00
dexed_sd.cpp
Fixing copyright date.
2021-02-14 12:13:12 +01:00
dexed_sd.h
Fixing copyright date.
2021-02-14 12:13:12 +01:00
disp_plus.h
Renaming of Disp_Plus.h.
2021-03-13 07:59:58 +01:00
dx7note.cpp
Fixed portamento glissango mode.
2020-04-22 14:18:04 +02:00
dx7note.h
Fixed portamento glissango mode.
2020-04-22 14:18:04 +02:00
effect_auto_pan.cpp
Fixing copyright date.
2021-02-14 12:13:12 +01:00
effect_auto_pan.h
Fixing copyright date.
2021-02-14 12:13:12 +01:00
effect_freeverbf.cpp
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
effect_freeverbf.h
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
effect_modulated_delay.cpp
Fixing copyright date.
2021-02-14 12:13:12 +01:00
effect_modulated_delay.h
Fixing copyright date.
2021-02-14 12:13:12 +01:00
effect_mono_stereo.cpp
Fixing copyright date.
2021-02-14 12:13:12 +01:00
effect_mono_stereo.h
Fixing copyright date.
2021-02-14 12:13:12 +01:00
effect_platervbstereo.cpp
Using freeverbf for T_3.6 and platereverb fro T_4.x.
2021-02-18 11:58:53 +01:00
effect_platervbstereo.h
Using freeverbf for T_3.6 and platereverb fro T_4.x.
2021-02-18 11:58:53 +01:00
effect_stereo_mono.cpp
Fixing copyright date.
2021-02-14 12:13:12 +01:00
effect_stereo_mono.h
Fixing copyright date.
2021-02-14 12:13:12 +01:00
env.cpp
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
env.h
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
exp2.cpp
Changed all "double" values to macro FRAC_NUM (defined in synth.h as float), for using the FPU in the Teensy.
2018-05-17 08:19:40 +02:00
exp2.h
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
fast_log.h
Added a limiter after the dexed engine to avoid clipping.
2020-05-22 08:29:58 +02:00
fm_core.cpp
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
fm_core.h
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
fm_op_kernel.cpp
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
fm_op_kernel.h
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
freqlut.cpp
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
freqlut.h
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
lfo.cpp
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
lfo.h
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
midi_devices.hpp
Fixing issue #34 : Several ifdefs missing in midi_devices.hpp
2021-02-18 12:05:04 +01:00
midinotes.h
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
module.h
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
name.c
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
pitchenv.cpp
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
pitchenv.h
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
porta.cpp
Added Portamento function from https://github.com/asb2m10/dexed/pull/183
2019-11-18 11:39:59 +01:00
porta.h
Added Portamento function from https://github.com/asb2m10/dexed/pull/183
2019-11-18 11:39:59 +01:00
sin.cpp
Small FPU optimisations.
2018-05-23 15:45:56 +02:00
sin.h
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
source_microdexed.h
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
synth.h
Code cleanup: formatiing of all files with the internal Arduino-IDE code formatter.
2020-12-27 16:09:33 +01:00
teensy_board_detection.h
Fixing copyright date.
2021-02-14 12:13:12 +01:00