Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1. Description
Add “Load / Save” feature.
This is a clean history branch of the fork from @vidalsasun that can be merged into the official repository. You can see his work on his repository.
I'm not the author of this changes and I didn't make any change in the code (except linting format), the following is the details of his work:
Screenshots
Since we do not have an alphabetical keyboard, I have decided to name the tracks with the format
edit_+ddmmyyyyhhMMss
.If you decide to change the file name later, it will load without any problem.
There are 2 new folders on /home/pi/.config/LMN-3:
When you press the save button:
- the load_project xml file is moved to saved folder, if there are a file whith the same name, it is overwriten
When you Add a new track:
- Load_project folder is cleaned
- A new file is created on Load_project folder and the actual project xml file are moved to saved folder, if there are a file whith the same name, it is overwriten
- LMN-3 program restart
When you load a track:
- Load_project folder is cleaned and the track selected is moved to load_project folder
- LMN-3 program restart
When you save track, you can see the actual project name:
2. Fill in checklist by marking [x]