summaryrefslogtreecommitdiff
path: root/src/keyVar.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-02-23 01:07:34 +0000
committerTim Redfern <tim@eclectronics.org>2012-02-23 01:07:34 +0000
commit61e590513b2e725a8df7eed75a041b188d4ecd39 (patch)
tree3e81b514ad7c225dbf491316d4acd35559572e4f /src/keyVar.h
parentb3a0d6eb435fc2584466106ef613b99100b0a470 (diff)
proper vertigo effect
Diffstat (limited to 'src/keyVar.h')
-rw-r--r--src/keyVar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keyVar.h b/src/keyVar.h
index c68ffab..043a963 100644
--- a/src/keyVar.h
+++ b/src/keyVar.h
@@ -18,6 +18,9 @@ class keyVar{
float getVal();
float getInc();
void setVal(float _val);
+
+ float readVal();
+ float inc; //for syncing
private:
char keyInc,keyDec;