more code cleanup; changed define for channel enum

This commit is contained in:
Hane 2023-08-15 18:06:55 +02:00
commit 03e726f3e6
4 changed files with 20 additions and 24 deletions

View file

@ -68,8 +68,8 @@ public:
std::vector<QLabel*> channelLabels;
QGridLayout *layout = nullptr;
QGridLayout *mainMuteLayout = nullptr;
void updateMainVolume(float newValue);
void updateChannelVolume(uint32_t channel, float newValue);
//void updateMainVolume(float newValue);
void updateVolume(uint32_t channel, float newValue);
void updateMute(bool muted);
//void toggleFrontEvents(bool active);