log layer/NoteLayer.cpp @ 868:99299949f965 alignment_view

age author description
2014-09-03 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)
2014-06-17 Chris Cannam Some more unsigned/long removal warnfix_no_size_t
2014-06-17 Chris Cannam Remove size_t's and fix warnings in layer/ warnfix_no_size_t
2014-01-10 Chris Cannam Suppress vertical scale when there are no points (scale looks absurd without sensible range) tonioni
2013-12-04 Chris Cannam Merge from default branch tonioni
2013-12-04 Chris Cannam Extend numerical and colour scales (and piano where applicable) to note and region layers
2013-12-04 Chris Cannam Ensure new piano scales only appear when not auto-aligning
2013-12-03 Chris Cannam Toward getting piano scale showing properly tonioni
2013-12-03 Chris Cannam Merge from default branch tonioni
2013-12-03 Chris Cannam Add piano scale to note layer as well (need to handle the auto-align case properly)
2013-11-26 Chris Cannam Merge from default branch tonioni
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2013-07-16 Chris Cannam Merge from default branch tonioni
2013-07-16 Chris Cannam Merge from default branch tonioni
2013-07-16 Chris Cannam Avoid reloading the default 0->0 scale extents for a note layer as 0->1
2013-07-16 Chris Cannam Make scale drawing in log scale a bit less dumb
2013-04-13 gyorgyf cleanup tonioni
2013-04-13 gyorgyf fixed flexi note layer and propagated model selection to analyser tonioni
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2009-10-02 Chris Cannam * Big improvements to editing behaviour in note and region models sv-v1.7
2009-09-28 Chris Cannam * Make a better job of picking the proper point to drag, edit, delete etc
2009-08-18 Chris Cannam * Show MIDI pitch number as well as note name and frequency
2009-02-25 Chris Cannam * Make it possible to record live MIDI to a note layer.
2009-02-03 Chris Cannam * incremental commit
2008-12-01 Chris Cannam * Fix incorrect starting extents in derived note & time-value layers
2008-11-12 Chris Cannam * Save & reload vertical scale extents from note, time/value & colour 3d
2008-10-24 Chris Cannam * Add vertical zoom/pan to note layer as well (when not in auto-align