|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Data Fields | |
| int | schema_version |
| char * | author |
| char * | name |
| char * | website |
| ZPluginCategory_v1 | category |
| char * | category_str |
| int | num_audio_ins |
| int | num_midi_ins |
| int | num_audio_outs |
| int | num_midi_outs |
| int | num_ctrl_ins |
| int | num_ctrl_outs |
| int | num_cv_ins |
| int | num_cv_outs |
| PluginArchitecture_v1 | arch |
| PluginProtocol_v1 | protocol |
| char * | path |
| char * | uri |
| int64_t | unique_id |
| ZCarlaBridgeMode_v1 | min_bridge_mode |
| bool | has_custom_ui |
| unsigned int | ghash |
Definition at line 159 of file plugin_descriptor.h.
| PluginArchitecture_v1 PluginDescriptor_v1::arch |
Definition at line 175 of file plugin_descriptor.h.
| char* PluginDescriptor_v1::author |
Definition at line 162 of file plugin_descriptor.h.
| ZPluginCategory_v1 PluginDescriptor_v1::category |
Definition at line 165 of file plugin_descriptor.h.
| char* PluginDescriptor_v1::category_str |
Definition at line 166 of file plugin_descriptor.h.
| unsigned int PluginDescriptor_v1::ghash |
Definition at line 182 of file plugin_descriptor.h.
| bool PluginDescriptor_v1::has_custom_ui |
Definition at line 181 of file plugin_descriptor.h.
| ZCarlaBridgeMode_v1 PluginDescriptor_v1::min_bridge_mode |
Definition at line 180 of file plugin_descriptor.h.
| char* PluginDescriptor_v1::name |
Definition at line 163 of file plugin_descriptor.h.
| int PluginDescriptor_v1::num_audio_ins |
Definition at line 167 of file plugin_descriptor.h.
| int PluginDescriptor_v1::num_audio_outs |
Definition at line 169 of file plugin_descriptor.h.
| int PluginDescriptor_v1::num_ctrl_ins |
Definition at line 171 of file plugin_descriptor.h.
| int PluginDescriptor_v1::num_ctrl_outs |
Definition at line 172 of file plugin_descriptor.h.
| int PluginDescriptor_v1::num_cv_ins |
Definition at line 173 of file plugin_descriptor.h.
| int PluginDescriptor_v1::num_cv_outs |
Definition at line 174 of file plugin_descriptor.h.
| int PluginDescriptor_v1::num_midi_ins |
Definition at line 168 of file plugin_descriptor.h.
| int PluginDescriptor_v1::num_midi_outs |
Definition at line 170 of file plugin_descriptor.h.
| char* PluginDescriptor_v1::path |
Definition at line 177 of file plugin_descriptor.h.
| PluginProtocol_v1 PluginDescriptor_v1::protocol |
Definition at line 176 of file plugin_descriptor.h.
| int PluginDescriptor_v1::schema_version |
Definition at line 161 of file plugin_descriptor.h.
| int64_t PluginDescriptor_v1::unique_id |
Definition at line 179 of file plugin_descriptor.h.
| char* PluginDescriptor_v1::uri |
Definition at line 178 of file plugin_descriptor.h.
| char* PluginDescriptor_v1::website |
Definition at line 164 of file plugin_descriptor.h.