Clear samples of the visualizer when playback is stopped

This commit is contained in:
Andrzej Rybczak
2020-12-13 23:32:13 +01:00
parent 261b23266d
commit 9b49acba56
3 changed files with 11 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ struct Visualizer: Screen<NC::Window>, Tabbable
virtual bool isLockable() override { return true; }
virtual bool isMergable() override { return true; }
// private members
void Clear();
void ToggleVisualizationType();
void SetFD();
void ResetFD();