20 #ifndef __SYNTHCLONE_ZONECOMPARER_H__
21 #define __SYNTHCLONE_ZONECOMPARER_H__
Subclasses of 'ZoneComparer' are used to sort zones, generally by a specific property.
Definition: zonecomparer.h:35
Definition: component.h:26
Zone objects contains data about how Sample objects should be acquired from a Sampler.
Definition: zone.h:37
virtual bool isLessThan(const Zone *zone1, const Zone *zone2) const =0
Indicates whether one Zone object should come before a second Zone object.
ZoneComparer(QObject *parent=0)
Constructs a new ZoneComparer object.