-
Notifications
You must be signed in to change notification settings - Fork 45
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
[Enhancement] Export and import of MIDI settings in editable format #1199
Comments
See also: |
@willeke1234 I implemented this capability in my intermediate build. It is available as buttons in the MIDI objects dialog. Could you test it? |
Seems it is a mac-specific issue. Do you know anything about forbidding
It is a correct filename. The right extension is If I choose "Use Both" then the file is named "Friesach.midi.ini.ini.midi.ini".
Does
I think it is acceptable if only non empty MIDI settings are there. The size is not so huge. |
I don't know why and how I should do this.
I don't think macOS can handle dots in extensions and sees "Friesach.midi" with extension "ini". If this file format should be edited by users then it needs a specification and a manual. |
Would the ".midi-settings" extension better?
I'll look at the possibility to use yaml format instead. The main difficulty is a lot of structured information is encoded in the section name now. It is not user-freandly. I think mapping it to a yaml hierarchy would be better. |
It is better to use only alphanumeric characters. I have decided to stick with GO 3.7 due to bugs and incompatibilities and will not be using this MIDI settings export/import. I have tried to discuss the file format and the MIDI Objects window but it did not work. I don't really care what the format will be, just try to think from the user's perspective. |
It is a lot of work to add in and out MIDI events to all buttons and other objects. Hence the request to export and import the MIDI settings in an editable, commonly used format.
See also:
MIDI setup change #596
how to edit cmb files #622
Custom initial MIDI events #1081
Organ configuration and respective files #565
The text was updated successfully, but these errors were encountered: