Audacity 3.2.0
|
Posted when effect is being added or removed to/from channel group or project. More...
#include <RealtimeEffectManager.h>
Public Types | |
enum class | Type { EffectAdded , EffectReplaced , EffectRemoved } |
Public Attributes | |
Type | type {} |
ChannelGroup * | group {} |
null, if changes happened in the project scope More... | |
Posted when effect is being added or removed to/from channel group or project.
Definition at line 36 of file RealtimeEffectManager.h.
|
strong |
Enumerator | |
---|---|
EffectAdded | |
EffectReplaced | |
EffectRemoved |
Definition at line 38 of file RealtimeEffectManager.h.
ChannelGroup* RealtimeEffectManagerMessage::group {} |
null, if changes happened in the project scope
Definition at line 45 of file RealtimeEffectManager.h.
Referenced by TrackPanel::TrackPanel().
Type RealtimeEffectManagerMessage::type {} |
Definition at line 44 of file RealtimeEffectManager.h.