20#ifndef __SYNTHCLONE_SAMPLER_H__
21#define __SYNTHCLONE_SAMPLER_H__
178 Sampler(
const QString &name, QObject *parent=0);
Component(const QString &name, QObject *parent=0)
Constructs a new Component object.
Base class for reading/writing Sample files.
Definition samplestream.h:38
Represents a job that will be sent to a Sampler.
Definition samplerjob.h:31
virtual void startJob(const SamplerJob &job, SampleStream &stream)=0
Starts a new job.
Sampler(const QString &name, QObject *parent=0)
Constructs a new Sampler.
virtual void abortJob()=0
Aborts the current job.
void jobError(const QString &message)
Emitted when a job cannot be completed due to an error.
void jobCompleted()
Emitted when a job finishes.
void jobAborted()
Emitted when a job has been aborted.
Definition component.h:26