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