|
| static v3_result V3_API | set_int (void *const self, const char *const id, const int64_t value) |
| static v3_result V3_API | get_int (void *const self, const char *const id, int64_t *const value) |
| static v3_result V3_API | set_float (void *const self, const char *const id, const double value) |
| static v3_result V3_API | get_float (void *const self, const char *const id, double *const value) |
| static v3_result V3_API | set_string (void *const self, const char *const id, const int16_t *const string) |
| static v3_result V3_API | get_string (void *const self, const char *const id, int16_t *const string, const uint32_t size) |
| static v3_result V3_API | set_binary (void *const self, const char *const id, const void *const data, const uint32_t size) |
| static v3_result V3_API | get_binary (void *const self, const char *const id, const void **const data, uint32_t *const size) |
◆ carla_v3_attribute_list()
| carla_v3_attribute_list::carla_v3_attribute_list |
( |
| ) |
|
|
inline |
◆ ~carla_v3_attribute_list()
| carla_v3_attribute_list::~carla_v3_attribute_list |
( |
| ) |
|
|
inline |
◆ add()
◆ get()
◆ get_binary()
◆ get_float()
◆ get_int()
◆ get_string()
◆ set_binary()
◆ set_float()
◆ set_int()
◆ set_string()
◆ vars
| std::unordered_map<std::string, v3_var> carla_v3_attribute_list::vars |
The documentation for this struct was generated from the following file:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/backend/plugin/CarlaPluginVST3.cpp