Go to the source code of this file.
Classes | |
| class | csl::Accessor |
Namespaces | |
| namespace | csl |
| < we use the STL vector, map, and string classes | |
Defines | |
| #define | CSL_INT_TYPE 1 |
| Type flags. | |
| #define | CSL_FLOAT_TYPE 2 |
| #define | CSL_STRING_TYPE 3 |
Typedefs | |
| typedef vector< Accessor * > | csl::AccessorVector |
| #define CSL_INT_TYPE 1 |
Type flags.
Accessor.h -- "Reflective" parameter name/setter/type acessor object. See the copyright notice and acknowledgment of authors in the file COPYRIGHT
These are used as "plugs" for dynamically controllable instruments (e.g., with MIDI voicers or OSC).
Referenced by csl::SndFileInstrument::initialize().
| #define CSL_FLOAT_TYPE 2 |
| #define CSL_STRING_TYPE 3 |
Referenced by csl::SndFileInstrument::initialize().
1.5.8