OSCtoCV Library

Dependents:   OSCtoCVConverter

Revision:
1:981b62bb5c87
Parent:
0:cd43a974c54c
Child:
4:fe335dc8d53d
--- a/OSCtoCV_GateSequencer.h	Sun Jan 17 09:30:32 2016 +0000
+++ b/OSCtoCV_GateSequencer.h	Thu Jan 28 11:39:47 2016 +0000
@@ -10,6 +10,5 @@
 // Gate Sequencer Functions
 
 // Gate Sequencer  beat(Note values) length(Gate time) invert(invert Gate) gateoff, syncoff(Mute, SyncOut GateOut)
-int GateSeq(int bpm, int beat, int ch, int length, bool invert, bool gatesoff, bool syncoff);
-
+int GateSeq(unsigned int bpm, unsigned int beat, unsigned int ch, float length, bool invert, bool gatesOff, bool syncoff);
 #endif