graph
- * Note about libpulse copyright2008-05-29, by Chris Cannam
- * Provisional PulseAudio output driver. No latency handling yet, and2008-05-21, by Chris Cannam
- * Fix #1903059 "resample on import" not applied when reloading session2008-05-20, by Chris Cannam
- * Remove PAv18 support, change PORTAUDIO to PORTAUDIO_2_0 throughout as2008-05-09, by Chris Cannam
- * Speed up spectrogram painting by releasing mutex in FFTDataServer2008-05-08, by Chris Cannam
- ...2008-05-01, by Chris Cannam
- * Save alignments to session file. Needs much testing.2008-04-29, by Chris Cannam
- * More work to abstract out interactive components used in the data library,2008-03-14, by Chris Cannam
- * Move plugin/transform to plain transform. This way transform can depend on2008-03-12, by Chris Cannam
- * juggle some files around in order to free audioio, base, and system libraries2008-03-12, by Chris Cannam
- * (failed) attempt to hide splash screen when error occurs on startup2008-03-11, by Chris Cannam
- * Merge from trunkspectrogram-cache-rejig 2008-02-27, by Chris Cannam
- * merge from trunk (1.2 ended up being tracked from trunk, but we may want1.2-stable 2008-02-27, by Chris Cannam
- * small doc updatesv1-v1.2 2008-02-20, by Chris Cannam
- * fix to selection of default input material for transform -- avoid drawing2008-02-18, by Chris Cannam
- * fix compile error on OS/Xsv1-v1.2pre5 2008-02-13, by Chris Cannam
- * Allow entry of numbers smaller than 1 in the Set Counters dialog2008-02-12, by Chris Cannam
- * PortAudio driver: do not specify frames per buffer, let PA decidesv1-v1.2pre4 2008-02-08, by Chris Cannam
- * line up overview widget nicely with main pane (at least on first startup)sv1-v1.2pre3 2008-02-06, by Chris Cannam
- * Add pitch range in octaves, semitones and cents to the measurement rect2008-02-06, by Chris Cannam
- * Update remaining editable layers to support proper realignment on copy/paste2008-02-06, by Chris Cannam
- * More work on aligning copy/paste between layers. It's a surprisingly2008-02-06, by Chris Cannam
- * Add ability to invert a colour 3d plot in the vertical axis2008-02-04, by Chris Cannam
- * Ensure plugin version is updated when a transform is re-run using a newer2008-01-28, by Chris Cannam
- * Part of #1877436 transform fails to re-run when file loaded at different rate2008-01-23, by Chris Cannam
- * Various fixes to object lifetime management, particularly in the spectrum2008-01-23, by Chris Cannam
- * add splash screen2008-01-23, by Chris Cannam
- * better handling of cases with more than one copy of the same plugin in2008-01-09, by Chris Cannam
- * Fix #1841095 tapping time instant gives wrong time in aligned track2007-12-13, by Chris Cannam
- * Fix #1844539 confusing waveform navigator with secondary files2007-12-12, by Chris Cannam
- * Update overview when current pane changes2007-12-11, by Chris Cannam
- ...2007-12-11, by Chris Cannam
- * Make font size in panes configurable, with a smaller default2007-12-11, by Chris Cannam
- * Merge from transforms branch -- switch over to using Transform object2007-12-07, by Chris Cannam
- * Merge r884 from trunk1.2-stable 2007-11-30, by Chris Cannam
- * Skip ID3 block when reading MP3 files (so long as ID3 support is included)2007-11-30, by Chris Cannam
- * Static build fixes1.2-stable 2007-11-29, by Chris Cannam
- * Remove sharpen button as well, when using RubberBand (because it isn't2007-11-29, by Chris Cannam
- * Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.2007-11-28, by Chris Cannam
- * Add support for Rubber Band timestretcher2007-11-26, by Chris Cannam
- * Add Erase tool and mode2007-11-23, by Chris Cannam
- * Pull out MainWindow::handleOSCMessage() into a separate file2007-11-22, by Chris Cannam
- * Merge fix from spectrogram-cache-rejig branch: save/restore FFTW wisdom2007-11-19, by Chris Cannam
- * Save and restore FFTW plansspectrogram-cache-rejig 2007-11-13, by Chris Cannam
- * Factor out uses of "Sonic Visualiser" in "common" code to applicationName()2007-11-09, by Chris Cannam
- * Add [x] button to pane to quickly delete it2007-11-07, by Chris Cannam
- * Further naming change: Transformer -> ModelTransformer.2007-11-07, by Chris Cannam
- * Another incremental Transform update2007-11-06, by Chris Cannam
- * Introduce new Transform class which contains data necessary to describe the2007-11-05, by Chris Cannam
- * Remove alignment button altogether if no Match plugin installed.2007-11-01, by Chris Cannam
- * Fix availability of alignment button and relative align/solo button state2007-11-01, by Chris Cannam
- * Add Align button to main window; use it2007-10-25, by Chris Cannam
- * Add auto-alignment toggle to Document2007-10-25, by Chris Cannam
- * Fix build (document -> framework renaming)2007-10-24, by Chris Cannam
- * Move some things around to facilitate plundering libraries for other2007-10-24, by Chris Cannam
- ...2007-10-24, by Chris Cannam
- * Hoist alignment model set/query up to Model, so any models can be aligned2007-10-24, by Chris Cannam
- * Split MainWindow out into MainWindowBase (pane stack management, basic file2007-10-22, by Chris Cannam
- * Some export fixes, and avoid clipping on resampling on import2007-10-22, by Chris Cannam
- * RemoteFile -> FileSource2007-10-18, by Chris Cannam