OSCtoCV Library

Dependents:   OSCtoCVConverter

Revision:
4:fe335dc8d53d
Parent:
1:981b62bb5c87
Child:
6:7fb15b1b5459
--- a/OSCtoCV_GateSequencer.cpp	Sun Jan 31 12:55:17 2016 +0000
+++ b/OSCtoCV_GateSequencer.cpp	Tue Feb 16 11:31:12 2016 +0000
@@ -26,7 +26,7 @@
         } else {
 
             bar = (60.0f / bpm) * 4000000;
-            //sync24 = (bar / 4) / 24; // sync24 not tested
+            sync24 = (bar / 4) / 24; // sync24 not tested
             
             _bpm = bpm;
         }
@@ -73,7 +73,7 @@
         default:
             
             gatetime[ch] = bar / beat;
-            sync24 = bar / 16;
+            //sync24 = bar / 16;
             break;
     }