summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit/prcanvas.h
AgeCommit message (Collapse)Author
2013-08-16some constnessFlorian Jung
2013-02-20MASSIVE FIXES: MANY editor, usability, operation fixes and changes. Tim E. Real
See ChangeLog.
2013-01-01speaker iconRobert Jonsson
2012-09-16some improvementsRobert Jonsson
2012-03-19merged with release_2_0Florian Jung
2011-12-21merged with trunk (that is, pulled the fixes from release_2_0)Florian Jung
only quickly tested, seems okay on the first glance
2011-11-07housekeeping: pulled fixes from release into trunkFlorian Jung
2011-10-11improved drum canvas movingFlorian Jung
2011-10-08merged namespace changes. HOPEFULLY the last one.Florian Jung
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-10-03merged with trunk, removed more memory leaksFlorian Jung
2011-09-13added copy-in-range support for midi editorsFlorian Jung
2011-09-11began with implementing the improved paste for midi editorsFlorian Jung
TODO: sane values for raster, and respect raster and amount values support ctrl+shift+c
2011-09-09namespace work (part deux)Orcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-06-07modified behaviour for clones:Florian Jung
- resizing a clone in the arranger also resizes all clones with the same length - same for auto-expanding in the pianoroll - auto-expanding in the pianoroll does NOT expand for parts which already contain hidden notes; then inserting notes is forbidden; buggy, see below still TODO and BUGS: - forbidding notes doesn't work properly. the pianoroll still displays them until the next full song update. - that stuff must be done in the drum canvas as well - step-rec and the score editor need support for auto-expanding
2011-06-03merged with trunk and adapted new functionsFlorian Jung
2011-05-29- moved cut,copy'n'paste to functions.cpp, removed unneccessaryFlorian Jung
duplication - changed behaviour of paste: now the pasted, not the original notes are selected
2011-05-25added step recording for drum editFlorian Jung
step-recording stuff has been put into a easy-to-use StepRec class the midi-in and step-rec buttons are now fully functional again
2011-05-25undone commit 954: reintroduced midi-in buttons and the step-recFlorian Jung
button for the drum editor. however, i disabled these buttons in the drum editor, because they have no function right now, and muse should not pretend there is some function.
2011-05-24improved step recording and minor fixesFlorian Jung
2011-05-24- removed unneccessary "midi in" button from piano- and drum canvasFlorian Jung
- removed unused step-record button from drum canvas - moved _steprec member from EventCanvas to PianoCanvas
2011-05-23implemented legato functionFlorian Jung
added all the new functions to the score editor
2011-05-22- speeded up pasting, shrinking parts, drawing controllers inFlorian Jung
the ctrlcanvas and reordering the drum list - applyOperationGroup() now doesn't apply empty opGroups any more - reordering the drum list doesn't cause undo be triggered any more - removed unneccessary song->update() calls after a song->applyOperationGroup() call - cleaned up (removed some commented out code blocks)
2011-05-22moving events in canvases and reordering the drum map haveFlorian Jung
been speeded up by using operation groups. HOWEVER: there might be bugs, in fact, i may even have messed up the whole thing! use with CAUTION and TEST intensively!
2011-05-19added a modified MTScale to the score editorFlorian Jung
2011-05-19improved step-recording:Florian Jung
- chords can now be entered without pressing shift - behaviour of shift changed: previously, chords were entered like C <shift press> E G <shift release>; now they're entered like <shift press> C E <shift release> G; or simply C E G (played at once)
2011-05-18implemented crescendo functionFlorian Jung
2011-05-08made quantize, modify note len and modify velocity functions globalFlorian Jung
added quantize-dialog and improved the other dialogs
2011-01-26some automation changesRobert Jonsson
2010-12-26Initial addition of midi track info to pianoroll. WORK IN PROGRESS.Tim E. Real
2010-12-04Ported all copy/paste/drag/drop coding. Fixed arranger menu cut/copy enable.Tim E. Real
2010-10-13new branch muse2, first checkinRobert Jonsson