log

age author description
2008-06-09 Chris Cannam * basics of data editing in data table view
2008-06-09 Chris Cannam * Fix crash (always) when running any Effects Data transform
2008-06-06 Chris Cannam * Start adding a spreadsheet-style editor window for model data
2008-05-29 Chris Cannam * Note about libpulse copyright
2008-05-21 Chris Cannam * Provisional PulseAudio output driver. No latency handling yet, and
2008-05-20 Chris Cannam * Fix #1903059 "resample on import" not applied when reloading session
2008-05-09 Chris Cannam * Remove PAv18 support, change PORTAUDIO to PORTAUDIO_2_0 throughout as
2008-05-08 Chris Cannam * Speed up spectrogram painting by releasing mutex in FFTDataServer
2008-05-01 Chris Cannam ...
2008-04-29 Chris Cannam * Save alignments to session file. Needs much testing.
2008-03-14 Chris Cannam * More work to abstract out interactive components used in the data library,
2008-03-12 Chris Cannam * Move plugin/transform to plain transform. This way transform can depend on
2008-03-12 Chris Cannam * juggle some files around in order to free audioio, base, and system libraries
2008-03-11 Chris Cannam * (failed) attempt to hide splash screen when error occurs on startup
2008-02-27 Chris Cannam * Merge from trunk spectrogram-cache-rejig
2008-02-27 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
2008-02-20 Chris Cannam * small doc update sv1-v1.2
2008-02-18 Chris Cannam * fix to selection of default input material for transform -- avoid drawing
2008-02-13 Chris Cannam * fix compile error on OS/X sv1-v1.2pre5
2008-02-12 Chris Cannam * Allow entry of numbers smaller than 1 in the Set Counters dialog
2008-02-08 Chris Cannam * PortAudio driver: do not specify frames per buffer, let PA decide sv1-v1.2pre4
2008-02-06 Chris Cannam * line up overview widget nicely with main pane (at least on first startup) sv1-v1.2pre3
2008-02-06 Chris Cannam * Add pitch range in octaves, semitones and cents to the measurement rect
2008-02-06 Chris Cannam * Update remaining editable layers to support proper realignment on copy/paste
2008-02-06 Chris Cannam * More work on aligning copy/paste between layers. It's a surprisingly
2008-02-04 Chris Cannam * Add ability to invert a colour 3d plot in the vertical axis
2008-01-28 Chris Cannam * Ensure plugin version is updated when a transform is re-run using a newer
2008-01-23 Chris Cannam * Part of #1877436 transform fails to re-run when file loaded at different rate
2008-01-23 Chris Cannam * Various fixes to object lifetime management, particularly in the spectrum
2008-01-23 Chris Cannam * add splash screen
2008-01-09 Chris Cannam * better handling of cases with more than one copy of the same plugin in
2007-12-13 Chris Cannam * Fix #1841095 tapping time instant gives wrong time in aligned track
2007-12-12 Chris Cannam * Fix #1844539 confusing waveform navigator with secondary files
2007-12-11 Chris Cannam * Update overview when current pane changes
2007-12-11 Chris Cannam ...
2007-12-11 Chris Cannam * Make font size in panes configurable, with a smaller default
2007-12-07 Chris Cannam * Merge from transforms branch -- switch over to using Transform object
2007-11-30 Chris Cannam * Merge r884 from trunk 1.2-stable
2007-11-30 Chris Cannam * Skip ID3 block when reading MP3 files (so long as ID3 support is included)
2007-11-29 Chris Cannam * Static build fixes 1.2-stable
2007-11-29 Chris Cannam * Remove sharpen button as well, when using RubberBand (because it isn't
2007-11-28 Chris Cannam * Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
2007-11-26 Chris Cannam * Add support for Rubber Band timestretcher
2007-11-23 Chris Cannam * Add Erase tool and mode
2007-11-22 Chris Cannam * Pull out MainWindow::handleOSCMessage() into a separate file
2007-11-19 Chris Cannam * Merge fix from spectrogram-cache-rejig branch: save/restore FFTW wisdom
2007-11-13 Chris Cannam * Save and restore FFTW plans spectrogram-cache-rejig
2007-11-09 Chris Cannam * Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
2007-11-07 Chris Cannam * Add [x] button to pane to quickly delete it
2007-11-07 Chris Cannam * Further naming change: Transformer -> ModelTransformer.
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-01 Chris Cannam * Remove alignment button altogether if no Match plugin installed.
2007-11-01 Chris Cannam * Fix availability of alignment button and relative align/solo button state
2007-10-25 Chris Cannam * Add Align button to main window; use it
2007-10-25 Chris Cannam * Add auto-alignment toggle to Document
2007-10-24 Chris Cannam * Fix build (document -> framework renaming)
2007-10-24 Chris Cannam * Move some things around to facilitate plundering libraries for other
2007-10-24 Chris Cannam ...
2007-10-24 Chris Cannam * Hoist alignment model set/query up to Model, so any models can be aligned