Help loading Presets using SysEx Librarian

There are two possible destinations for a preset: the edit buffer or a defined preset number. The destination is encoded in the data. If it's not going to the edit buffer then the preset was harvested from a hard drive somehow. Axe-Edit is notorious for saving presets incorrectly as well.

When you load a preset with Axe-Edit is sets the destination bytes. However if you use a librarian then the preset may go to the edit buffer or to a defined preset location depending upon the destination bytes.

You can identify the preset destination from the data. If the seventh byte is 7F then it will go into the edit buffer, otherwise it will go into preset memory.

For example:
F0 00 01 74 03 77 7F 00

goes to the edit buffer whereas

F0 00 01 74 03 77 01 02

will go to bank B preset 2 (patch 130).

Hi old thread I know - but are you aware if the exported BANK sysex files from FracBot can be editted to save the presets in a desired ordered?
 
Back
Top Bottom