working-est copy with class-based code. still open loop

Dependencies:   mbed

Fork of analoghalls6 by N K

Revision:
8:b92043d76919
Parent:
1:1f58bdcf2956
--- a/modulators.cpp	Mon Mar 02 11:17:15 2015 +0000
+++ b/modulators.cpp	Thu Mar 05 11:17:10 2015 +0000
@@ -2,7 +2,9 @@
 #include "meta.h"
 
 void SinusoidalModulator::Update(float va, float vb) {
+    /*
     _inverter->SetDtcA(va);
     _inverter->SetDtcB(vb);
     _inverter->SetDtcC(1.0f - va - vb);
+    */
 }
\ No newline at end of file