OSCtoCV Library

Dependents:   OSCtoCVConverter

OSCtoCV_GateSequencer.h

Committer:
casiotone401
Date:
2016-02-25
Revision:
6:7fb15b1b5459
Parent:
4:fe335dc8d53d

File content as of revision 6:7fb15b1b5459:

#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(uint16_t bpm, uint16_t beat, uint8_t ch, float length, bool invert, bool gatesOff, bool syncoff);

#endif