mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 23:30:40 -04:00
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:
parent
960ecf616c
commit
e14fa5eab0
8 changed files with 356 additions and 116 deletions
|
@ -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{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue