Skip to content

Help with Blue #268

Answered by bangcorrupt
konsumer asked this question in Q&A
Jul 20, 2023 · 4 comments · 1 reply
Discussion options

You must be logged in to vote

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 use dump_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 having python-rtmidi installed (note: rtmidi-python is a different package).

  • Install python dependencies and check the script runs.
  • Install Hacktribe synth-pcm-dump branch and reboot.
  • Run dump_extracted_pcm.py.
  • This should give you the synth samples…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@derlunz
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by konsumer
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #267 on July 21, 2023 01:38.