|
Krotos Modules 3
|
#include <KAttachment.h>
Public Member Functions | |
| ParameterUpdater (KAttachment &owner) | |
| void | next () |
| void | reset () |
Private Member Functions | |
| void | callUpdateFunction () |
| void | incrementCounters () |
Private Attributes | |
| KAttachment & | m_owner |
| int | m_updateCounter |
| int | m_sampleCounter |
Used by KAttachment & KwidgetProcessor to allow for 'automatic' integration of the new parameter values into the processor.
When the attached parameter changes, a flag is set to tell the processor that this object's ParameterUpdater is ready. The processor then uses it to apply the new values during the next block.
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
private |
|
private |
|
private |