barritas de canal que funcionan weeeee
This commit is contained in:
parent
b006896ccb
commit
eaa935fb39
7 changed files with 52 additions and 18 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue