synthclone  0.3.0
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CQObject
 Csynthclone::ComponentBase class for synthclone components
 Csynthclone::EffectComponent capable of altering samples in some way
 Csynthclone::SamplerComponent capable of capturing and playing back audio
 Csynthclone::TargetComponent capable of building a patch from a list of Zone objects
 Csynthclone::ContextContext objects allow Participant objects to interact with a synthclone session
 Csynthclone::EffectJobRepresents a job that will be sent to registered Effect objects
 Csynthclone::MenuItemBase class that contains common functionality used by MenuAction and MenuSeparator objects
 Csynthclone::MenuActionMenuAction objects are triggerable choices in a menu
 Csynthclone::MenuSeparatorMenuSeparator objects are used to create a sense of grouping with MenuAction objects
 Csynthclone::ParticipantParticipants objects interact with synthclone
 Csynthclone::RegistrationRegistration objects are returned when objects are registered with the session
 Csynthclone::SampleContains sample data
 Csynthclone::SampleCopierUtility class that copies Sample data from a SampleInputStream to a SampleOutputStream, emitting SampleCopier::copyProgress events as it goes along
 Csynthclone::SamplerJobRepresents a job that will be sent to a Sampler
 Csynthclone::SampleStreamBase class for reading/writing Sample files
 Csynthclone::SampleInputStreamUsed to read sample data from a sample file
 Csynthclone::SampleOutputStreamUsed to write sample data to a sample file
 Csynthclone::SemaphoreA portable semaphore object, optimally including a realtime-safe 'post' operation
 Csynthclone::ViewUtility view class
 Csynthclone::DesignerViewUtility class for loading views created with QtDesigner
 Csynthclone::FileSelectionViewA utility view class that handles the selection of files and directories
 Csynthclone::ZoneZone objects contains data about how Sample objects should be acquired from a Sampler
 Csynthclone::ZoneComparerSubclasses of 'ZoneComparer' are used to sort zones, generally by a specific property
 Csynthclone::ErrorAn exception class used with synthclone specific errors
 Csynthclone::IPluginThis interface is implemented by synthclone plugins