mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
fix gtrack return value
This commit is contained in:
parent
908bb89878
commit
96eaa81de6
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public:
|
||||||
float getSend();
|
float getSend();
|
||||||
float getXSide();
|
float getXSide();
|
||||||
float getPan() {return panDial.value(); }
|
float getPan() {return panDial.value(); }
|
||||||
float setPan(float p) {panDial.value( (p+1.f)*0.5 ); }
|
void setPan(float p) {panDial.value( (p+1.f)*0.5 ); }
|
||||||
|
|
||||||
bool getSendActive();
|
bool getSendActive();
|
||||||
bool getKeyActive();
|
bool getKeyActive();
|
||||||
|
|
Loading…
Add table
Reference in a new issue