Version 2.02

This commit is contained in:
Gary Scavone
2013-09-25 11:18:58 +02:00
committed by Stephen Sinclair
parent ea749b71d2
commit 7c0ee03d60
47 changed files with 1888 additions and 696 deletions

View File

@@ -11,7 +11,7 @@
#include "Instrmnt.h"
#include "Envelope.h"
#include "RawWave.h"
#include "RawInterp.h"
#include "RawLoop.h"
#include "BiQuad.h"
#include "OnePole.h"
@@ -20,7 +20,7 @@ class Modal4 : public Instrmnt
{
protected:
Envelope *envelope;
RawWave *wave;
RawInterp *wave;
BiQuad *filters[4];
OnePole *onepole;
RawLoop *vibr;