From the to-do list: MPA V1.0: Older issues and tasks
✔ Sound library: complete sound items cells
(Completed by Pierre henri Seylan on January 10, 2018)
Comments
Pierre henri Seylan on November 21, 2017:
The new sound items cells are display new infos compared to the old app. Some of them will need the new API to be integrated, we can however start with the "type icon"
The type icon is the new version of the file's icon previously displayed in the app. The new icons are svg icons which are embedded in the app. This works since the amount of type tends to be fixed and does not varies a lot (unlike the DAW's and other files types)
Currently the types icons are all set to "loops", we should update it to display the correct icon for each type of file. The respective icons are all located on the top bar
The logic should be the same as the one implemented for the filtering, both in the main app and the reduced app popup. The filtering in the app is already implemented so it should be fairly simple to implement the icons, the whished behavior is:
when filtering by a certain type, e.g loops, instruments ect , all datas displayed should have the corresponding file icon in the sound item cell
Comments
Pierre henri Seylan on November 21, 2017:
The new sound items cells are display new infos compared to the old app.
Some of them will need the new API to be integrated, we can however start with the "type icon"
The type icon is the new version of the file's icon previously displayed in the app.
The new icons are svg icons which are embedded in the app.
This works since the amount of type tends to be fixed and does not varies a lot (unlike the DAW's and other files types)
Currently the types icons are all set to "loops", we should update it to display the correct icon for each type of file.
The respective icons are all located on the top bar
The logic should be the same as the one implemented for the filtering, both in the main app and the reduced app popup.
The filtering in the app is already implemented so it should be fairly simple to implement the icons, the whished behavior is:
(For later)