mirror of
https://github.com/thestk/stk
synced 2026-02-07 09:46:16 +00:00
Version 3.0
This commit is contained in:
committed by
Stephen Sinclair
parent
7c0ee03d60
commit
868787a5f9
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user