8 #ifndef INCLUDE_Accessor_H
9 #define INCLUDE_Accessor_H
13 #define CSL_INT_TYPE 1
14 #define CSL_FLOAT_TYPE 2
15 #define CSL_STRING_TYPE 3
25 Accessor(
string na,
unsigned sel,
unsigned typ)
AdditiveInstrument.h – Sum-of-sines synthesis instrument class.
unsigned mType
argument type (see macros above, e.g., CSL_FLOAT_TYPE)
unsigned mSelector
operand selector (see macros in the instruments, e.g., set_attack_f)
Accessor(string na, unsigned sel, unsigned typ)
Convenient constructor.
vector< Accessor * > AccessorVector
Typedef for AccessorVector object.
The Accessor class has public data members.