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