log

age author description
2006-02-22 Chris Cannam * Make the frequency estimation mode in the spectrogram layer actually useful,
2006-02-20 Chris Cannam * Improvements to text layer editing, and implement file I/O for it
2006-02-20 Chris Cannam * Add TextModel and TextLayer types
2006-02-17 Chris Cannam * As previous commit
2006-02-17 Chris Cannam * Implement play mute, level and pan controls and a layer visibility control
2006-02-15 Chris Cannam * Add LED button
2006-02-14 Chris Cannam * Change SpectrogramLayer to use its own cache type instead of a QImage
2006-02-10 Chris Cannam * Add the Note layer for pianoroll-type display of note-type data
2006-02-08 Chris Cannam * Add ffwd/rewind
2006-02-06 Chris Cannam * Rationalise the local feature identification API in Layer subclasses
2006-02-03 Chris Cannam * Some fixes to waveform layer greyscaling
2006-02-02 Chris Cannam * Add natty segmentation display to time-value layer. Need to do the same
2006-02-02 Chris Cannam * Refactor sparse models. Previously the 1D and time-value models duplicated
2006-02-01 Chris Cannam * Add Chromagram plugin, and make a number of fixes to the dense 3d model
2006-01-31 Chris Cannam * Add Zero Crossings output from zc plugin (as well as Zero Crossings Count)
2006-01-31 Chris Cannam * Update some copyright notice dates
2006-01-30 Chris Cannam * Add command history class, and basic undo/redo menus. No actual commands
2006-01-30 Chris Cannam * Add getXForFrame / getFrameForX in preference to using the zoom level everywhere
2006-01-27 Chris Cannam * Introduce potentially-separate read and write ring buffers, so we can swap
2006-01-26 Chris Cannam * Add basic drag editing of time instants.
2006-01-26 Chris Cannam * Add ability to create empty layers for editing
2006-01-26 Chris Cannam * Fixes to playback of short looped files, of synthesised content within looped
2006-01-25 Chris Cannam * Fix update and play limits for play-selection mode when not looping
2006-01-24 Chris Cannam * Add play-selection and looping modes. Looping seems to work OK, but
2006-01-23 Chris Cannam * Hook up tool selection buttons to switch the cursor mode
2006-01-19 Chris Cannam * Add more icons and rationalise menu options to the usual set (on the File menu)
2006-01-19 Chris Cannam * Rework handling of layer properties in file I/O -- we now get the individual
2006-01-17 Chris Cannam * Hook up SV file i/o. You can now save and load sessions.
2006-01-16 Chris Cannam * Tweaked up spectrogram and added a colourmap rotation option
2006-01-13 Chris Cannam * Session file save, and the skeleton of session file load.
2006-01-12 Chris Cannam * switch off antialiasing for dense lines (for speed reasons)
2006-01-12 Chris Cannam * Beginnings of session save code
2006-01-12 Chris Cannam * Update copyrights to 2006
2006-01-12 Chris Cannam * Invalidate cache when model replaced
2006-01-12 Chris Cannam * Add "curve" plot style to TimeValueLayer
2006-01-10 Chris Cannam * Add some tool icons (mostly nabbed from the Gimp)
2006-01-10 Chris Cannam * Backed out partially complete changes to make the spectrogram only
2006-01-10 Chris Cannam initial import