summaryrefslogtreecommitdiff
path: root/muse2/muse/ctrl
AgeCommit message (Collapse)Author
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-02-24color fixesRobert Jonsson
2013-02-20MASSIVE FIXES: MANY editor, usability, operation fixes and changes. Tim E. Real
See ChangeLog.
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().
2012-11-12Finished Aftertouch controllersTim E. Real
Feature: Piano KB / drum list show coloured dots when per-pitch controllers exist / have data.
2012-11-03Improved: Instrument Editor, fFixed MANY bugs. Should be SOLID now. Tim E. Real
Improved: Midi controller graph 'Ctrl' popup menus. Improved: Aftertouch and PolyAftertouch (channel/key pressure) are true MusE controllers now. TODO: Still W.I.P. See ChangeLog
2012-10-27Improved: Velocity graphs. Icon for showing per-note or all velocities. Also ↵Tim E. Real
found in Settings. Improved: Piano KB has current selected note (yellow). For velocity/polyaftertouch/other per-note ctrls. Bad timing warning now has "don't show again". Added 'speaker' icon to drum edit. And drum list and piano keyboard now obey the 'speaker' icon.
2012-10-22Fixed regression: Re-add default managed controllers to midi ports at ↵Tim E. Real
Song::clear. W.I.P. Preparations for Aftertouch and Poly Aftertouch graph editing.
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-10-09!!! Song type is now removed !!! : See ChangeLogTim E. Real
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-05-28merged with release_2_0Florian Jung
2012-03-15merged with trunkFlorian Jung
2012-01-06merged with release_2_0Florian Jung
2011-12-25ctrlcanvas now reacts properly on ALT-left/right part changesFlorian Jung
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-16Fixed crashes reloading songs having open editors. Previous memleak fixes Tim E. Real
revealed some problems. Installed bool TopWin::deleting(). It is set true when closeEvent() is called in any self-deleting TopWins. Used it to make all such TopWins and their corresponding child canvasses ignore songChanged signals.
2011-10-16small fixesFlorian Jung
2011-10-16ctrlcanvas stuff. not ready yetFlorian Jung
BUGGY! problem is: while changing entries, ourDrumMap may be reallocated which causes abort()s and/or bugs.
2011-10-13removed or fixed many FINDMICH markers. NEEDS TESTING!Florian Jung
2011-10-08merged namespace changes. HOPEFULLY the last one.Florian Jung
2011-10-07added new style drum tracksFlorian Jung
atm, they aren't different from midi tracks except that they launch a drum editor by default added markers to help me finding the places to change TODO: instrument muting, in-note-mapping etc...
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-09-09namespace work (part deux)Orcan Ogetbil
2011-09-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-08-16More drawing fixes, improved accuracy (grids, timescales, edges, markers ↵Tim E. Real
guaranteed to align now). Much drawing changed to device (pixel) space instead of virtual space, for accuracy. Fixed display of audio automation graphs. (But not editing).
2011-06-27merged stuff from experimental back to trunk:Florian Jung
- massively speeded up muse by using operation groups - changed behaviour of mid-click to "delete" in all canvases
2011-06-19Major work, all synthesizers. Other fixes. Please see ChangeLog.Tim E. Real
2011-06-03merged with trunk and adapted new functionsFlorian Jung
2011-06-02applied WillyFoobar's patch: moved all Q_OBJECT statements toFlorian Jung
their appropriate place
2011-05-23merged with trunkFlorian Jung
2011-05-22- speeded up pasting, shrinking parts, drawing controllers inFlorian Jung
the ctrlcanvas and reordering the drum list - applyOperationGroup() now doesn't apply empty opGroups any more - reordering the drum list doesn't cause undo be triggered any more - removed unneccessary song->update() calls after a song->applyOperationGroup() call - cleaned up (removed some commented out code blocks)
2011-05-19changed ctrl-edit's behaviour when control key is pressedFlorian Jung
added line tool to drum editor
2011-05-19Popup menus now auto-scroll if too large to fit on desktop. Tim E. Real
Midi track info patch popup now stays open for auditioning patches. Editor 'ctrl' controller popups: Split instrument/other (+ common controls!) + show ctrl numbers.
2011-05-10score editor now displays the currently selected notesFlorian Jung
2011-05-09oops, sorry. forgot to save one silly change before committingFlorian Jung
2011-05-09swapped ctrl and shift for selecting stuffFlorian Jung
-> made muse's behaviour according to common standards
2011-03-28Oops, left a debug message in there.Tim E. Real
2011-03-28Fixed midi controller graphs' velocity items selections.Tim E. Real
2011-03-27More controller graph, and midi track info fixes.Tim E. Real
2011-03-24Some fixes/steps towards better controller graph editing.Tim E. Real
2011-02-27Fixed piano roll controller graph text drawing (finally!)Tim E. Real
2011-02-26Fixed some controller graph drawing issues.Tim E. Real
2011-01-31added option to build internal modules staticallyOrcan Ogetbil
2011-01-09Completed soloing system. Other fixes - see ChangeLog.Tim E. Real
2010-12-31In ctrl canvas, draw the grid before anything elseOrcan Ogetbil