mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-15 01:57:50 +00: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:
@@ -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{};
|
||||
|
||||
|
Reference in New Issue
Block a user