Mercurial > hg > sonic-visualiser
comparison main/main.cpp @ 129:20ec0c6d4a97
* Experiment with sizing the property stacks and using a frame on the overview
widget with an eye to making the default empty window look a bit nicer
author | Chris Cannam |
---|---|
date | Mon, 16 Apr 2007 12:20:27 +0000 |
parents | fbd09fcda469 |
children | 784ea35d07dd |
comparison
equal
deleted
inserted
replaced
128:6caf27d1e5e8 | 129:20ec0c6d4a97 |
---|---|
49 | 49 |
50 - Turning one model (e.g. audio) into another (e.g. more audio, or a | 50 - Turning one model (e.g. audio) into another (e.g. more audio, or a |
51 curve extracted from it): Transform and subclasses | 51 curve extracted from it): Transform and subclasses |
52 | 52 |
53 - Creating the plugins used by transforms: RealTimePluginFactory, | 53 - Creating the plugins used by transforms: RealTimePluginFactory, |
54 FeatureExtractionPluginFactory | 54 FeatureExtractionPluginFactory. See also the API documentation for |
55 Vamp feature extraction plugins at | |
56 http://www.vamp-plugins.org/code-doc/. | |
55 | 57 |
56 - File reading and writing code: AudioFileReader and subclasses, | 58 - File reading and writing code: AudioFileReader and subclasses, |
57 WavFileWriter, DataFileReader, SVFileReader | 59 WavFileWriter, DataFileReader, SVFileReader |
58 | 60 |
59 - FFT calculation and cacheing: FFTModel, FFTDataServer | 61 - FFT calculation and cacheing: FFTModel, FFTDataServer |