summaryrefslogtreecommitdiff
path: root/muse2/muse/miditransform.cpp
AgeCommit message (Collapse)Author
2013-09-18Merge branch 'master' into audiomsg_overhaulFlorian Jung
2013-09-01Midi Input Transformator plugin mods/fixes:Tim E. Real
Fixed bugs loading procVal2Op from song. New! Added 'Program' event type + 'Toggle' processing Value#2 operation.
2013-08-22MidiTransform now uses operation groupsFlorian Jung
2013-08-19some const-correctness. Part interface overhaul.Florian Jung
various fixes.
2012-11-12Finished Aftertouch controllersTim E. Real
Feature: Piano KB / drum list show coloured dots when per-pitch controllers exist / have data.
2012-08-04REWRITE: Introducing: More bits for Song Changed SC_* flags. Tim E. Real
Added MusECore::SongChangedFlags_t (in new type_defs.h file). Declared as int64 type. All Song Changed parameters, handlers, connections, calls, colateral operations etc. now use this new SongChangedFlags_t. All the handlers are now ready for the code bodies to accept any extra flags, devs need not do anything more than define new SC_* flags and write support inside the handlers. Please beware these possible extra flags when writing songChanged handlers and setting updateFlags.
2012-08-04Introducing: More bits for Song Changed SC_* flags. Tim E. Real
Added member Song::updateFlags2. Song::update() now takes an extra 'flags2' param. Please see ChangeLog for important information.
2012-03-15merged with trunkFlorian Jung
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
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-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-05-22changed Song::undoOp(foo) to Song::addUndo(UndoOp(foo)).Florian Jung
changed all these undoOps into a UndoOp-constructor. should not have affected muse's behaviour. should not introduce bugs or fix stuff.
2010-12-09Converted Qt3 methods to Qt4. Ported song.cppOrcan Ogetbil
2010-12-07Built Awl::posedit and Awl::sigedit, and replaced /widget versions and all ↵Tim E. Real
usages. Reverted class SpinBox to previous revision.
2010-11-27Converted comboQuant widget to Qt4 (in miditransform dialog).Tim E. Real
2010-11-26Trackinfo, SpinBoxFP, and transformer fixes. Please see ChangeLog.Tim E. Real
2010-11-24See ChangeLogOrcan Ogetbil
2010-11-20Removed superfluous wrappers. Made stuff neat.Orcan Ogetbil
2010-11-18ported .ui widgets to Qt4Orcan Ogetbil
2010-10-13new branch muse2, first checkinRobert Jonsson