-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Micro Freak Projects #162
Comments
While handling Let me take a look at it this evening and I'll come back to you. |
Transference of There is a very simple workaround which is adding the This is the patch.
Let's keep in mind that the browser shows the file name and Arturia MIDI Control Center shows the inner name used in the presets. There is another option though. A couple of items could be added in the application menu for uploading and downloading full projects. The problem with this is the time required to implement it. And there is an issue too. BTW, I wanted to release version 3.1 during the following weekend and I'd prefer not to delay this any more. Possibly, there are other alternatives but given the circumstances I'd go with the first one. What are your thoughts on this? Is this enough for you? |
A patch is great, thank you very much! I will get that applied to my local copy. I agree with what you're saying about internal changes being needed to support browsing of, and selecting presets from, I could see from other discussions that you were aiming to release a new version. Would you be happy to leave the issue open for further discussion on a more permanent solution to this, following the release of 3.1 (also, maybe, after your push to migrate to GTK4)? |
Applying that patch before the 3.1 release won't be a problem and will solve this scenario partially. Test it and report it if you feel like it. It worked for me but... However, as you suggested, I'll leave this open for further discussion and move it to the 3.2 milestone. Although 3.2 version is gonna be mainly a GTK 4 port, patches for connectors will be welcome as long as didn't need API changes. |
Thank you - the patch worked so my installed version of Elektroid now allows upload of I would keep the patch out of your master branch if it will add to the test effort and potentially hold the release back. Thanks for your help on that though; and thanks for freeing my MicroFreak from having to boot Windows for modifying my patch library! I'll contact you again in this thread for moving forward in the future. Good luck with the release. |
I've pushed the aforementioned changes in 84d510a to show As agreed, I'm moving this to the 3.2 milestone. |
Just some information about the local browser. The local filesystem has 2 different modes. This are specified in https://github.com/dagargo/elektroid/blob/a8162d52511812804b1a4949f01da529ef56c134/src/local.c and controlled by the different filesystems with the option Lines 2023 to 2033 in a8162d5
Perhaps, and this is just an idea, instead of having this, filesystems could define their own filesystems for the local browser instead of using a flag to control this. It would be quite a lot of work but a new |
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.The text was updated successfully, but these errors were encountered: