MPA

From the to-do list: MPA V1.0: API integration initial tasks

✔ Implement filtering by key

Comments

Pierre henri Seylan on November 20, 2018:

In the filters bar of the sound library, a new filtering type has been added: "Key"

This allows to filter the items by their root key.
The root key is already available as tag for sound items (the Api should return the key when available for each sound item) 

UI: 
In the "Tempo & key" filter panel, the UI has been partially made for the key filters.


We should now complete the implementation by making this filter functional and finishing the UI.

1. Enable filtering:
As with other filters, when clicking one a key, the filter is selected and applied.

Only 1 key can be selected as filter, so when the user clicks a new key it replaces the previously selected key filter.

2. UI details:
-As for other filters, the key becomes orange the selected.
-The selected key must also be added to the active filters bar, like other filters.

Karim Alabtakh on November 26, 2018:

done