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

Data Fields | |
| plugins::PluginUuidReference | plugin_ref |
| Reference to the plugin being moved. | |
| PluginLocation | source_location |
| Where the plugin currently lives. | |
| int | index_in_source {} |
| Index of the plugin in its source group (saved during redo). | |
Per-plugin info for the move.
Definition at line 31 of file move_plugins_command.h.
| int zrythm::commands::MovePluginsCommand::PluginMoveInfo::index_in_source {} |
Index of the plugin in its source group (saved during redo).
Definition at line 38 of file move_plugins_command.h.
| plugins::PluginUuidReference zrythm::commands::MovePluginsCommand::PluginMoveInfo::plugin_ref |
Reference to the plugin being moved.
Definition at line 34 of file move_plugins_command.h.
| PluginLocation zrythm::commands::MovePluginsCommand::PluginMoveInfo::source_location |
Where the plugin currently lives.
Definition at line 36 of file move_plugins_command.h.