Ardour
9.0-pre0-582-g084a23a80d
|
#include <types.h>
Public Types | |
enum | Type { NoProcessorChange = 0x0 , MeterPointChange = 0x1 , RealTimeChange = 0x2 , GeneralChange = 0x4 , SendReturnChange = 0x8 , CustomPinChange = 0x10 } |
Public Member Functions | |
RouteProcessorChange () | |
RouteProcessorChange (Type t) | |
RouteProcessorChange (Type t, bool m) | |
Public Attributes | |
Type | type |
bool | meter_visibly_changed |
A struct used to describe changes to processors in a route. This is useful because objects that respond to a change in processors can optimise what work they do based on details of what has changed.
While the signal themselves are distinct values, the Session can accumulate then via ProcessorChangeBlocker and batch process them.
Definition at line 754 of file ardour/ardour/types.h.
Enumerator | |
---|---|
NoProcessorChange | |
MeterPointChange | |
RealTimeChange | |
GeneralChange | |
SendReturnChange | |
CustomPinChange |
Definition at line 755 of file ardour/ardour/types.h.
|
inline |
Definition at line 764 of file ardour/ardour/types.h.
|
inline |
Definition at line 767 of file ardour/ardour/types.h.
|
inline |
Definition at line 770 of file ardour/ardour/types.h.
bool ARDOUR::RouteProcessorChange::meter_visibly_changed |
true if, when a MeterPointChange has occurred, the change is visible to the user
Definition at line 776 of file ardour/ardour/types.h.
Type ARDOUR::RouteProcessorChange::type |
type of change; "GeneralChange" means anything could have changed
Definition at line 774 of file ardour/ardour/types.h.