|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Per-plugin info for the removal. More...
#include <src/commands/remove_plugins_command.h>

Data Fields | |
| plugins::PluginUuidReference | plugin_ref |
| Reference to the plugin being removed. | |
| plugins::PluginGroup * | source_group {} |
| Group the plugin belongs to. | |
| structure::tracks::AutomationTracklist * | source_atl {} |
| Automation tracklist for the owning track (may be null). | |
| int | index_in_source {} |
| Index of the plugin in its group (saved during redo). | |
Per-plugin info for the removal.
Definition at line 29 of file remove_plugins_command.h.
| int zrythm::commands::RemovePluginsCommand::PluginRemoveInfo::index_in_source {} |
Index of the plugin in its group (saved during redo).
Definition at line 38 of file remove_plugins_command.h.
| plugins::PluginUuidReference zrythm::commands::RemovePluginsCommand::PluginRemoveInfo::plugin_ref |
Reference to the plugin being removed.
Definition at line 32 of file remove_plugins_command.h.
| structure::tracks::AutomationTracklist* zrythm::commands::RemovePluginsCommand::PluginRemoveInfo::source_atl {} |
Automation tracklist for the owning track (may be null).
Definition at line 36 of file remove_plugins_command.h.
| plugins::PluginGroup* zrythm::commands::RemovePluginsCommand::PluginRemoveInfo::source_group {} |
Group the plugin belongs to.
Definition at line 34 of file remove_plugins_command.h.