#include <gxAudioClockHelper.h>
Inheritance diagram for gxAudioClockHelper:
Public Member Functions | |
gxAudioClockHelper (gxAudioGraph *graph) | |
virtual | ~gxAudioClockHelper () |
int | connectClock (gxAudioFilter *synth) |
Connect a synth to the clock. | |
int | disconnectClock (gxAudioFilter *synth) |
Disconnect the clock from the synth. | |
virtual bool | visit (gxAudioFilter *filter) |
Part of the filter visitor pattern. |
|
|
|
|
|
Connect a synth to the clock. This method performs the following:
|
|
Disconnect the clock from the synth. Undoes the connection steps. |
|
Part of the filter visitor pattern. Invoked by the graph when iterating through filters looking for the clock source. Implements gxAudioFilterVisitor. |