Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::commands::ChangeParameterValueCommand Class Reference
Inheritance diagram for zrythm::commands::ChangeParameterValueCommand:
Collaboration diagram for zrythm::commands::ChangeParameterValueCommand:

Public Member Functions

 ChangeParameterValueCommand (dsp::ProcessorParameter &param, float value)
int id () const override
bool mergeWith (const QUndoCommand *other) override
void undo () override
void redo () override

Detailed Description

Definition at line 12 of file change_parameter_value_command.h.

Constructor & Destructor Documentation

◆ ChangeParameterValueCommand()

zrythm::commands::ChangeParameterValueCommand::ChangeParameterValueCommand ( dsp::ProcessorParameter & param,
float value )
inline

Definition at line 16 of file change_parameter_value_command.h.

Member Function Documentation

◆ id()

int zrythm::commands::ChangeParameterValueCommand::id ( ) const
inlineoverride

Definition at line 23 of file change_parameter_value_command.h.

◆ mergeWith()

bool zrythm::commands::ChangeParameterValueCommand::mergeWith ( const QUndoCommand * other)
inlineoverride

Definition at line 24 of file change_parameter_value_command.h.

◆ redo()

void zrythm::commands::ChangeParameterValueCommand::redo ( )
inlineoverride

Definition at line 48 of file change_parameter_value_command.h.

◆ undo()

void zrythm::commands::ChangeParameterValueCommand::undo ( )
inlineoverride

Definition at line 47 of file change_parameter_value_command.h.


The documentation for this class was generated from the following file: