Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-08 | fixed aux move bug | rj | |
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-04-04 | simpledrums pitch and ctrl+arrows | Robert Jonsson | |
2013-03-28 | read old drummaps | Robert Jonsson | |
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-02-02 | Solved: "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(). | |||
2013-01-26 | Feature/fix: Zoom at cursor! Zoom now zooms about cursor. | Tim E. Real | |
2013-01-16 | Various usability fixes. Please see ChangeLog. | Tim E. Real | |
2012-12-29 | write automation paramters names | Robert Jonsson | |
2012-12-29 | clear automation | Robert Jonsson | |
2012-12-07 | Feature: Native VST instruments support. PLEASE SEE ChangeLog. | Tim E. Real | |
2012-11-22 | Fixed: Markers and synth windows don't open at all on some desktops like ↵ | Tim E. Real | |
Lubuntu. See ChangeLog for details. | |||
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-10-27 | Improved: 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-20 | Improved: 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 ChangeLog | Tim E. Real | |
2012-09-30 | various fixes and changes | Robert Jonsson | |
2012-09-28 | compile fix: don't use DSSI-related stuff when compiling without | Florian Jung | |
DSSI-support. | |||
2012-09-16 | fixed some bugs, see ChangeLog | 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-08-04 | Introducing: 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-08-04 | Optimizations: Added Master::songChanged, ArrangerView::songChanged. | Tim E. Real | |
Please test it - may need more or less SC_* filters. | |||
2012-07-08 | fixed bug with track deletion dialog | Robert Jonsson | |
2012-07-08 | see ChangeLog | Robert Jonsson | |
2012-07-07 | see ChangeLog | Robert Jonsson | |
2012-07-01 | final merge | Florian Jung | |
2012-05-28 | merged with release_2_0 | Florian Jung | |
2012-03-17 | - custom columns can now also store their values to song->cpos(), not | Florian Jung | |
only to tick0 - hopefully fixed a bug in the custom columns setup dialog | |||
2012-03-16 | custom columns now send their changes to the device if appropriate | Florian Jung | |
2012-03-15 | custom columns only consider controller changes at tick0 now | Florian Jung | |
2012-03-15 | merged with trunk | Florian Jung | |
2012-03-15 | custom program column now opens its menu with a single click | Florian Jung | |
2012-02-29 | changed custom column for "program" to display and edit real patches | Florian Jung | |
instead of the raw values | |||
2012-02-24 | made 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 tracklist | Florian 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) |