OSCtoCV Library

Dependents:   OSCtoCVConverter

OSCtoCV_GateSequencer.h

Committer:
casiotone401
Date:
2016-01-17
Revision:
0:cd43a974c54c
Child:
1:981b62bb5c87

File content as of revision 0:cd43a974c54c:

#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