|
synthclone 0.3.0
|
| Nsynthclone | |
| CComponent | Base class for synthclone components |
| CContext | Context objects allow Participant objects to interact with a synthclone session |
| CDesignerView | Utility class for loading views created with QtDesigner |
| CEffect | Component capable of altering samples in some way |
| CEffectJob | Represents a job that will be sent to registered Effect objects |
| CError | An exception class used with synthclone specific errors |
| CFileSelectionView | A utility view class that handles the selection of files and directories |
| CIPlugin | This interface is implemented by synthclone plugins |
| CMenuAction | MenuAction objects are triggerable choices in a menu |
| CMenuItem | Base class that contains common functionality used by MenuAction and MenuSeparator objects |
| CMenuSeparator | MenuSeparator objects are used to create a sense of grouping with MenuAction objects |
| CParticipant | Participants objects interact with synthclone |
| CRegistration | Registration objects are returned when objects are registered with the session |
| CSample | Contains sample data |
| CSampleCopier | Utility class that copies Sample data from a SampleInputStream to a SampleOutputStream, emitting SampleCopier::copyProgress events as it goes along |
| CSampleInputStream | Used to read sample data from a sample file |
| CSampleOutputStream | Used to write sample data to a sample file |
| CSampler | Component capable of capturing and playing back audio |
| CSamplerJob | Represents a job that will be sent to a Sampler |
| CSampleStream | Base class for reading/writing Sample files |
| CSemaphore | A portable semaphore object, optimally including a realtime-safe 'post' operation |
| CTarget | Component capable of building a patch from a list of Zone objects |
| CView | Utility view class |
| CZone | Zone objects contains data about how Sample objects should be acquired from a Sampler |
| CZoneComparer | Subclasses of 'ZoneComparer' are used to sort zones, generally by a specific property |