log src/MainWindow.h @ 233:e0337a99285d v0.4_win32_build

age author description
Tue, 11 Mar 2014 14:54:39 +0000 Chris Cannam Newer version warning
Tue, 11 Mar 2014 09:26:04 +0000 Chris Cannam Crude ability to adjust displayed frequency range
Fri, 07 Mar 2014 16:27:10 +0000 Chris Cannam Fix for #892 (Cannot export pitch track)
Thu, 06 Mar 2014 14:31:04 +0000 Chris Cannam Rework key shortcuts after issue #890: merge the octave up/down and candidate up/down functions and make all Tony pitch-editing functions have Ctrl modifier
Wed, 05 Mar 2014 11:39:28 +0000 Chris Cannam Switching pitch candidate no longer wraps around: you can't go higher than the highest or lower than the lowest (though you can go either "up" or "down" if none of the alternate candidates has been selected yet, regardless of whether the candidates are higher or lower than the actual pitch track)
Wed, 05 Mar 2014 10:38:23 +0000 Chris Cannam Clearing the selection by hitting Esc now restores the selected region of the pitch track to its contents from before the selection was made (and any alternate candidate chosen). Fixes feature #885
Wed, 05 Mar 2014 09:36:13 +0000 Chris Cannam Calculate frequency constraint for region outlining (does not actually do the analysis correctly yet)
Tue, 04 Mar 2014 14:10:37 +0000 Chris Cannam Fix #884 (erroneously allows you to change candidate even when candidates not visible) and remaining part of #874 (show pitch candidates only on request). Also reorder menu items a little
Sun, 23 Feb 2014 17:59:23 +0000 Chris Cannam Ctrl+Return now switches the alternate pitch candidates on and off; Ctrl+Up/Down selects among them
Wed, 05 Feb 2014 19:23:55 +0000 Chris Cannam Import pitch-track layer (currently csv-only)
Tue, 04 Feb 2014 13:55:26 +0000 Chris Cannam Add ability to delete selection of pitch track
Mon, 03 Feb 2014 17:04:03 +0000 Chris Cannam Choose a different pitch candidate within selection by hitting Return
Thu, 30 Jan 2014 17:33:55 +0000 Chris Cannam Re-analyse frames when selection changes (this only pulls up a set of new candidates for now, can't do anything with them and the old ones are never removed)
Thu, 23 Jan 2014 17:18:53 -0500 Justin Salamon added pan knobs for Audio, Pitch and Notes
Thu, 23 Jan 2014 15:57:51 -0500 Justin Salamon added gain knobs for Audio and Notes
Thu, 23 Jan 2014 09:30:38 +0000 Chris Cannam Fix up wiring for pitch gain control
Wed, 22 Jan 2014 18:15:43 -0500 Justin Salamon started adding wiring for Pitch gain control, all commented out
Wed, 22 Jan 2014 17:08:00 -0500 Justin Salamon rearragned son/viz controls
Fri, 10 Jan 2014 16:06:07 +0000 Chris Cannam Optional spectrogram (off by default)
Fri, 10 Jan 2014 15:46:39 +0000 Chris Cannam Quick sketch version of two separate sets of toggle buttons (show and play)
Fri, 10 Jan 2014 15:21:13 +0000 Chris Cannam Add octave up/down editing
Fri, 10 Jan 2014 14:18:37 +0000 Chris Cannam Double-click in selection strip selects the region associated with the simultaneous note (if there is one)
Thu, 09 Jan 2014 14:05:20 +0000 Chris Cannam Initial hack for switching visibility & audibility of layers on and off. This doesn't work well.
Wed, 04 Dec 2013 18:31:39 +0000 Chris Cannam Add initial dialog / network permission tester; lower default zoom level
Mon, 02 Dec 2013 17:12:59 +0000 Chris Cannam Note and pitch track export functions
Thu, 28 Nov 2013 15:13:56 +0000 Chris Cannam Regenerate analysis on main-model change, not on explicit user actions to load a file -- so that it works with files loaded from command line as well
Tue, 26 Nov 2013 16:59:31 +0000 Chris Cannam Revert to using three separate tool modes (more like SV). This is less like the proposed design for Tony but better than the previous situation with two incomprehensible toggle buttons.
Thu, 20 Jun 2013 10:58:40 +0100 gyorgyf toggle button for boundary constraints and note recalculation
Sat, 15 Jun 2013 16:20:42 +0100 gyorgyf branch merge with Matthias's export and my new tool
Sat, 15 Jun 2013 16:16:24 +0100 gyorgyf added NoteEdit tool mode
Sat, 15 Jun 2013 16:04:30 +0100 matthiasm added some code to export -- still not quite right, only csv/txt exports work
Fri, 19 Apr 2013 19:15:22 +0100 gyorgyf edit icon now toggles between edit and navigate modes
Wed, 17 Apr 2013 09:15:05 +0100 gyorgyf larger notes plus basic editing functions are now enabled by temporary star icon in toolbar
Fri, 16 Nov 2012 17:14:46 +0000 Chris Cannam Add analyser, calculate some transforms when a file is loaded
Fri, 16 Nov 2012 13:22:37 +0000 Chris Cannam Remove a few more unneeded bits
Fri, 16 Nov 2012 12:13:04 +0000 Chris Cannam Cut back on includes
Fri, 16 Nov 2012 12:02:55 +0000 Chris Cannam Cut it back a bit
Fri, 16 Nov 2012 11:48:16 +0000 Chris Cannam Initial import of material from SV and Vect. This builds and runs, but does not yet have the layout we need