Removing old files.
pull/32/head
Holger Wirtz 4 years ago
parent 6cec3e5756
commit 1b8b66dbb8
  1. 8
      doc/manuals/MicroDexed/MicroDexed.md
  2. 15
      doc/param_assignment.txt
  3. 4
      doc/sysex-format_dexed-setup.txt
  4. 17
      doc/sysex-hints.txt

@ -2,7 +2,7 @@
# What is MicroDexed?
MicroDexed is a FM-Software-Synthesizer with 6 operators and some additional features.
MicroDexed is a FM-Software-Synthesizer with six operators and much additional features.
It is written in C/C++ for the microcontroller Teensy-3.6/4.x. The sound generation (msfa)
from the free VST-plugin Dexed was used and a user interface was created using two encoders
and an LCD display.
@ -12,17 +12,17 @@ https://github.com/google/music-synthesizer-for-android.
## Features
* Compatible to a legendary FM synth with 6 operators of a famous japanese manufacturer
* Compatible to a legendary FM synth with six operators of 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)
* USB-Master (for connecting keyboards)
* Audio inteface:
* Audio interface:
* RCA stereo IN/OUT with audio THRU (daisy-chain your sound generators)
* Onboard effects:
* Chorus (mono)
* Delay (mono, up to 500ms, with feedback)
* Low-p¼ass filter with resonance
* Low-pass filter with resonance
* Reverb (stereo)
* Mono sound engine with panorama controller before reverb
* Up to 16 voices of polyphony

@ -1,15 +0,0 @@
transpose FUNC 144
operator FUNC 155
pb_range SYSEX 65
pb_step SYSEX 66
mw_range SYSEX 70
mw_assign SYSEX 71
fc_range SYSEX 72
fc_assign SYSEX 73
bc_range SYSEX 74
bc_assign SYSEX 75
at_range SYSEX 76
at_assign SYSEX 77
portamento_mode SYSEX 67
portamento_glissando SYSEX 68
portamento_time SYSEX 69

@ -1,3 +1,7 @@
THIS DOCUMENT HAS TO BE FIXED!!!!
EXTENDED SYSEX FORMAT FOR MICRODEXED
====================================

@ -1,17 +0,0 @@
From: https://yamahadx.yahoogroups.narkive.com/cCCZDQNe/dx7-and-tx816-master-tune-editing-via-sysex
Switch to Function Mode:
F0 43 10 08 27 7F F7
F0 43 10 08 27 00 F7
Select Switch 1 = Master Tune:
F0 43 10 08 00 7F F7
F0 43 10 08 00 00 F7
Change value down with repeating pressing of No switch:
F0 43 10 08 28 7F F7
F0 43 10 08 28 00 F7
or up with Yes switch:
F0 43 10 08 29 7F F7
F0 43 10 08 29 00 F7
Loading…
Cancel
Save