comparison main/main.cpp @ 244:a47d7116aedf sv1-v1.2

* small doc update
author Chris Cannam
date Wed, 20 Feb 2008 15:57:18 +0000
parents 99fa3387dfef
children 587c79827c69
comparison
equal deleted inserted replaced
243:0c868fb3623c 244:a47d7116aedf
52 52
53 - Main window class, document class, and file parser: MainWindow, 53 - Main window class, document class, and file parser: MainWindow,
54 Document, SVFileReader 54 Document, SVFileReader
55 55
56 - Turning one model (e.g. audio) into another (e.g. more audio, or a 56 - Turning one model (e.g. audio) into another (e.g. more audio, or a
57 curve extracted from it): Transform and subclasses 57 curve extracted from it): Transform, encapsulating the data that need
58 to be stored to be able to reproduce a given transformation;
59 TransformFactory, for discovering the available types of transform;
60 ModelTransformerFactory, ModelTransformer and subclasses, providing
61 the mechanisms for applying transforms to data models
58 62
59 - Creating the plugins used by transforms: RealTimePluginFactory, 63 - Creating the plugins used by transforms: RealTimePluginFactory,
60 FeatureExtractionPluginFactory. See also the API documentation for 64 FeatureExtractionPluginFactory. See also the API documentation for
61 Vamp feature extraction plugins at 65 Vamp feature extraction plugins at
62 http://www.vamp-plugins.org/code-doc/. 66 http://www.vamp-plugins.org/code-doc/.