summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit/ecanvas.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-08-15Introducing: Improved Wave Editor. Class WaveView is replaced by WaveCanvas. Tim E. Real
Wave Events can be selected, added, moved and deleted. TODO: Bunch o' stuff, but currently it should be as good or better than the old editor.
2012-08-04REWRITE: Introducing: More bits for Song Changed SC_* flags. Tim E. Real
Added MusECore::SongChangedFlags_t (in new type_defs.h file). Declared as int64 type. All Song Changed parameters, handlers, connections, calls, colateral operations etc. now use this new SongChangedFlags_t. All the handlers are now ready for the code bodies to accept any extra flags, devs need not do anything more than define new SC_* flags and write support inside the handlers. Please beware these possible extra flags when writing songChanged handlers and setting updateFlags.
2012-03-19merged with release_2_0Florian Jung
2012-03-15merged with trunkFlorian 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-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-09-09namespace work (part deux)Orcan Ogetbil
2011-09-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
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-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-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-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-01-21graphical editing of automation 1st dropRobert Jonsson
2010-12-04Ported all copy/paste/drag/drop coding. Fixed arranger menu cut/copy enable.Tim E. Real
2010-11-22Ported View and MidiEditor classes. Fixed TopWin constructor. Tim E. Real
2010-10-13new branch muse2, first checkinRobert Jonsson