summaryrefslogtreecommitdiff
path: root/muse2/muse/steprec.cpp
AgeCommit message (Collapse)Author
2013-08-22more const-correctness for Part*Florian Jung
2013-08-22more applyOperation. MusE compiles again, still does not linkFlorian Jung
2013-08-19some const-correctness. Part interface overhaul.Florian Jung
various fixes.
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)
2011-10-11improved steprecording in drum editorFlorian Jung
2011-10-10steprec and dlist-enote-changing fixesFlorian Jung
steprec now works for new style drum tracks
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-09-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-08-05Parts having hidden events now drawn using 'jagged' ends and special white ↵Tim E. Real
edges. Improved border drawing guaranteed to show L/R touching part borders. TODO: Top and bottom borders. Muted parts now show names and events. Filled with a special brush pattern for easy recognition. Huge changes to PartCanvas::drawItem(). And to all View::XmapXXX methods for better accuracy. Changed bool Part::hasHiddenNotes() to int Part::hasHiddenEvents(). Added int Part::cachedHasHiddenEvents().
2011-06-29added autoexpand to steprec.cppFlorian Jung
reformatted StepRec::record to Allman style ("my" style) fixed a bug in steprec.cpp: parts with tick() being !=0 were treated wrong
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