OSCtoCV Library

Dependents:   OSCtoCVConverter

Revision:
0:cd43a974c54c
Child:
1:981b62bb5c87
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/OSCtoCV_GateSequencer.h	Sun Jan 17 09:30:32 2016 +0000
@@ -0,0 +1,15 @@
+#ifndef OSCtoCV_GATESEQUENCER_h
+#define OSCtoCV_GATESEQUENCER_h
+
+#pragma O3
+#pragma Otime
+
+#include "mbed.h"
+
+//-------------------------------------------------------------
+// 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);
+
+#endif