Implement Delay CC

This commit is contained in:
hirsch 2016-06-26 18:13:02 -04:00
parent 1130fceea5
commit 6638fc5bf3
11 changed files with 720 additions and 140 deletions

4
amp.h
View file

@ -18,8 +18,8 @@ protected:
// Only base class is friend of Mustang, so forward calls from
// derived classes through these methods.
int control_common1( int parm, int bucket, int value );
int control_common2( int parm, int bucket, int value );
int continuous_control( int parm5, int parm6, int parm7, int value );
int discrete_control( int parm5, int parm6, int parm7, int value );
public:
AmpCC( Mustang * theAmp ) : amp(theAmp) {}