2007-03-05 |
Chris Cannam |
* Fix failure to update mapped value when setValue is called
|
2007-03-05 |
Chris Cannam |
* Add current value to context help for dials in property boxes, and update
|
2007-03-05 |
Chris Cannam |
* Inhibit making and displaying time selections in slice layers
|
2007-03-02 |
Chris Cannam |
* Make getPropertyRangeAndValue return the default separately from the current
sv1-1.0pre1
|
2007-03-02 |
Chris Cannam |
* Update to use new vamp-hostsdk instead of vamp-sdk
|
2007-03-01 |
Chris Cannam |
* Fix overzealous cacheing in waveform layer that was leading to inaccurate
|
2007-03-01 |
Chris Cannam |
* Fix real-time plugin corruption when getLatency is called for some plugins
|
2007-03-01 |
Chris Cannam |
* Make audio file reader factory try for a reader based on the file's
|
2007-03-01 |
Chris Cannam |
* Rejig handling of scrolling views. Ensures, among other things, that playing
|
2007-02-28 |
Chris Cannam |
* Fix incorrect meter-scaling value for 0dB; some tidying
|
2007-02-27 |
Chris Cannam |
...
|
2007-02-27 |
Chris Cannam |
* Further fixes for Vamp API change, and update to support API versioning
|
2007-02-26 |
Chris Cannam |
* Fixes for new Vamp API changes -- I think plugin parameters are not being
|
2007-02-26 |
Chris Cannam |
* ensure view cache is discarded when overlay level changes
|
2007-02-26 |
Chris Cannam |
* remove some debug and some obsolete moc file includes
|
2007-02-26 |
Chris Cannam |
* Fix occasional misplacement of zoom wheels
|
2007-02-14 |
Chris Cannam |
* Fix crash in short spectrogram paint
|
2007-02-09 |
Chris Cannam |
* Add non-fftw3 fft alternative
|
2007-02-09 |
Chris Cannam |
...
|
2007-02-07 |
Chris Cannam |
* Return ranges from RangeSummarisableTimeValueModel::getRanges by references
|
2007-02-05 |
Chris Cannam |
* Flesh out feature descriptions for spectrum
|
2007-02-01 |
Chris Cannam |
* Scale fixes and feature descriptions in slice layer
|
2007-02-01 |
Chris Cannam |
* Work on harmonising colour and scale ranges between types of layer
|
2007-01-31 |
Chris Cannam |
* Add separate colour mapping unit; use it in spectrogram (colour 3d plot to follow)
|
2007-01-29 |
Chris Cannam |
* beginnings of spectrum scales
|
2007-01-26 |
Chris Cannam |
...
|
2007-01-26 |
Chris Cannam |
* Add slice layers (so you can display a slice of a colour 3d plot as if it were
|
2007-01-24 |
Chris Cannam |
* Avoid unnecessary work and updates when an invisible thumbwheel changes
|
2007-01-22 |
Chris Cannam |
* Fix a crash in spectrogram
|
2007-01-22 |
Chris Cannam |
* Allow user to activate a pane by clicking on the tab for its currently active
|
2007-01-19 |
Chris Cannam |
* Add large chunks of context help in the optional status bar
|
2007-01-12 |
Chris Cannam |
* Add range input dialog
|
2007-01-12 |
Chris Cannam |
* better icon
|
2007-01-05 |
Chris Cannam |
* Further fix for restoring layer visibility from session file
|
2007-01-05 |
Chris Cannam |
* Fix failure to reload play mute state correctly from session file
|
2006-12-13 |
Chris Cannam |
* Fix miscomparison of matrix height and fft size /2 (should be /2+1)
|
2006-11-24 |
Chris Cannam |
* Omit translucent blue fill for selection rectangles that are superimposed
|
2006-11-17 |
Chris Cannam |
* Update copyright notes as appropriate.
|
2006-11-15 |
Chris Cannam |
* Remove some obsolete files
|
2006-11-15 |
Chris Cannam |
* Add vertical zooming and snap-to-selection for OSC control;
|
2006-11-14 |
Chris Cannam |
* Press X to toggle the property boxes
|
2006-11-13 |
Chris Cannam |
* Somewhat better handling of running out of memory or disc space
|
2006-11-10 |
Chris Cannam |
* Update the main sv.prf for compatibility with Qt 4.2 qmake instead of
|
2006-10-30 |
Chris Cannam |
...
|
2006-10-24 |
Martin Gasser |
#include <math.h> required on OSX
|
2006-10-19 |
Chris Cannam |
* Wire up the Panner widget in the pane, and do some tidying in Pane
|
2006-10-19 |
Chris Cannam |
* Rename the existing Panner to Overview (big duh!)
|
2006-10-18 |
Chris Cannam |
* A start to a panner widget to go with thumbwheels
|
2006-10-17 |
Chris Cannam |
* Fix signal name
|
2006-10-17 |
Chris Cannam |
* minor fixes to tooltip
|
2006-10-17 |
Chris Cannam |
* Fix slowness in serving FFT values to feature extraction plugin transform
|
2006-10-17 |
Chris Cannam |
* Make audio dial remember its more accurate mapped value as well as its
|
2006-10-16 |
Chris Cannam |
* Use RangeMappers in various places in plugin parameters, layer properties,
|
2006-10-16 |
Chris Cannam |
* Add spectrum icon
|
2006-10-12 |
Chris Cannam |
* Make the thumbwheel widget much smoother to use, and fix a bug in positioning
|
2006-10-12 |
Chris Cannam |
* Add system-specific LADSPA and DSSI plugin paths (for OS/X and Windows)
|
2006-10-11 |
Chris Cannam |
* Tidy up plugin parameter dialog by switching it to a simple constructor
|
2006-10-10 |
Chris Cannam |
* Handle generator transforms (plugins whose channel count isn't dependent on
|
2006-10-10 |
Chris Cannam |
* Improve output from Profiler class and make it incur less (no) overhead in
|
2006-10-09 |
Chris Cannam |
* Some dull work to continue unifying the fft model and editable dense 3d model
|