New playlist (#1185)

* updated playlist file format
* fix trim and delay part of item
* playlist add/remove tracks
* UI Tweak
This commit is contained in:
Kyle Reed 2023-06-25 11:40:19 -07:00 committed by GitHub
parent 960ecf616c
commit e14fa5eab0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 356 additions and 116 deletions

View file

@ -448,7 +448,7 @@ class ButtonWithEncoder : public Widget {
class NewButton : public Widget {
public:
std::function<void(void)> on_select{};
// std::function<void(NewButton&)> on_select { };
// std::function<void(NewButton&)> on_select{};
std::function<bool(NewButton&, KeyEvent)> on_dir{};
std::function<void(NewButton&)> on_highlight{};