20 #ifndef __SYNTHCLONE_EFFECTJOB_H__ 21 #define __SYNTHCLONE_EFFECTJOB_H__ virtual ~EffectJob()
Destroys an EffectJob.
virtual const Zone * getZone() const =0
Gets the Zone that the Effect will use to get information for this EffectJob.
EffectJob(QObject *parent=0)
Constructs a new EffectJob object.
Definition: component.h:26
Represents a job that will be sent to registered Effect objects.
Definition: effectjob.h:31
Zone objects contains data about how Sample objects should be acquired from a Sampler.
Definition: zone.h:37