Help with Blue #268
-
Hi, I updated to hacktribe, and it seems to work (I can switch oscillators and they work great) but on standard firmware (2.02 from korg website) it has drums and lots more samples. I want both the new stuff and the old stuff. If I understand correctly, I need to boot into original firmware, then "EXPORT ALL AUDIO", and manage it in Oe2sSLE, moving it all to 500+, but on device, I see no option to "EXPORT ALL AUDIO" in menu. Is there another step I need to do? I'd be happy to write some start-to-finish docs for the blue, if I figure out how to set it up. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I also tried instructions here and get thsi error:
|
Beta Was this translation helpful? Give feedback.
-
I sort of got it working without the dump-script, but all the samples are out of order and incorrect (like the saxes are drums.) Here is what I did:
It definitely seems closer, but inspecting that |
Beta Was this translation helpful? Give feedback.
-
The PCM samples from the Synth are not fully supported yet, Hacktribe won't load or dump the multisampled instruments correctly. At boot, the samples are decompressed and sent to the DSP RAM, the
Support for the synth samples and custom multisampled instrument is planned for the future. |
Beta Was this translation helpful? Give feedback.
-
This totally makes sense. I ended up getting a dump of the samples as WAV files (with extra meta), which seems to be close enough to hear the basic sounds, even though it seems a bit off, still (multilayer, I'm sure.) I think a related & cool feature would be to allow the new synths to be placed at another offset, so you can keep all the built-in samples and all the demo patterns work. Since I am new to Electribe2, it would be very cool if all the example patterns worked, so I could use the new stuff, but still see the factory demo patterns. |
Beta Was this translation helpful? Give feedback.
The PCM samples from the Synth are not fully supported yet, Hacktribe won't load or dump the multisampled instruments correctly. At boot, the samples are decompressed and sent to the DSP RAM, the
synth-pcm-dump
branch will also store a copy of the samples in CPU RAM. We can usedump_extracted_pcm.py
to copy the samples as a single block via sysex, there isn't a script to cut them up yet. I think the error you get with the script is due to not havingpython-rtmidi
installed (note:rtmidi-python
is a different package).synth-pcm-dump
branch and reboot.dump_extracted_pcm.py
.