summaryrefslogtreecommitdiff
path: root/muse2/muse/helper.h
AgeCommit message (Collapse)Author
2013-08-19some const-correctness. Part interface overhaul.Florian Jung
various fixes.
2013-03-28read old drummapsRobert Jonsson
2013-03-01Wave Editor: Fixed some painting problems. Optimizations, speed boosts.Tim E. Real
2012-10-20Improved: Midi initializations. New settings options, can be 'quiet'. ↵Tim E. Real
Complete rewrite of initializations coding. Improved: Midi controller graphs: Control selector 'S' popup now stay-open, AND NOW with multi-coloured dots. Bonus! Pianoroll and drum edit 'Ctrl' buttons ALSO now popup this very same menu. Improved: 'Old' drum track 'drum controllers' display and operation: Fixed several problems.
2012-03-16custom columns now send their changes to the device if appropriateFlorian Jung
2011-12-30instruments can load their patch'es drummapsFlorian Jung
automatic setting of drummap according to patch this is turned off when the user manually changes the drummap TODO: let him turn it on again moved MidiTrack::read/writeOurDrummap out to helper.cpp extended xg.idf and gs.idf to ship the drummaps still work in progress, but should be usable and stable, though incomplete
2011-12-25added config option for switching between "prefer old/new drumtracks"Florian Jung
and "only show new/old drumtracks". defaults to "prefer new"
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-12-14pulled fixes from release into trunkFlorian Jung
2011-11-07housekeeping: pulled fixes from release into trunkFlorian Jung
2011-10-11improved creating new notes in drum canvasFlorian Jung
2011-10-08merged namespace changes. HOPEFULLY the last one.Florian Jung
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-10-03added support for grouping tracks in drum editorFlorian Jung
2011-09-13added copy-in-range support for midi editorsFlorian Jung
2011-09-10added license info to new files. moved populateAddSynth / populateAddTrack ↵Orcan Ogetbil
into helper.cpp, Put stuff in helper.* into MusEUtil namespace.
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-05-28fixed buggy bugfix in score editorFlorian Jung
2011-05-27fixed bug: score editor didn't react on part changes which invalidateFlorian Jung
the Part*; it simply worked with the old, invalid pointers, which may lead to severe problems, and indeed leads to a bug when saving.
2010-12-15Major cleanup in the #includes. Moved the contents of all.h into individal ↵Orcan Ogetbil
files.
2010-10-13new branch muse2, first checkinRobert Jonsson