20 #ifndef __SYNTHCLONE_SAMPLERJOB_H__ 21 #define __SYNTHCLONE_SAMPLERJOB_H__ virtual Type getType() const =0
Gets the SamplerJob::Type.
Definition: samplerjob.h:42
Definition: samplerjob.h:44
Definition: component.h:26
virtual const Zone * getZone() const =0
Gets the Zone that the Sampler will use to get information for this SamplerJob.
Represents a job that will be sent to a Sampler.
Definition: samplerjob.h:31
Type
The type of job that will be executed by the Sampler.
Definition: samplerjob.h:41
virtual ~SamplerJob()
Destroys a SamplerJob.
Zone objects contains data about how Sample objects should be acquired from a Sampler.
Definition: zone.h:37
SamplerJob(QObject *parent=0)
Constructs a new SamplerJob object.
Definition: samplerjob.h:43