log base/Layer.h @ 41:2b6412c1e724

age author description
Wed, 08 Mar 2006 12:38:28 +0000 Chris Cannam * Further MainWindow -> Document refactoring
Mon, 06 Mar 2006 17:20:25 +0000 Chris Cannam * A bit more work on main window / document / commands stuff. This is still
Fri, 03 Mar 2006 17:52:21 +0000 Chris Cannam * Fix a crash in PortAudio output for mono data
Thu, 02 Mar 2006 16:58:49 +0000 Chris Cannam * Refactor Layer classes so as no longer to store a single View pointer;
Wed, 01 Mar 2006 18:13:01 +0000 Chris Cannam * Rejig project file a bit to do pkg-config detection &c
Mon, 20 Feb 2006 17:23:40 +0000 Chris Cannam * Improvements to text layer editing, and implement file I/O for it
Fri, 17 Feb 2006 18:04:26 +0000 Chris Cannam * Implement play mute, level and pan controls and a layer visibility control
Wed, 15 Feb 2006 17:58:35 +0000 Chris Cannam * Add LED button
Fri, 10 Feb 2006 17:51:36 +0000 Chris Cannam * Add the Note layer for pianoroll-type display of note-type data
Wed, 08 Feb 2006 17:59:16 +0000 Chris Cannam * Add ffwd/rewind
Mon, 06 Feb 2006 17:24:52 +0000 Chris Cannam * Rationalise the local feature identification API in Layer subclasses
Thu, 02 Feb 2006 16:10:19 +0000 Chris Cannam * Refactor sparse models. Previously the 1D and time-value models duplicated
Tue, 31 Jan 2006 17:19:45 +0000 Chris Cannam * Add Zero Crossings output from zc plugin (as well as Zero Crossings Count)
Mon, 30 Jan 2006 13:19:42 +0000 Chris Cannam * Add getXForFrame / getFrameForX in preference to using the zoom level everywhere