Dreadbox Erebus V3 Ctrlr panel documentation and instructions
v2.0
Page 47 of 49
Sysex file documentation
Here is the documentation of the sysex file used to store the parameters. It is 1500 bytes long.
-- // Dreadbox Erebus V3 - Sound data sysex structure - Size=1500 bytes v1.1 //
--
-- Offset is what is displayed with HxD Hexadecimal analyser
-- getByte() is also using the Offset to retrieve Bytes from sysex dump
--
-- This is just a structure used to save the data on the computer
-- Nothing official or unofficial from Dreadbox, just a decision made by me ;-)
-- This data is not transferred by Midi
-- 40 = 28
-- 100 = 64
-- 127 = 7F
--
Offset
| Byte content
-- -------------+----------------------------
--
0000
|
F0
Sysex start
--
0001-03
|
00 21 35
Dreadbox ID
--
0004
|
03
Erebus V3 (not existing, my choice)
--
0005
|
01
Sound data
--
0006-07
|
00-48
Osc1-2 Tune (-12 to + 12 semitones in 0.5 steps)
--
0008
|
00-48
Osc3 Tune (-12 to + 12 semitones in 0.5 steps)
--
0009-10
|
00-03
Osc1-2 Waveform
--
0011
|
00-06
Osc3 Waveform
--
0012-13
|
00-03
Osc1-2 Octave
--
0014-15
|
00-28
Osc1-2 Glide (slider 0 to 8 in 0.2 increments)
--
0016
|
00-28
Osc Mix
--
0017
|
00-48
Osc3 Fine (-12 to + 12 semitones in 0.5 steps)
--
0018
|
00-64
Osc3 FM
--
0019
|
00-64
Osc3 Mix
--
0020-21
|
00-28
Triple Ring (1->2, 1->3) (slider 0 to 8 in 0.2 ins)
--
0022
|
00-28
LFO Rate (slider 0 to 8 in 0.2 increments)
--
0023
|
00-28
LFO Depth (slider 0 to 8 in 0.2 increments)
--
0024
|
00-64
Filter Cutoff
--
0025
|
00-64
Filter Resonance
--
0026
|
00-28
Filter Mode (LP - Notch - HP)
--
0027
|
00-28
Envelope Attack (slider 0 to 8 in 0.2 increments)
--
0028
|
00-28
Envelope Decay (slider 0 to 8 in 0.2 increments)
--
0029
|
00-28
Envelope Sustain (slider 0 to 8 in 0.2 increments)
--
0030
|
00-28
Envelope Release (slider 0 to 8 in 0.2 increments)
--
0031
|
00-28 Envelope Level (slider 0 to 8 in 0.2 increments)
--
0032
|
00-01 Envelope Loop (01 is OFF)