OSCtoCV Library

Dependents:   OSCtoCVConverter

Revision:
6:7fb15b1b5459
Parent:
4:fe335dc8d53d
--- a/OSCtoCV_LFO.cpp	Thu Feb 18 13:26:48 2016 +0000
+++ b/OSCtoCV_LFO.cpp	Thu Feb 25 11:21:37 2016 +0000
@@ -103,7 +103,7 @@
 //-------------------------------------------------------------
 // LFO cv generator
 
-void SteppedLFO(unsigned int channelOffset, bool quantizeOff)
+void SteppedLFO(uint8_t channelOffset, bool quantizeOff)
 {
     static uint8_t ch = channelOffset;
     static uint8_t mcount;