mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-04 16:51:37 -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 getXSide();
|
||||
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 getKeyActive();
|
||||
|
|
Loading…
Add table
Reference in a new issue