summaryrefslogtreecommitdiff
path: root/muse2/muse/song.cpp
AgeCommit message (Expand)Author
2013-10-09changed track drag to move instead of swaprj
2013-09-19Use Part::addEvent() instead of adding to EventList directlyFlorian Jung
2013-09-18fixed midi recordingFlorian Jung
2013-09-01fixesFlorian Jung
2013-09-01replaced some SEQM_... by OpGroups. Cleanup.Florian Jung
2013-09-01applyOperationGroup is no more a hack :)Florian Jung
2013-08-28operations are now replicated for all clones. minor cleanups.Florian Jung
2013-08-28fixed misuse of undo ctors. perhaps more to followFlorian Jung
2013-08-22more const-correctness for Part*Florian Jung
2013-08-22more applyOperation. MusE compiles again, still does not linkFlorian Jung
2013-08-22MidiTransform now uses operation groupsFlorian Jung
2013-08-20Event/Part selection now via UndoOp::Select*Florian Jung
2013-08-20tiny fixFlorian 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
2013-08-10cleanupFlorian Jung
2013-05-08Yet another MAJOR audio engine and plugin/synth process chain re-write. Tim E. Real
2013-02-17patch from Willy FoobarRobert Jonsson
2013-02-02Solved: "Old style" Drums: Track channel/port re-enabled, drum list columns d...Tim E. Real
2012-12-14Changed default song length to 150 bars (5 min)Tim E. Real
2012-10-22Fixed regression: Re-add default managed controllers to midi ports at Song::c...Tim E. Real
2012-10-20Improved: Midi initializations. New settings options, can be 'quiet'. Complet...Tim E. Real
2012-10-12some compilation warning fixes, thanks, WillyFoobar.Florian Jung
2012-10-09!!! Song type is now removed !!! : See ChangeLogTim E. Real
2012-09-17Info text on Undo/Redo buttons/menu text/tooltips ("Undo AddTrack" etc).Tim E. Real
2012-08-04REWRITE: Introducing: More bits for Song Changed SC_* flags. Tim E. Real
2012-08-04Introducing: More bits for Song Changed SC_* flags. Tim E. Real
2012-07-01final mergeFlorian Jung
2012-05-28merged with release_2_0Florian Jung
2012-03-15merged with trunkFlorian Jung
2012-01-03merged with trunkFlorian Jung
2012-01-03merged with release_2_0Florian Jung
2011-12-30instruments can load their patch'es drummapsFlorian Jung
2011-12-26merged with release_2_0Florian Jung
2011-12-21merged with trunk (that is, pulled the fixes from release_2_0)Florian Jung
2011-12-14pulled fixes from release into trunkFlorian Jung
2011-11-07housekeeping: pulled fixes from release into trunkFlorian Jung
2011-10-13removed or fixed many FINDMICH markers. NEEDS TESTING!Florian Jung
2011-10-13Song::remapPortDrumCtrlEvents() now also processes hidden eventsFlorian Jung
2011-10-08merged namespace changes. HOPEFULLY the last one.Florian Jung
2011-10-07added new style drum tracksFlorian Jung
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-10-06you can now hide and show drumlist instrumentsFlorian Jung
2011-10-03Fixed HUGE massive memory leaks in all things using CItemList, Tim E. Real
2011-09-21Need to get it off the drive: Part canvas drawing speed boosts. Working on me...Tim E. Real
2011-09-16fixed wrong usages of tr() like:Florian Jung
2011-09-13Added: You can now insert new tracks instead of always at the track list end. Tim E. Real
2011-09-13when splitting or pasting into new parts, the new newly created partsFlorian Jung
2011-09-10Removed more namespace artifacts.Tim E. Real