barritas de canal que funcionan weeeee

This commit is contained in:
Hane 2023-02-15 12:40:43 +01:00
commit eaa935fb39
7 changed files with 52 additions and 18 deletions

View file

@ -9,15 +9,15 @@ class EndpointHandler : public QObject {
public:
EndpointHandler(Endpoint *ept, QObject *parent = nullptr);
QString getName();
float getVolume();
float getVolume(int channel);
private:
Endpoint *ept;
QString eptName;
//QSlider *slidy;
public slots:
void setValue(int value);
void setValue(int channel, int value);
//signals: