summaryrefslogtreecommitdiff
path: root/muse2/muse/arranger/arranger.cpp
AgeCommit message (Collapse)Author
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-04simpledrums pitch and ctrl+arrowsRobert Jonsson
2013-02-20MASSIVE FIXES: MANY editor, usability, operation fixes and changes. Tim E. Real
See ChangeLog.
2013-01-26Feature/fix: Zoom at cursor! Zoom now zooms about cursor. Tim E. Real
2013-01-16Various usability fixes. Please see ChangeLog.Tim E. Real
2012-10-09!!! Song type is now removed !!! : See ChangeLogTim E. Real
2012-09-07Bug 3555581: No synths listed in Edit menu: main.cpp: Move initMidiSynth() ↵Tim E. Real
ahead of MusE. And unrelated simple change: Privatize Arranger::parentWin.
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-07-07see ChangeLogRobert Jonsson
2012-07-01final mergeFlorian Jung
2012-05-28merged with release_2_0Florian Jung
2012-03-17- custom columns can now also store their values to song->cpos(), notFlorian Jung
only to tick0 - hopefully fixed a bug in the custom columns setup dialog
2012-03-15merged with trunkFlorian Jung
2012-02-29changed custom column for "program" to display and edit real patchesFlorian Jung
instead of the raw values
2012-02-24made custom columns editable.Florian Jung
TODO FIXME: you need to restart MusE to apply them
2012-02-14- added support for custom controller columns in the tracklistFlorian Jung
they are stored in and read from the global config file. - tracklist header is now saved into global config, not in songfile. TODO: - allow the user to customize the custom columns - make recreating the Header work (graphical glitches currently)
2011-12-21merged againFlorian Jung
2011-12-14pulled fixes from release into trunkFlorian Jung
2011-11-07housekeeping: pulled fixes from release into trunkFlorian Jung
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-09-15New namespaces and change in default colors. See ChangeLog.Orcan Ogetbil
2011-09-10merged again. please continue developing the deep changes HERE. thanksFlorian Jung
2011-09-10merged the first bunch of orcans changesFlorian Jung
STILL WAIT WITH COMMITTING NEW STUFF! i have to merge the rest as well! this is a bit buggy (connect errors, not tested much), but doesn't segfault immediately
2011-09-10namespace fixes and cleanupsOrcan Ogetbil
2011-09-09namespace work (part deux)Orcan Ogetbil
2011-09-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-09-04added paste dialog plus minor fixes:Florian Jung
- moved and changed muse.pro file - added update_pro.sh and update_translations.sh - updated translations - moved stuff from functions.cpp out to dialogs.cpp - fixed behaviour of movePartsTotheRight(): parts which begin at "start of move" aren't expanded, but moved now
2011-09-01merged with trunkFlorian Jung
2011-08-31added "copy in range" functionFlorian Jung
when pasting, the previously selected parts are now unselected removed the structure operations "copy range" and "cut event", which were unimplemented
2011-08-29Fixed audio automation graph editing. And now 'snaps' to discrete integer or ↵Tim E. Real
bool types. All control movements should update display now. Also slightly changed behaviour of Ctrl class. TODO: Fix some painting corruption, improve discrete display, add transparency etc. etc. Applied compilation patch to rhythmbase.ui by Jean-Damien Durand.
2011-08-25fixed "unknown kbAccel"-bugFlorian Jung
2011-08-23fixed sizing, resizing and minimum size stuffFlorian Jung
the actual effect of this is that windows->tile now works properly
2011-08-07moved the arranger out to its own windowFlorian Jung
2011-05-21added midi clef in track list + right click menu to select columns in track listRobert Jonsson
2011-05-15mouse wheel reworkRobert Jonsson
2011-03-05tweaks here and tweaks thereRobert Jonsson
2011-02-13fixes, see changelogRobert Jonsson
2011-02-09Mini MIDI overhaul. Please see ChangeLog.Tim E. Real
2011-01-17fixed panic button and init crashRobert Jonsson
2011-01-04automation viewable in arranger and rec changesRobert Jonsson
2011-01-04Please see ChangeLogTim E. Real
2011-01-02Focussing, shortcuts, transport position snapping.Tim E. Real
2010-12-31Possible fix for arranger focussing problems.Tim E. Real
2010-12-29Fixed the 'no selected track' trackinfo background MusE logo display.Tim E. Real
2010-12-28Fix arranger trackinfo not updating (again).Tim E. Real
2010-12-28Some more arranger + pianoroll trackinfo synchronization fixes.Tim E. Real
2010-12-27Fixed midi track info size issues.Tim E. Real
2010-12-26Initial addition of midi track info to pianoroll. WORK IN PROGRESS.Tim E. Real