wip: session meter

This commit is contained in:
Hane 2024-04-30 23:40:52 +02:00
commit dc8951776f
7 changed files with 30 additions and 5 deletions

View file

@ -29,6 +29,7 @@ class SessionHandler {
void setState(SessionState state);
uint64_t getFrontIndex();
std::wstring getName();
float getPeakVolume();
void setName(std::wstring newName);
void reviseSessionShowing(SessionState state);
SessionVolumeInfo* getVolumeInfo();