OSCtoCV Library

Dependents:   OSCtoCVConverter

Revision:
6:7fb15b1b5459
Parent:
4:fe335dc8d53d
--- a/OSCtoCV_GateSequencer.h	Thu Feb 18 13:26:48 2016 +0000
+++ b/OSCtoCV_GateSequencer.h	Thu Feb 25 11:21:37 2016 +0000
@@ -10,6 +10,6 @@
 // Gate Sequencer Functions
 
 // 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);
+int GateSeq(uint16_t bpm, uint16_t beat, uint8_t ch, float length, bool invert, bool gatesOff, bool syncoff);
 
 #endif