Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-10 | Added Initialization Sequence editor. Roland SD-50 idf. Modify sysex editor... | terminator356 | |
2014-01-07 | Created README.md To be nice 'intro' with links to other READMEs | terminator356 | |
2014-01-07 | Move READMEs etc back into muse2, create README link. | terminator356 | |
2014-01-07 | Instrument can now be changed from trackinfo panel. Tweaks, cleanups. | terminator356 | |
Midi instrument can now be changed from midi track info panel. Some minor code tweaks, code cleanup in mtrackinfo.cpp, confmport.cpp. | |||
2014-01-06 | Add and fix Roland SD-50 .idf by Patrick. | terminator356 | |
Add GM2 .idf file created by Tim. Fixed couple of improper "&apos" xml substitutions in xml.cpp | |||
2014-01-04 | Fixed some errors in Roland SD-50.idf | terminator356 | |
2014-01-04 | Add Roland SD-50.idf by Patrick. | terminator356 | |
2013-11-18 | fixed plugin drag&drop, cleanup | rj | |
2013-11-17 | fixed plugin drag&drop | rj | |
2013-10-10 | added visual metronome to bigtime | rj | |
2013-10-09 | recent menu removes missing entries now | rj | |
2013-10-09 | changed track drag to move instead of swap | rj | |
2013-10-08 | fixed aux move bug | rj | |
2013-10-08 | minor fix to length of line | rj | |
2013-10-08 | added line draw of tempo | rj | |
2013-10-03 | added shortcuts for step record, midi input, play events, inc/dev velocity | rj | |
2013-09-28 | fixed conflicting shortcuts and made beat marks more gray | rj | |
2013-09-23 | Pos operator+ fix | Florian Jung | |
2013-09-22 | updated russian translation. Thanks Alex! | Florian Jung | |
2013-09-22 | fixed scoreeditor lasso endless loop | Florian Jung | |
2013-09-19 | addEvent is NOT deprecated. no need to assert(!hasClones()) | Florian Jung | |
2013-09-19 | Use Part::addEvent() instead of adding to EventList directly | Florian Jung | |
2013-09-18 | Merge branch 'audiomsg_overhaul' (nonshared eventlists and more) | Florian Jung | |
This introduces the following changes: - Clone Parts no more share their eventlist. Instead, all changes made to one clone are replicated to the other clones' eventlists - audio/song->msg{Add,Delete,Change}{Part,Event,Track} have been replaced by the corresponding UndoOp operations. - Enforcing of const-correctness: No GUI code may ever gain writable access to audio/midi/song data structures. Access must *always* go through applyOperationGroup. This is now enforced. - Removed a bunch of DELETETHIS or REMOVE or otherwise commented out code - Removed dead code - Removed unused Audio Messages (that should go through applyOpGroup anyway.) | |||
2013-09-18 | adjust song length always | Florian Jung | |
2013-09-18 | fixed midi recording | Florian Jung | |
2013-09-18 | Merge branch 'master' into audiomsg_overhaul | Florian Jung | |
2013-09-18 | oops, COPYING must be in muse2 | Florian Jung | |
2013-09-12 | Chain clones after loading a file. Fixes Windfisch/muse#12 | Florian Jung | |
2013-09-12 | cleanup | Florian Jung | |
2013-09-12 | minor fixes | Florian Jung | |
2013-09-12 | workaround for Windfisch/muse#13 ("Edit/Copy" not enabled) | Florian Jung | |
2013-09-10 | Moved READMEs to root directory so GitHub finds them | Florian Jung | |
2013-09-05 | Undo groups can now be auto-grouped. | Florian Jung | |
2013-09-02 | About box displays the git string and year 2013 | Orcan Ogetbil | |
2013-09-02 | MovePartToTrack | Florian Jung | |
2013-09-02 | complain when chaining an already chained part | Florian Jung | |
2013-09-01 | Midi 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-09-01 | fixes | Florian Jung | |
2013-09-01 | replaced some SEQM_... by OpGroups. Cleanup. | Florian Jung | |
2013-09-01 | applyOperationGroup is no more a hack :) | 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-28 | fixed misuse of undo ctors. perhaps more to follow | Florian Jung | |
2013-08-28 | added "similar"-comparison to Event(Base) | Florian Jung | |
2013-08-27 | assertion fixes in undo and part m( | Florian Jung | |
2013-08-24 | implemented missing functions of Part | Florian Jung | |
2013-08-22 | more const-correctness for Part* | Florian Jung | |
2013-08-22 | more applyOperation. MusE compiles again, still does not link | Florian Jung | |
2013-08-22 | fixed insane ModifyEvent old/new twist | Florian Jung | |
2013-08-22 | MidiTransform now uses operation groups | Florian Jung | |
2013-08-22 | fixed PartCanvas::drawMidiParts | Florian Jung | |