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

Public Member Functions

 ProcessorParameterOperator (QObject *parent=nullptr)
Q_SIGNAL void processorParameterChanged ()
Q_SIGNAL void undoStackChanged ()
dsp::ProcessorParameterprocessorParameter () const
void setProcessorParameter (dsp::ProcessorParameter *param)
undo::UndoStackundoStack () const
void setUndoStack (undo::UndoStack *undoStack)
Q_INVOKABLE void setValue (float value)

Properties

zrythm::dsp::ProcessorParameterprocessorParameter
zrythm::undo::UndoStackundoStack

Detailed Description

Definition at line 15 of file parameter_operator.h.

Constructor & Destructor Documentation

◆ ProcessorParameterOperator()

zrythm::actions::ProcessorParameterOperator::ProcessorParameterOperator ( QObject * parent = nullptr)
inlineexplicit

Definition at line 23 of file parameter_operator.h.

Member Function Documentation

◆ processorParameter()

dsp::ProcessorParameter * zrythm::actions::ProcessorParameterOperator::processorParameter ( ) const
inline

Definition at line 31 of file parameter_operator.h.

◆ setProcessorParameter()

void zrythm::actions::ProcessorParameterOperator::setProcessorParameter ( dsp::ProcessorParameter * param)
inline

Definition at line 32 of file parameter_operator.h.

◆ setUndoStack()

void zrythm::actions::ProcessorParameterOperator::setUndoStack ( undo::UndoStack * undoStack)
inline

Definition at line 46 of file parameter_operator.h.

◆ undoStack()

undo::UndoStack * zrythm::actions::ProcessorParameterOperator::undoStack ( ) const
inline

Definition at line 45 of file parameter_operator.h.

Property Documentation

◆ processorParameter

zrythm::dsp::ProcessorParameter * zrythm::actions::ProcessorParameterOperator::processorParameter
readwrite

Definition at line 18 of file parameter_operator.h.

◆ undoStack

zrythm::undo::UndoStack * zrythm::actions::ProcessorParameterOperator::undoStack
readwrite

Definition at line 19 of file parameter_operator.h.


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