CSL
6.0
|
Go to the source code of this file.
Classes | |
class | csl::InOut |
InOut class copies the IO port's input buffer to the output buffer, possibly with channel remap and scaling. More... | |
Namespaces | |
csl | |
AdditiveInstrument.h – Sum-of-sines synthesis instrument class. | |
Macros | |
#define | kNoProc 0 |
#define | kLR2M 1 |
#define | kL2M 2 |
#define | kR2M 3 |
#define | kN2M 4 |
Typedefs | |
typedef int | csl::InOutFlags |
#define kNoProc 0 |
Definition at line 25 of file InOut.h.
Referenced by csl::InOut::nextBuffer(), testCMapIO(), and csl::VSTIO::VSTIO().
#define kLR2M 1 |
Definition at line 26 of file InOut.h.
Referenced by csl::InOut::nextBuffer().
#define kL2M 2 |
Definition at line 27 of file InOut.h.
Referenced by csl::InOut::nextBuffer().
#define kR2M 3 |
Definition at line 28 of file InOut.h.
Referenced by csl::InOut::nextBuffer().
#define kN2M 4 |
Definition at line 29 of file InOut.h.
Referenced by csl::InOut::nextBuffer().