log

age author description
2007-11-22 Chris Cannam * More space and time efficient AlignmentModel
2007-11-15 Chris Cannam * Merge last fix from trunk spectrogram-cache-rejig
2007-11-15 Chris Cannam * Fix mishandling of encoded urls
2007-11-13 Chris Cannam * Get storage advice for each cache in an FFT data server. Allows us to be spectrogram-cache-rejig
2007-11-11 Chris Cannam * Pass StorageAdviser::Criteria into FFTModel constructor etc
2007-11-09 Chris Cannam * Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
2007-11-07 Chris Cannam * some tidying, and put some actual work in TransformFactory
2007-11-07 Chris Cannam * Further naming change: Transformer -> ModelTransformer.
2007-11-06 Chris Cannam * Another incremental update (this class not yet used)
2007-11-06 Chris Cannam * Another incremental Transform update
2007-11-05 Chris Cannam * Introduce new Transform class which contains data necessary to describe the
2007-11-02 Chris Cannam * some tweaks to improve usability of these classes in a console application
2007-11-01 Chris Cannam * Fix availability of alignment button and relative align/solo button state
2007-11-01 Chris Cannam * Document FileSource
2007-11-01 Chris Cannam * FileSource -> default to showProgress = false
2007-10-25 Chris Cannam * Some tidying up to handling of alignment; add alignment status label to
2007-10-25 Chris Cannam * correct frame count in cache-in-memory
2007-10-25 Chris Cannam ...
2007-10-24 Chris Cannam * Move some things around to facilitate plundering libraries for other
2007-10-24 Chris Cannam * Hoist alignment model set/query up to Model, so any models can be aligned
2007-10-22 Chris Cannam * Some export fixes, and avoid clipping on resampling on import
2007-10-18 Chris Cannam * RemoteFile -> FileSource
2007-10-18 Chris Cannam * Make RemoteFile far more pervasive, and use it for local files as well
2007-10-18 Chris Cannam * Add content type to remote file
2007-10-18 Chris Cannam * Make XmlExportable::toXml the function that is universally overridden (and
2007-10-17 Chris Cannam * Make drop behave more sensibly (replace current pane)
2007-10-10 Chris Cannam * interpolate in AlignmentModel
2007-10-10 Chris Cannam ...