Skip to content

Dump Synth PCM Samples

bangcorrupt edited this page Jan 2, 2023 · 3 revisions

Checkout synth-pcm-dump branch, patch the firmware and install.

(If you currently have synth firmware installed, the header will need modifying to look like synth firmware).

Before rebooting, remove the SD card to make sure samples will be loaded from flash.

It will look like it's booting into standard sampler firmware.

When the PCM sample data is loaded from flash, the decompressed data will be copied to CPU RAM at 0xc3000000.

Use dump_extracted_pcm.py to get the decompressed sample data via SysEx.

(Make sure you are connected via USB or it will take a very long time)

python scripts/dump_extracted_pcm.py

This will take a while to complete, but if it works you should get e2-synth-pcm.wav in the current directory.

To restore Hacktribe firmware, checkout the main branch, patch, install and reboot.

(The header should remain unmodified, put the hacked SYSTEM.VSB file at KORG/electribe sampler/System/SYSTEM.VSB)

Clone this wiki locally