synthclone
0.3.0
|
▼CQObject | |
▼Csynthclone::Component | Base class for synthclone components |
Csynthclone::Effect | Component capable of altering samples in some way |
Csynthclone::Sampler | Component capable of capturing and playing back audio |
Csynthclone::Target | Component capable of building a patch from a list of Zone objects |
Csynthclone::Context | Context objects allow Participant objects to interact with a synthclone session |
Csynthclone::EffectJob | Represents a job that will be sent to registered Effect objects |
▼Csynthclone::MenuItem | Base class that contains common functionality used by MenuAction and MenuSeparator objects |
Csynthclone::MenuAction | MenuAction objects are triggerable choices in a menu |
Csynthclone::MenuSeparator | MenuSeparator objects are used to create a sense of grouping with MenuAction objects |
Csynthclone::Participant | Participants objects interact with synthclone |
Csynthclone::Registration | Registration objects are returned when objects are registered with the session |
Csynthclone::Sample | Contains sample data |
Csynthclone::SampleCopier | Utility class that copies Sample data from a SampleInputStream to a SampleOutputStream, emitting SampleCopier::copyProgress events as it goes along |
Csynthclone::SamplerJob | Represents a job that will be sent to a Sampler |
▼Csynthclone::SampleStream | Base class for reading/writing Sample files |
Csynthclone::SampleInputStream | Used to read sample data from a sample file |
Csynthclone::SampleOutputStream | Used to write sample data to a sample file |
Csynthclone::Semaphore | A portable semaphore object, optimally including a realtime-safe 'post' operation |
▼Csynthclone::View | Utility view class |
Csynthclone::DesignerView | Utility class for loading views created with QtDesigner |
Csynthclone::FileSelectionView | A utility view class that handles the selection of files and directories |
Csynthclone::Zone | Zone objects contains data about how Sample objects should be acquired from a Sampler |
Csynthclone::ZoneComparer | Subclasses of 'ZoneComparer' are used to sort zones, generally by a specific property |
Csynthclone::Error | An exception class used with synthclone specific errors |
Csynthclone::IPlugin | This interface is implemented by synthclone plugins |