From 1b8b66dbb80e0aa72ded874c0ff6856cbcd2748b Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Wed, 3 Jun 2020 15:23:02 +0200 Subject: [PATCH] Fixes. Removing old files. --- doc/manuals/MicroDexed/MicroDexed.md | 8 ++++---- doc/param_assignment.txt | 15 --------------- doc/sysex-format_dexed-setup.txt | 4 ++++ doc/sysex-hints.txt | 17 ----------------- 4 files changed, 8 insertions(+), 36 deletions(-) delete mode 100644 doc/param_assignment.txt delete mode 100644 doc/sysex-hints.txt diff --git a/doc/manuals/MicroDexed/MicroDexed.md b/doc/manuals/MicroDexed/MicroDexed.md index f058879..876e005 100644 --- a/doc/manuals/MicroDexed/MicroDexed.md +++ b/doc/manuals/MicroDexed/MicroDexed.md @@ -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 diff --git a/doc/param_assignment.txt b/doc/param_assignment.txt deleted file mode 100644 index de25dc9..0000000 --- a/doc/param_assignment.txt +++ /dev/null @@ -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 diff --git a/doc/sysex-format_dexed-setup.txt b/doc/sysex-format_dexed-setup.txt index fa58702..4033329 100644 --- a/doc/sysex-format_dexed-setup.txt +++ b/doc/sysex-format_dexed-setup.txt @@ -1,3 +1,7 @@ +THIS DOCUMENT HAS TO BE FIXED!!!! + + + EXTENDED SYSEX FORMAT FOR MICRODEXED ==================================== diff --git a/doc/sysex-hints.txt b/doc/sysex-hints.txt deleted file mode 100644 index 928dec3..0000000 --- a/doc/sysex-hints.txt +++ /dev/null @@ -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