log

age author description
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
2006-10-06 Chris Cannam * Various improvements to colour 3d plot layer, particularly for large and/or
2006-10-05 Chris Cannam ...
2006-10-05 Chris Cannam ...
2006-10-05 Chris Cannam * Tidy up inheritance hierarchy of model classes -- remove ZoomConstraint as
2006-10-04 Chris Cannam ...
2006-10-03 Chris Cannam * Introduce WritableWaveFileModel, and use it as an output model for audio
2006-09-27 Chris Cannam * Some work on SpectrumLayer properties etc
2006-09-25 Chris Cannam * Add a friendlier setup mechanism to SubdividingMenu, and use it for all the
2006-09-25 Chris Cannam * Pull alphabetical categorisation code out into a SubdividingMenu class
2006-09-22 Chris Cannam * Add a bit of resistance to pane dragging so as to make it harder to
2006-09-22 Chris Cannam * Pull transforms out of Layer menu (again) and into a separate Transforms