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