summaryrefslogtreecommitdiff
path: root/muse2
AgeCommit message (Collapse)Author
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-15forgot to remove a debugging statementFlorian Jung
2011-10-15sigedit boxes now select their content when you click at themFlorian Jung
2011-10-14keyboard navigation for tracksRobert Jonsson
2011-10-14fixed dangling slotFlorian Jung
2011-10-13removed or fixed many FINDMICH markers. NEEDS TESTING!Florian Jung
2011-10-13Song::remapPortDrumCtrlEvents() now also processes hidden eventsFlorian Jung
2011-10-13namespace fixOrcan Ogetbil
2011-10-12drum map saving/loading only shown when appropriate, and movedFlorian Jung
2011-10-12fixed "initial window size gets smaller and smaller" bug when in MDI modeFlorian Jung
2011-10-12made rhythm generator aware of namespacesOrcan Ogetbil
2011-10-11improved steprecording in drum editorFlorian Jung
2011-10-11improved creating new notes in drum canvasFlorian Jung
2011-10-11improved drum canvas movingFlorian Jung
2011-10-11some testing and crash-fixesFlorian Jung
2011-10-11added new drum tracks to appearance settingsFlorian Jung
2011-10-11merged with trunkFlorian Jung
2011-10-11moved GlobalConfigValues and MixerConfig from MusEGui into MusEGlobalFlorian Jung
namespace
2011-10-10track's drumlists can be loaded, saved and copied aroundFlorian Jung
2011-10-10small drum-map-hide-menu-entry additionsFlorian Jung
2011-10-10not recording muted/hidden instruments worksFlorian Jung
2011-10-10added "show all" and "hide unused" menu entriesFlorian Jung
2011-10-10steprec and dlist-enote-changing fixesFlorian Jung
steprec now works for new style drum tracks
2011-10-10mention compile_muse.sh in readmeRobert Jonsson
2011-10-10Followup: Added handy 'open midi config' to tracklist midi outport popup.Tim E. Real
2011-10-09Fixed track list midi port popup menu - too many ports listed. Tim E. Real
Seperated empty ports into submenu.
2011-10-09settings for importing midiFlorian Jung
2011-10-09recording and importing midi now works for new style drum tracks plusFlorian Jung
fixes for old-style drum tracks
2011-10-09updated MidiTrack::read and ::writeFlorian Jung
2011-10-08merged with trunk againFlorian Jung
drum ordering is now stored in the songfile track reading bugfix
2011-10-08changed mouse-click-midi-echo in dlistFlorian Jung
2011-10-08muted instruments in new style drum tracks are now respectedFlorian Jung
2011-10-08merged namespace changes. HOPEFULLY the last one.Florian Jung
2011-10-07fixed small bug in tlist.cppFlorian 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-07clean residual namespace work. fix python control build.Orcan Ogetbil
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-10-06more SigEditRobert Jonsson
2011-10-06you can now hide and show drumlist instrumentsFlorian Jung
squashed some minor bugs
2011-10-05more SigEditRobert Jonsson
2011-10-04fixes to SigEditRobert Jonsson
2011-10-03merged with trunk, removed more memory leaksFlorian Jung
2011-10-03drum map changes are now handled properlyFlorian Jung
2011-10-03added support for changing grouping modeFlorian Jung
2011-10-03added infrastructure for being able to handle major drummap changesFlorian Jung
should have changed nothing in functionality
2011-10-03added support for grouping tracks in drum editorFlorian Jung
2011-10-03Fixed 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-10-02some rework on SigEditRobert Jonsson
2011-10-02drum list entry ordering is now rememberedFlorian Jung
bugfix in reordering drummap
2011-09-30Fixed long-standing problem with themes (Ora/Bespin etc) and button icons. Tim E. Real
Fixed midi strip blank automation box at bottom, too high. Repaired some non-virtual paintEvent(), resizeEvent(), event() etc.