graph
- * Fix crash in short spectrogram paint2007-02-14, by Chris Cannam
- * Add non-fftw3 fft alternative2007-02-09, by Chris Cannam
- * Return ranges from RangeSummarisableTimeValueModel::getRanges by references2007-02-07, by Chris Cannam
- * Work on harmonising colour and scale ranges between types of layer2007-02-01, by Chris Cannam
- * Add separate colour mapping unit; use it in spectrogram (colour 3d plot to follow)2007-01-31, by Chris Cannam
- * Fix some v18/V18 inconsistencies2007-01-27, by Chris Cannam
- * Add slice layers (so you can display a slice of a colour 3d plot as if it were2007-01-26, by Chris Cannam
- Fixes for Windows build2007-01-25, by Chris Cannam
- ...2007-01-25, by Chris Cannam
- * Add support for PortAudio v192007-01-25, by Chris Cannam
- * Attempt to improve management of FFT models that are not currently in use.2007-01-19, by Chris Cannam
- * Add large chunks of context help in the optional status bar2007-01-19, by Chris Cannam
- * better icon2007-01-12, by Chris Cannam
- Several changes related to referring to remote URLs for sessions and files:2007-01-11, by Chris Cannam
- * Cancel when downloading file2007-01-10, by Chris Cannam
- * Add Open Location...2007-01-10, by Chris Cannam
- * Framework for retrieving files from remote locations2007-01-08, by Chris Cannam
- * Further fix for restoring layer visibility from session file2007-01-05, by Chris Cannam
- * Fix failure to reload play mute state correctly from session file2007-01-05, by Chris Cannam
- * Fix #1491849 strange behaviour on Cancel during query on new file load2007-01-05, by Chris Cannam
- * Recall last file open/save path appropriately2007-01-05, by Chris Cannam
- * Fixes to presentation and organisation of plugins (especially duplicates)2006-12-15, by Chris Cannam
- * Fix apparent (but not actual) failure to save session file2006-12-08, by Chris Cannam
- * Omit translucent blue fill for selection rectangles that are superimposed2006-11-24, by Chris Cannam
- * Update copyright notes as appropriate.2006-11-17, by Chris Cannam
- ...2006-11-17, by Chris Cannam
- * Remove some obsolete files2006-11-15, by Chris Cannam
- ...2006-11-15, by Chris Cannam
- * Add vertical zooming and snap-to-selection for OSC control;2006-11-15, by Chris Cannam
- * Press X to toggle the property boxes2006-11-14, by Chris Cannam
- * Somewhat better handling of running out of memory or disc space2006-11-13, by Chris Cannam
- * When adding a layer, make it the selected layer on that pane2006-11-10, by Chris Cannam
- * Update the main sv.prf for compatibility with Qt 4.2 qmake instead of2006-11-10, by Chris Cannam
- #include <math.h> required on OSX2006-10-24, by Martin Gasser
- * Tidy up panes menu2006-10-20, by Chris Cannam
- * Add Pane menu entries for generating spectrogram etc from non-main models2006-10-20, by Chris Cannam
- * Rename the existing Panner to Overview (big duh!)2006-10-19, by Chris Cannam
- * A start to a panner widget to go with thumbwheels2006-10-18, by Chris Cannam
- * Fix signal name2006-10-17, by Chris Cannam
- * (Temporarily?) restore layer hierarchy window2006-10-17, by Chris Cannam
- * Fix slowness in serving FFT values to feature extraction plugin transform2006-10-17, by Chris Cannam
- * Make audio dial remember its more accurate mapped value as well as its2006-10-17, by Chris Cannam
- * Introduce PlaySpeedRangeMapper for playback speed dial2006-10-17, by Chris Cannam
- * Avoid showing input selection and channel selection for generator plugins2006-10-17, by Chris Cannam
- * Fix return value from xrun callback2006-10-16, by Chris Cannam
- * Add spectrum icon2006-10-16, by Chris Cannam
- * Simplify maker names in plugin menu2006-10-13, by Chris Cannam
- * Add system-specific LADSPA and DSSI plugin paths (for OS/X and Windows)2006-10-12, by Chris Cannam
- * Tidy up plugin parameter dialog by switching it to a simple constructor2006-10-11, by Chris Cannam
- * Handle generator transforms (plugins whose channel count isn't dependent on2006-10-10, by Chris Cannam
- * Some dull work to continue unifying the fft model and editable dense 3d model2006-10-09, by Chris Cannam
- * Various improvements to colour 3d plot layer, particularly for large and/or2006-10-06, by Chris Cannam
- * More transforms in recent transforms menu2006-10-05, by Chris Cannam
- ...2006-10-05, by Chris Cannam
- ...2006-10-05, by Chris Cannam
- * Add --no-audio option to avoid opening any audio output device2006-10-05, by Chris Cannam
- * When setting a new model on a layer, don't delete the old one until after2006-10-05, by Chris Cannam
- ...2006-10-04, by Chris Cannam
- ...2006-10-04, by Chris Cannam
- * Bypass auditioning plugin on xrun2006-10-04, by Chris Cannam
- * Audition effects plugins during playback2006-10-04, by Chris Cannam
- * Some fixes to updating of writable wave file models2006-10-03, by Chris Cannam
- * Introduce WritableWaveFileModel, and use it as an output model for audio2006-10-03, by Chris Cannam
- * Restructure WavFileWriter a bit to permit writing from raw data as well as2006-10-03, by Chris Cannam
- * Add a friendlier setup mechanism to SubdividingMenu, and use it for all the2006-09-25, by Chris Cannam
- * Pull alphabetical categorisation code out into a SubdividingMenu class2006-09-25, by Chris Cannam
- * Add a bit of resistance to pane dragging so as to make it harder to2006-09-22, by Chris Cannam
- * Pull transforms out of Layer menu (again) and into a separate Transforms2006-09-22, by Chris Cannam
- * Add support for plugin classification using category files.2006-09-21, by Chris Cannam
- * Make resampler quality configurable2006-09-21, by Chris Cannam
- * Buffer size fixes in the time stretcher, to avoid running out of input data2006-09-21, by Chris Cannam
- * save and restore step/blocksize etc2006-09-20, by Chris Cannam
- * Handle plugins with weird block size requirements properly2006-09-20, by Chris Cannam
- * stepsize/blocksize from plugin dialog actually working, though with some2006-09-20, by Chris Cannam
- * More to do with passing around step/blocksize etc from plugin dialog to2006-09-19, by Chris Cannam
- * Add mono timestretch toggle button; some more work on getting blocksize etc2006-09-18, by Chris Cannam
- * Add setRatio method to the time stretcher, and make it possible to change2006-09-15, by Chris Cannam
- * Put channel and windowing parameters on an "advanced" bit of the plugin2006-09-15, by Chris Cannam
- ...2006-09-15, by Chris Cannam
- * add samplerate parameter to timestretcher (not properly used yet),2006-09-15, by Chris Cannam
- * Add some internal feedback to the time stretcher to try to make it maintain2006-09-14, by Chris Cannam
- * restructure time stretcher somewhat so as to do transient detection on2006-09-14, by Chris Cannam
- ...2006-09-14, by Chris Cannam
- * avoid using n2 in processBlock2006-09-14, by Chris Cannam
- * Fix phase calculation for percussive frames, and some tweaks -- we can do2006-09-13, by Chris Cannam
- * substantial enhancements to time stretcher:2006-09-13, by Chris Cannam
- * timestretcher improvements -- simplify API (it can calculate its own2006-09-13, by Chris Cannam
- * IntegerTimeStretcher -> PhaseVocoderTimeStretcher (no longer confined to2006-09-13, by Chris Cannam
- * various fixes in the time stretcher2006-09-12, by Chris Cannam
- * Some work on making the time stretcher squash as well as stretch2006-09-12, by Chris Cannam
- * Add session management support (commitData)2006-09-12, by Chris Cannam
- * add window size/increment/shape settings to plugin parameter dialog, though2006-09-11, by Chris Cannam
- * Pull window type selector and shape preview out into their own widgets2006-09-11, by Chris Cannam
- * Avoid adding ruler layer to spectrum2006-08-16, by Chris Cannam
- * Add zoom thumbwheels to Pane. Implement horizontal thumbwheel, and2006-08-04, by Chris Cannam
- * Replace all uses of ConfigFile with QSettings2006-08-03, by Chris Cannam
- * Add Thumbwheel widget for all our zooming needs2006-08-03, by Chris Cannam
- ...2006-08-02, by Chris Cannam
- * Move the current DenseThreeDimensionalModel to EditableDenseThreeDimensionalModellast-cc-copyright 2006-07-31, by Chris Cannam
- * Use pkgconfig to look up Vamp library and header details if possible2006-07-31, by Chris Cannam
- * Reorganising code base. This revision probably should compile once more.2006-07-31, by Chris Cannam
- * Reorganising code base. This revision will not compile.2006-07-31, by Chris Cannam