summaryrefslogtreecommitdiff
path: root/muse2/muse/app.cpp
AgeCommit message (Collapse)Author
2014-01-10Added Initialization Sequence editor. Roland SD-50 idf. Modify sysex editor...terminator356
2013-10-10added visual metronome to bigtimerj
2013-10-09recent menu removes missing entries nowrj
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-05autosave was too quickRobert Jonsson
2013-04-05save and titlesRobert Jonsson
2013-03-28metronome icon in arrangerRobert Jonsson
2013-01-27Feature: Shortcuts dialog modeless + has default global shortcut ↵Tim E. Real
Ctl+Shift+F1 + "Printable file" button. Memory leaks! Many widgets and dialogs had no parent and were not deleted! See ChangeLog.
2012-12-18fluidsynth and simpledrums search project folder for missing soundsRobert Jonsson
2012-11-22Fixed: Markers and synth windows don't open at all on some desktops like ↵Tim E. Real
Lubuntu. See ChangeLog for details.
2012-11-20Fixed audio stuttering loud annoying repeated segments upon seek. Slight Tim E. Real
readjustment of audio prefetch and midi thread priority.
2012-11-03Improved: Instrument Editor, fFixed MANY bugs. Should be SOLID now. Tim E. Real
Improved: Midi controller graph 'Ctrl' popup menus. Improved: Aftertouch and PolyAftertouch (channel/key pressure) are true MusE controllers now. TODO: Still W.I.P. See ChangeLog
2012-10-20Improved: 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-05-28merged with release_2_0Florian Jung
2012-03-15merged with trunkFlorian Jung
2012-02-28made arranger obey to the configuration's mdi-ness-settingsFlorian Jung
2012-01-18moved redundant toolbar generation into TopWin::TopWinFlorian Jung
2012-01-18added sigedit and tempo toolbarFlorian Jung
2012-01-17added song position toolbar for rapid position selectionFlorian Jung
2012-01-06merged with release_2_0Florian Jung
2012-01-03merged with trunkFlorian Jung
added "copy drummap" to duplicate track dialog
2012-01-03merged with release_2_0Florian Jung
2011-12-30instruments can load their patch'es drummapsFlorian Jung
automatic setting of drummap according to patch this is turned off when the user manually changes the drummap TODO: let him turn it on again moved MidiTrack::read/writeOurDrummap out to helper.cpp extended xg.idf and gs.idf to ship the drummaps still work in progress, but should be usable and stable, though incomplete
2011-12-26merged with latest releaseFlorian Jung
fake-merged because of the cherry-pick
2011-12-26(no commit message)Florian Jung
2011-12-22merged with trunk again (you're committing faster than i can merge ;) )Florian Jung
2011-12-21merged againFlorian Jung
2011-12-21merged with trunk (that is, pulled the fixes from release_2_0)Florian Jung
only quickly tested, seems okay on the first glance
2011-12-14pulled fixes from release into trunkFlorian Jung
2011-11-07housekeeping: pulled fixes from release into trunkFlorian Jung
2011-10-16Fixed crashes reloading songs having open editors. Previous memleak fixes Tim E. Real
revealed some problems. Installed bool TopWin::deleting(). It is set true when closeEvent() is called in any self-deleting TopWins. Used it to make all such TopWins and their corresponding child canvasses ignore songChanged signals.
2011-10-08merged namespace changes. HOPEFULLY the last one.Florian 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-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-09-23improved the "menu bar focus"-fix even moreFlorian Jung
2011-09-23made the "have to sometimes focus menu bar"-problem less annoying.Florian Jung
the menu bar is ONLY selected now when we switch to a non-MDI-subwin which shares tool- and menubar (because this is the only case where it's necessary) tiny indentation fix in dcanvas.cpp
2011-09-19hopefully finally fixed the invalid reads (and segfaulting) bug whenFlorian Jung
closing toplevels.
2011-09-18hopefully fixed invalid read bugFlorian Jung
2011-09-16fixed 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-15New namespaces and change in default colors. See ChangeLog.Orcan Ogetbil
2011-09-14- provided sane configuration defaultsFlorian Jung
- updated templates - windows->tile/arrange in rows/columns doesn't maximize a window if it's the only one - removed "bool initalizing stuff" - small fixes for focusing and toolbar-sharing
2011-09-14fixed window->tileFlorian Jung
2011-09-13Added: 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-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-10Removed more namespace artifacts. Searched on "MusEGlobal "MusEConfig etc.Tim E. Real
2011-09-10namespace fixes and cleanupsOrcan Ogetbil
2011-09-09namespace work (part deux)Orcan Ogetbil