log layer/FlexiNoteLayer.cpp @ 854:c17719e488c9

age author description
2014-09-03 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)
2014-07-18 Chris Cannam compile fix tonioni
2014-07-15 matthiasm adding no spectrogram and no sonification options tonioni
2014-06-18 Chris Cannam Merge from branch tony_integration warnfix_no_size_t
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-06-16 matthiasm fixed deleteSelectionInclusive to not delete adjacent notes tonioni
2014-06-13 matthiasm fixed selection by note move to not include the next note on the right tonioni
2014-06-13 Chris Cannam Fix Tony bug #981: note editing does not work when pitch track is invisible tonioni
2014-06-12 matthiasm flexinote now displays frequency, duration and text above/below the note tonioni
2014-06-12 matthiasm adding a note after the last existing one is now possible (#974) tonioni
2014-06-11 matthiasm added vertical strip stripes to beginning and end of illuminated note tonioni
2014-06-11 matthiasm fixed note delete bug (now deletes when any overlap with the selection occurs) tonioni
2014-05-22 matthiasm reinstated the original way that was better than my fix tonioni
2014-05-21 matthiasm fixed: pitch track update deleted note tonioni
2014-04-11 matthiasm added note pitch snapping after "move" edit tonioni
2014-04-01 Chris Cannam Fix fancy note-editing mode (was not working in new multi-layer world, and shift-click delete was broken) tonioni
2014-03-27 Chris Cannam Implement "Form Note from Selection"; remove Snap Notes to Pitch Track because every other editing operation *should* now be doing that automatically tonioni
2014-03-27 Chris Cannam Make pitch-track editing operations update the notes as well, automatically tonioni
2014-03-27 Chris Cannam Add Merge Notes tonioni
2014-03-27 Chris Cannam Add command to snap notes back to pitch track median on request; add split at selection boundaries tonioni
2014-03-25 Chris Cannam Fix (to some extent) the "gross assumption about layer order" and thus #840 Note split adaptation broken tonioni
2014-01-10 Chris Cannam Suppress vertical scale when there are no points (scale looks absurd without sensible range) tonioni
2014-01-10 Chris Cannam Snapping to feature frame rightwards in flexi-note should snap to the end of a note as well as the start (should also snap to start of next one, but that doesn't seem to work either -- not enough points returned by getPoints). This should possibly happen in plain note and region layers too. tonioni
2014-01-10 Chris Cannam Indentation tonioni
2013-12-04 Chris Cannam Compile fix tonioni
2013-12-04 Chris Cannam Merge from default branch tonioni base layer/NoteLayer.cpp@484127db0abd
2013-12-04 Chris Cannam Pull out log and linear vertical scales into their own classes, make some improvements to log numbering tonioni