mirror of
https://github.com/thestk/stk
synced 2026-01-20 07:51:53 +00:00
Version 2.01
This commit is contained in:
committed by
Stephen Sinclair
parent
6485746ee9
commit
ea749b71d2
@@ -17,8 +17,8 @@ class ReedTabl : public Object
|
||||
public:
|
||||
ReedTabl();
|
||||
~ReedTabl();
|
||||
void setOffset(double aValue);
|
||||
void setSlope(double aValue);
|
||||
MY_FLOAT lookup(double deltaP);
|
||||
void setOffset(MY_FLOAT aValue);
|
||||
void setSlope(MY_FLOAT aValue);
|
||||
MY_FLOAT lookup(MY_FLOAT deltaP);
|
||||
MY_FLOAT lastOut();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user