Mercurial > hg > sonic-visualiser
changeset 244:a47d7116aedf sv1-v1.2
* small doc update
author | Chris Cannam |
---|---|
date | Wed, 20 Feb 2008 15:57:18 +0000 |
parents | 0c868fb3623c |
children | 587c79827c69 |
files | main/main.cpp |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/main/main.cpp Mon Feb 18 11:13:31 2008 +0000 +++ b/main/main.cpp Wed Feb 20 15:57:18 2008 +0000 @@ -54,7 +54,11 @@ Document, SVFileReader - Turning one model (e.g. audio) into another (e.g. more audio, or a - curve extracted from it): Transform and subclasses + curve extracted from it): Transform, encapsulating the data that need + to be stored to be able to reproduce a given transformation; + TransformFactory, for discovering the available types of transform; + ModelTransformerFactory, ModelTransformer and subclasses, providing + the mechanisms for applying transforms to data models - Creating the plugins used by transforms: RealTimePluginFactory, FeatureExtractionPluginFactory. See also the API documentation for