summaryrefslogtreecommitdiff
path: root/muse2/muse
AgeCommit message (Collapse)Author
2013-08-27assertion fixes in undo and part m(Florian Jung
2013-08-24implemented missing functions of PartFlorian Jung
2013-08-22more const-correctness for Part*Florian Jung
2013-08-22more applyOperation. MusE compiles again, still does not linkFlorian Jung
2013-08-22fixed insane ModifyEvent old/new twistFlorian Jung
2013-08-22MidiTransform now uses operation groupsFlorian Jung
2013-08-22fixed PartCanvas::drawMidiPartsFlorian Jung
2013-08-22removed unused seq/audio-messages. more orphansFlorian Jung
2013-08-22cleaned up misleading orphaned code in MidiSeq::processMsgFlorian Jung
2013-08-20Event/Part selection now via UndoOp::Select*Florian Jung
additionally: added Song::applyOperation() removed unused param from (un)chainTrackParts
2013-08-20cast away constness in authorized audio-thread-code: doUndo etcFlorian Jung
2013-08-20tiny fixFlorian Jung
2013-08-20clean disabled code in midiseqFlorian Jung
2013-08-19some const-correctness. Part interface overhaul.Florian Jung
various fixes.
2013-08-16some constnessFlorian Jung
2013-08-16Parts have their own, non-shared EventList (still WIP!)Florian Jung
removed refcounting in Eventlist Part::events() is now a const EventList& chaining parts now a Part:: member function made Track::events, ::mpevents public instead of using an insane reference-accessor TODO: need a grouping indicator of clones (like the eventlist pointer was used for)
2013-08-16removing commented out codeFlorian Jung
2013-08-11removed unused UndoOp ctorsFlorian Jung
2013-08-11assertions for UndoOp ctorsFlorian Jung
2013-08-11typoFlorian Jung
2013-08-10removed ModifyPart/changePart. Replaced with ModifyPartLength etc.Florian Jung
2013-08-10cleanupFlorian Jung
2013-06-23removed unused WaveView editing capabilities. (Is done by WaveCanvas)Florian Jung
2013-05-14move drum in drum editor with midi inRobert Jonsson
2013-05-12fixed drum playback in new drum editorRobert Jonsson
2013-05-08chunk fixRobert Jonsson
2013-05-08Yet another MAJOR audio engine and plugin/synth process chain re-write. Tim E. Real
And much more, see ChangeLog, May 8 2013.
2013-04-05autosave was too quickRobert Jonsson
2013-04-05save and titlesRobert Jonsson
2013-04-04simpledrums pitch and ctrl+arrowsRobert Jonsson
2013-03-292.1.2Robert Jonsson
2013-03-28metronome icon in arrangerRobert Jonsson
2013-03-28read old drummapsRobert Jonsson
2013-03-27fixed moving drum eventsRobert Jonsson
2013-03-10added more colorsRobert Jonsson
2013-03-04print shortcuts for toolsRobert Jonsson
2013-03-02added ardour themeRobert Jonsson
2013-03-01Wave Editor: Fixed some painting problems. Optimizations, speed boosts.Tim E. Real
2013-02-26theme tweaksRobert Jonsson
2013-02-25Disable "adjust wave offset" in Wave Editor until fixed.Tim E. Real
2013-02-24color fixesRobert Jonsson
2013-02-23Added missing line draw shortcut (F) to drum editor.Tim E. Real
2013-02-22New: Install pre-built PDF + single/split HMTL docs. Separate devel docs. ↵Tim E. Real
Added build script.
2013-02-20MASSIVE FIXES: MANY editor, usability, operation fixes and changes. Tim E. Real
See ChangeLog.
2013-02-17patch from Willy FoobarRobert Jonsson
2013-02-13dark themeRobert Jonsson
2013-02-09oops2, some fiddling with the part graphics got includedRobert Jonsson
2013-02-07metronome workRobert Jonsson
2013-02-04fixed gain adjustment in wave editorRobert Jonsson
2013-02-02Solved: "Old style" Drums: Track channel/port re-enabled, drum list columns ↵Tim E. Real
default to them. Required some icon and colour changes. See ChangeLog. Fixed Old Style Drum lockup: Certain item channel overrides caused infinite loop in Audio::processMidi().