summaryrefslogtreecommitdiff
path: root/muse2/muse/functions.cpp
AgeCommit message (Expand)Author
2013-09-01replaced some SEQM_... by OpGroups. Cleanup.Florian Jung
2013-08-22more const-correctness for Part*Florian Jung
2013-08-20Event/Part selection now via UndoOp::Select*Florian Jung
2013-08-19some const-correctness. Part interface overhaul.Florian Jung
2013-08-16Parts have their own, non-shared EventList (still WIP!)Florian Jung
2013-08-10removed ModifyPart/changePart. Replaced with ModifyPartLength etc.Florian Jung
2012-09-30various fixes and changesRobert Jonsson
2012-08-15Introducing: Improved Wave Editor. Class WaveView is replaced by WaveCanvas. Tim E. Real
2012-05-28merged with release_2_0Florian Jung
2012-03-15merged with trunkFlorian Jung
2011-12-25(for the quick glance: "the quantize-fix")Florian Jung
2011-11-21added feature: super-glueFlorian Jung
2011-11-07housekeeping: pulled fixes from release into trunkFlorian Jung
2011-10-20merged back release branch to trunkRobert Jonsson
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-09-18fixed some invalid read bugFlorian Jung
2011-09-13paste in midi editors now respects raster and amount and provides a saneFlorian Jung
2011-09-13when splitting or pasting into new parts, the new newly created partsFlorian Jung
2011-09-11began with implementing the improved paste for midi editorsFlorian Jung
2011-09-10added license info to new files. moved populateAddSynth / populateAddTrack in...Orcan Ogetbil
2011-09-10merged the first bunch of orcans changesFlorian Jung
2011-09-09began with improved pasting in editorsFlorian Jung
2011-09-09namespace work (part deux)Orcan Ogetbil
2011-09-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-09-04added paste dialog plus minor fixes:Florian Jung
2011-08-29added functions to the arrangerFlorian Jung
2011-08-18merged with trunk, except:Florian Jung
2011-08-08build fixesFlorian Jung
2011-08-05Parts having hidden events now drawn using 'jagged' ends and special white ed...Tim E. Real
2011-07-03added autoexpand to functions.cppFlorian Jung
2011-07-03auto-expanding for the score edit's resize tool and for theFlorian Jung
2011-06-07modified behaviour for clones:Florian Jung
2011-06-06hopefully fixed the "clones aren't treated as clones" bugFlorian Jung
2011-06-06implemented functions for shrinking, expanding and cleaning partsFlorian Jung
2011-06-05speeded up the arranger's part canvasFlorian Jung
2011-06-03merged with trunk and adapted new functionsFlorian Jung
2011-06-02the score editor now supports batch-movementsFlorian Jung
2011-05-30implemented cut,copy'n'paste and "select foo" to the score editorFlorian Jung
2011-05-29- moved cut,copy'n'paste to functions.cpp, removed unneccessaryFlorian Jung
2011-05-25added step-recording support to the score editorFlorian Jung
2011-05-23implemented legato functionFlorian Jung
2011-05-23the "remove" function now supports velo- and length-thresholdsFlorian Jung
2011-05-22"don't quantize len" is now respectedFlorian Jung
2011-05-22functions.cpp has been massively speeded up by using operation groupsFlorian Jung
2011-05-22changed Song::undoOp(foo) to Song::addUndo(UndoOp(foo)).Florian Jung
2011-05-18implemented crescendo functionFlorian Jung
2011-05-17implemented change existing note's velocityFlorian Jung
2011-05-16fixed saving window stateFlorian Jung
2011-05-15- changed lots of functions and moved them into functions.cppFlorian Jung