20#ifndef __SYNTHCLONE_EFFECTJOB_H__
21#define __SYNTHCLONE_EFFECTJOB_H__
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