# HG changeset patch # User Chris Cannam # Date 1203523038 0 # Node ID a47d7116aedf95aca94760097407ac5e66e308cb # Parent 0c868fb3623c0f02c12a056d41c705c64a4dc044 * small doc update diff -r 0c868fb3623c -r a47d7116aedf main/main.cpp --- 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