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