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 "ADSR.h"
#include "RawWave.h"
#include "RawInterp.h"
#include "RawLoop.h"
#include "OnePole.h"
@@ -19,7 +19,7 @@ class Sampler : public Instrmnt
{
protected:
ADSR *adsr;
RawWave *attacks[5];
RawInterp *attacks[5];
RawLoop *loops[5];
OnePole *filter;
MY_FLOAT baseFreq;