7 #ifndef __driveline_DrivelineISystem_h__ 8 #define __driveline_DrivelineISystem_h__ 23 void initialize(
void);
25 virtual void compile(
const t_note_id &a_note_id);
26 virtual void perform(
const t_note_id &a_note_id);
27 virtual void step(t_moa_real a_dt);
32 std::vector< Record > m_r_drivelines;
34 t_note_id m_note_datapoint;
Run Time Driveline.
Definition: drivelineAS.h:94
kernel
Definition: namespace.dox:3
Time Stepping System.
Definition: Stepper.h:15
Per-class participation in the Initialized <> mechanism.
Definition: Initialized.h:117
Intrusive Smart Pointer.
Definition: src/core/ptr.h:53
Driveline System.
Definition: DrivelineISystem.h:16