7 #ifndef __moa_MultiSweepSystem_h__ 8 #define __moa_MultiSweepSystem_h__ 39 void initialize(
void);
41 virtual void start(
const t_note_id &a_note_id);
Sweep through a range multiple times.
Definition: MultiSweepSystem.h:32
virtual void connectOrchestrator(sp< OrchestratorI > a_spOrchestrator)
Callback for the System to register itself to the orchestrator.
Definition: MultiSweepSystem.cc:26
kernel
Definition: namespace.dox:3
Per-class participation in the Initialized <> mechanism.
Definition: Initialized.h:117
Intrusive Smart Pointer.
Definition: src/core/ptr.h:53
System Interface for MOA.
Definition: SystemI.h:18