When downloading presets for the Micro Freak from the web, they tend to be supplied as .mfprojz files—zip files containing sets of serialised preset files.
I have been exploring the codebase, and looking for a way to treat these zip files as if they're a directory in the local browser, so that individual presets could be selected and uploaded to the device.
The workaround is to manually unzip the downloaded .mfprojz file, mass-rename the extracted presets from .mbp to .mfp and upload via Elektroid, but it would be much nicer to do within the UI itself.
When downloading presets for the Micro Freak from the web, they tend to be supplied as
.mfprojzfiles—zip files containing sets of serialised preset files.I have been exploring the codebase, and looking for a way to treat these zip files as if they're a directory in the local browser, so that individual presets could be selected and uploaded to the device.
The workaround is to manually unzip the downloaded
.mfprojzfile, mass-rename the extracted presets from.mbpto.mfpand upload via Elektroid, but it would be much nicer to do within the UI itself.