Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-12 | workaround for Windfisch/muse#13 ("Edit/Copy" not enabled) | Florian Jung | |
2013-09-02 | MovePartToTrack | Florian Jung | |
2013-09-01 | replaced some SEQM_... by OpGroups. Cleanup. | Florian Jung | |
2013-08-28 | operations are now replicated for all clones. minor cleanups. | Florian Jung | |
it compiles and seems to work again! :) | |||
2013-08-22 | fixed PartCanvas::drawMidiParts | Florian Jung | |
2013-08-20 | Event/Part selection now via UndoOp::Select* | Florian Jung | |
additionally: added Song::applyOperation() removed unused param from (un)chainTrackParts | |||
2013-08-19 | some const-correctness. Part interface overhaul. | Florian Jung | |
various fixes. | |||
2013-08-16 | Parts 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-08-16 | removing commented out code | Florian Jung | |
2013-08-10 | removed ModifyPart/changePart. Replaced with ModifyPartLength etc. | Florian Jung | |
2013-05-08 | Yet another MAJOR audio engine and plugin/synth process chain re-write. | Tim E. Real | |
And much more, see ChangeLog, May 8 2013. | |||
2013-03-10 | added more colors | Robert Jonsson | |
2013-02-20 | MASSIVE FIXES: MANY editor, usability, operation fixes and changes. | Tim E. Real | |
See ChangeLog. | |||
2013-02-09 | oops2, some fiddling with the part graphics got included | Robert Jonsson | |
2013-02-07 | metronome work | Robert Jonsson | |
2013-01-16 | Various usability fixes. Please see ChangeLog. | Tim E. Real | |
2012-12-29 | write automation paramters names | Robert Jonsson | |
2012-11-12 | Finished Aftertouch controllers | Tim E. Real | |
Feature: Piano KB / drum list show coloured dots when per-pitch controllers exist / have data. | |||
2012-09-30 | various fixes and changes | Robert Jonsson | |
2012-09-07 | Feature request 3565102: FLAC audio file import. | Tim E. Real | |
2012-09-07 | Bug 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-04 | REWRITE: 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-07-01 | final merge | Florian Jung | |
2012-05-28 | merged with release_2_0 | Florian Jung | |
2012-03-15 | merged with trunk | Florian Jung | |
2012-01-03 | merged with trunk | Florian Jung | |
added "copy drummap" to duplicate track dialog | |||
2012-01-03 | merged with release_2_0 | Florian Jung | |
2011-12-22 | merged with trunk again (you're committing faster than i can merge ;) ) | Florian Jung | |
2011-12-21 | merged again | Florian Jung | |
2011-12-21 | merged with trunk (that is, pulled the fixes from release_2_0) | Florian Jung | |
only quickly tested, seems okay on the first glance | |||
2011-12-14 | pulled fixes from release into trunk | Florian Jung | |
2011-11-21 | added feature: super-glue | Florian Jung | |
2011-11-07 | housekeeping: pulled fixes from release into trunk | Florian Jung | |
2011-10-22 | merge to trunk | Robert Jonsson | |
2011-10-11 | some testing and crash-fixes | Florian Jung | |
2011-10-08 | merged namespace changes. HOPEFULLY the last one. | Florian Jung | |
2011-10-07 | added new style drum tracks | Florian 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 | clean residual namespace work. fix python control build. | Orcan Ogetbil | |
2011-10-07 | (hopefully) final huge namespace update. | Orcan Ogetbil | |
2011-10-03 | Fixed HUGE massive memory leaks in all things using CItemList, | Tim E. Real | |
and SndFile, dssi, fluidsynth and other huge leaks. Large song with several dssi, vst, fluidsynths leaked 100's of MB, now only ~2MB. | |||
2011-09-21 | Need to get it off the drive: Part canvas drawing speed boosts. Working on ↵ | Tim E. Real | |
meter speed. | |||
2011-09-17 | Fixed errors when ladspa plugins not found while loading. | Tim E. Real | |
Fixed forgotten bool to pointer conversion in some calls to song::addTrack, createSynthI. | |||
2011-09-16 | fixed wrong usages of tr() like: | Florian Jung | |
QString::toNumber(num) + ( num > 1 ? tr("parts") : tr("part")) or tr("file ")+ filename +tr(" could not be loaded") and commited scripts to find such errors | |||
2011-09-15 | New namespaces and change in default colors. See ChangeLog. | Orcan Ogetbil | |
2011-09-13 | Added: You can now insert new tracks instead of always at the track list end. | Tim E. Real | |
If main menu 'Add track': Inserts before currently selected track, else adds at end. If Track List right-click existing Track Name: New 'Insert track' menu inserts before clicked track. If Track List right-click on empty space, or Mixer 'Create': Adds at end, as usual. Fixed track selection bug: Track info panel not clearing when clicking empty area. | |||
2011-09-10 | merged the first bunch of orcans changes | Florian 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-09 | namespace work (part deux) | Orcan Ogetbil | |
2011-09-08 | introducing namespaces | Orcan Ogetbil | |
2011-09-06 | Updated the licensing information | Orcan Ogetbil | |
2011-09-04 | added 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 |