Version 3.0

This commit is contained in:
Gary Scavone
2013-09-25 11:21:51 +02:00
committed by Stephen Sinclair
parent 7c0ee03d60
commit 868787a5f9
348 changed files with 12471 additions and 9135 deletions

View File

@@ -8,16 +8,14 @@
#if !defined(__TwoOsc_h)
#define __TwoOsc_h
//#include "../Instrmnt.h"
#include "../Envelope.h"
#include "../RawLoop.h"
#include "../STK/Envelope.h"
#include "../STK/RawWvIn.h"
class TwoOsc : public Object
{
protected:
Envelope *envelope;
RawLoop *osc[2];
RawWvIn *osc[2];
MY_FLOAT lastOutput;
MY_FLOAT amps[2];