2016-06-30 |
Chris Cannam |
Move drawVisibleText to PaintAssistant
spectrogram-minor-refactor
|
2016-06-30 |
Chris Cannam |
Move LayerGeometryProvider from view to layer
spectrogram-minor-refactor
|
2015-04-20 |
Chris Cannam |
Build fix
osx-retina
|
2015-04-20 |
Chris Cannam |
Merge from default branch
osx-retina
|
2015-03-23 |
Chris Cannam |
Merge from cxx11 branch
tonioni
|
2015-03-17 |
Chris Cannam |
Many fixes for the previous stuff
osx-retina
|
2015-03-17 |
Chris Cannam |
Start trying to introduce LayerGeometryProvider as proxyable interface for View methods that the Layer wants to use
osx-retina
|
2015-03-09 |
Chris Cannam |
Working through the float/double and int/sv_frame_t fixes
cxx11
|
2015-03-09 |
Chris Cannam |
Move to using double rather than float for floating-point calculations (float only for storage); more build fixes
cxx11
|
2014-11-11 |
Chris Cannam |
Make the dragged pitch take effect when releasing drag on a note
tonioni
|
2014-11-11 |
Chris Cannam |
(Very slowly) perform local reanalysis when dragging a note up or down
tonioni
|
2014-11-11 |
Chris Cannam |
Tidy
tonioni
|
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
|
2013-12-03 |
Chris Cannam |
Toward getting piano scale showing properly
tonioni
|
2013-12-03 |
Chris Cannam |
Merge from default branch
tonioni
base
layer/NoteLayer.cpp@c4c66ee8da72
|
2013-11-29 |
Chris Cannam |
Fix uninitialised member
tonioni
|
2013-11-26 |
Chris Cannam |
Merge from default branch
tonioni
base
layer/NoteLayer.cpp@396c6ffb8009
|
2013-07-16 |
Chris Cannam |
Merge from default branch
tonioni
base
layer/NoteLayer.cpp@caa52107c52d
|
2013-07-16 |
Chris Cannam |
Merge from default branch
tonioni
base
layer/NoteLayer.cpp@a63a7dfc177a
|
2013-06-20 |
matthiasm |
instrument is now "click" -- some other minor changes I don't remember
tonioni
|
2013-06-20 |
matthiasm |
some visualisation changes
tonioni
|
2013-06-20 |
gyorgyf |
toggle button for boundary constraints and note recalculation
tonioni
|
2013-06-19 |
matthiasm |
re-did, and improved the moving constraints
tonioni
|
2013-06-19 |
matthiasm |
vertical scale adapts to note range
tonioni
|
2013-06-19 |
gyorgyf |
funky note value re-estimation using underlying pitch median value
tonioni
|
2013-06-18 |
gyorgyf |
bugfixes to compile on Linux again
tonioni
|
2013-06-18 |
gyorgyf |
bugfixes to compile on Linux again
tonioni
|
2013-06-17 |
matthiasm |
removed the vertical scaling function call that didn't work
tonioni
|
2013-06-17 |
matthiasm |
introduced horizongal note editing constraints; debugged note edit
tonioni
|
2013-06-15 |
matthiasm |
split drag delete
tonioni
|
2013-06-16 |
gyorgyf |
boundary actions and note delete consolidated
tonioni
|
2013-06-15 |
matthiasm |
slightly tidied george's splitEnd method
tonioni
|
2013-06-15 |
gyorgyf |
getFeatureDescription now supports larger notes
tonioni
|
2013-06-15 |
gyorgyf |
added context sensitive mouse pointers in note edit tool mode
tonioni
|
2013-04-20 |
gyorgyf |
splitting notes works but major cleanup needed
tonioni
|
2013-04-19 |
matthiasm |
different colours, some minor changes, mainly debugging cerrs
tonioni
|
2013-04-17 |
gyorgyf |
larger notes plus basic editing functions are now enabled by temporary star icon in toolbar
tonioni
|
2013-04-13 |
gyorgyf |
sample playback problems
tonioni
|
2013-04-13 |
gyorgyf |
removed additional prints, midi playback still broken
tonioni
|
2013-04-13 |
gyorgyf |
cleanup
tonioni
|
2013-04-13 |
gyorgyf |
fixed flexi note layer and propagated model selection to analyser
tonioni
|
2013-03-26 |
matthiasm |
put the FlexiNote layer before the note layer to see what happens -- not much
tonioni
|
2013-03-26 |
matthiasm |
small changes to FlexiNote stuff
tonioni
|
2013-03-26 |
matthiasm |
updated names in FlexiNote source -- will need to make new FlexiNoteModel source
tonioni
|
2013-03-26 |
matthiasm |
simply copied NoteLayer to FlexiNotelayer (cpp and h files)
tonioni
base
layer/NoteLayer.cpp@93e42e44db0f
|