From fbcc9267a3de1d306cb8162a0c10727b78d1b6f1 Mon Sep 17 00:00:00 2001 From: asb2m10 Date: Wed, 12 Feb 2014 21:25:18 -0500 Subject: [PATCH] Random warning --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be9c40e..0798f05 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,13 @@ Dexed doesn't check the sysex checksum so you can load any type of files. If the match, it will tell you but load it anyway. This feature act as a kind of a randomization for DX programs. +Warning: loading corrupt/random data can crash the plugin and ultimatly your DAW. I'm doing my +best to filter out values that can crash the DX engine; but I keep it to the minimum to get the +digital circuit bending feel. + +Saving those currupt/random sysex data will regenerate a 32 bulk program sysex dump with a +valid checksum for your DX7 keyboard. I'm in now way responsible if this breaks your DX7 keyboard. + Credits & thanks ---------------- Raph Levien and msfa team, markusthegeek, Jean-Marc Desprez and all the crew who made these historic @@ -51,7 +58,7 @@ TODO - Dexed * Implement a better DX look and feel (amp, pitch, algo) * Better implementation of the LPF filter * Various code cleanup -* Standalone executable +* Standalone executable (for full support of the editor) TODO - msfa -----------