diff Source/Mappings/Control/TouchkeyControlMapping.cpp @ 11:c6f30c1e2bda

Fixes for OSC emulation. Also a debugging tool for generating random TouchKeys data.
author Andrew McPherson <andrewm@eecs.qmul.ac.uk>
date Sat, 23 Nov 2013 14:47:02 +0000
parents 3580ffe87dc8
children 85577160a0d4
line wrap: on
line diff
--- a/Source/Mappings/Control/TouchkeyControlMapping.cpp	Wed Nov 20 01:06:53 2013 +0000
+++ b/Source/Mappings/Control/TouchkeyControlMapping.cpp	Sat Nov 23 14:47:02 2013 +0000
@@ -379,7 +379,7 @@
     }
     
     // Register for the next update by returning its timestamp
-    nextScheduledTimestamp_ = currentTimestamp + updateInterval_;
+    nextScheduledTimestamp_ = 0; //currentTimestamp + updateInterval_;
     return nextScheduledTimestamp_;
 }