OSCtoCV Library

Dependents:   OSCtoCVConverter

Revision:
4:fe335dc8d53d
Parent:
1:981b62bb5c87
Child:
6:7fb15b1b5459
--- a/OSCtoCV_GateSequencer.h	Sun Jan 31 12:55:17 2016 +0000
+++ b/OSCtoCV_GateSequencer.h	Tue Feb 16 11:31:12 2016 +0000
@@ -11,4 +11,5 @@
 
 // Gate Sequencer  beat(Note values) length(Gate time) invert(invert Gate) gateoff, syncoff(Mute, SyncOut GateOut)
 int GateSeq(unsigned int bpm, unsigned int beat, unsigned int ch, float length, bool invert, bool gatesOff, bool syncoff);
+
 #endif