|
Zrythm
a highly automated and intuitive digital audio workstation
|
#include <plugins/plugin_identifier.h>
Data Fields | |
| ZPluginSlotType | slot_type |
| unsigned int | track_name_hash |
| Track name hash. | |
| int | slot |
| The slot this plugin is in the channel, or the index if this is part of a modulator. | |
Plugin identifier.
Definition at line 40 of file plugin_identifier.h.
| int PluginIdentifier::slot |
The slot this plugin is in the channel, or the index if this is part of a modulator.
If PluginIdentifier.slot_type is an instrument, this must be set to -1.
Definition at line 54 of file plugin_identifier.h.
| ZPluginSlotType PluginIdentifier::slot_type |
Definition at line 42 of file plugin_identifier.h.
| unsigned int PluginIdentifier::track_name_hash |
Track name hash.
Definition at line 45 of file plugin_identifier.h.