|
LMMS
|
Public Attributes | |
| float * | buf |
| float * | input |
| float * | output |
| LV2_URID_Map * | map |
| struct { | |
| LV2_URID atom_Float | |
| } | uris |
| char * | tmp_file_path |
| char * | rec_file_path |
| FILE * | rec_file |
| unsigned | num_runs |
Every plugin defines a private structure for the plugin instance. All data associated with a plugin instance is stored here, and is available to every instance method. In this simple plugin, only port buffers need to be stored, since there is no additional instance data.
| LV2_URID Test::atom_Float |
| float* Test::buf |
| float * Test::input |
| LV2_URID_Map* Test::map |
| unsigned Test::num_runs |
| float * Test::output |
| FILE* Test::rec_file |
| char* Test::rec_file_path |
| char* Test::tmp_file_path |
| struct { ... } Test::uris |