SysEx-Dump Header of different bulks of Schaltwerk and Regelwerk.

For Example you had this SysEx-String for editing the preset number 01 (marked by underline) :

(The number in the string is always 'number - 1' )

Bold numbers are the markers for the different dumps, as pattern, preset, chunk.

F0 00 20 20 12 00 20 04 00 00 00 00 00 00 00 00 ............ F7

F0: SysEx-Command

00 20 20: Doepfer-SysEx-ID

12: Device-ID for Regelwerk & Schaltwerk

00: DeviceChannel (not used)

20: Command: Single-Dump

04: Command: Preset

00: This is the Preset Number !!!! Range 0 - 3F

It's the same for Pattern and Chunk (here are the corresponding strings and names stored for the preset), but the Command-Byte is for

Pattern: 01

Chunk: 03

Example for Pattern:

F0 00 20 20 12 00 20 01 00 00 00 00 00 00 00 00 ............ F7

Example for Chunk:

F0 00 20 20 12 00 20 03 00 XX XX XX XX 00 00 00 XX XX ............ F7

IMPORTANT:

When you want to change the number of an chunk   (this part of the preset contains all the strings and names for a preset), then you had to change the number at TWO positions as in the example obove.

The first positions is the same as for the Pattern/Preset....
The second is only for chunk and is the fiths position after the first.
Please be carefully to change only this two positions and not any of the 'XX'-Bytes. This could damage the memory manager of the Regelwerk and then you maybe have to reset the whole memory.