summaryrefslogtreecommitdiff
path: root/muse2/synti
AgeCommit message (Collapse)Author
2011-06-03merged with trunk and adapted new functionsFlorian Jung
2011-05-26Moved all routing popup menu stuff from app, astrip, mstrip, mtrackinfo into ↵Tim E. Real
new class RoutePopupMenu, *massively* cleaning up those 4 files. Used new Route QVariant type as action data instead of integers. Moved MenuTitleItem definitions from astrip.cpp into it's own menutitleitem.cpp Added to settings: "Make popup menus stay open. Otherwise hold Ctrl."
2011-05-11Another fix for file filters.Tim E. Real
2011-05-11Added file filter: All (*).Tim E. Real
2011-04-25Overhaul plugin module and add variable run-length ladspa + dssi processing. ↵Tim E. Real
Please see ChangeLog.
2011-04-10Please see ChangeLogTim E. Real
2011-02-28Added some missing Qt headers.Tim E. Real
2011-02-24Improved midi auto-connections. Fixed Organ synth crashing.Tim E. Real
2011-02-14WillyFoobar patchRobert Jonsson
2011-02-10deicsonze color init fixRobert Jonsson
2011-01-31added option to build internal modules staticallyOrcan Ogetbil
2011-01-04Please see ChangeLogTim E. Real
2011-01-02fixed patch loading in deicsonzeRobert Jonsson
2011-01-02Removed the last Qt3Support referencesOrcan Ogetbil
2010-12-29Delete two old deicsonze folders.Tim E. Real
2010-12-26Packaging related minor fixes. Please see the ChangeLog.Orcan Ogetbil
2010-12-21Commit of the beast. User instruments path is made user configurable. ↵Orcan Ogetbil
Removed env. variables usage.
2010-12-21Moved user config paths. Please see the ChangeLog.Orcan Ogetbil
2010-12-20Major cmake cleanup. Please see the ChangeLog.Orcan Ogetbil
2010-12-19Split individual parts into their own shared libraries. Moved main() into ↵Orcan Ogetbil
its own file.
2010-12-15Major cleanup in the #includes. Moved the contents of all.h into individal ↵Orcan Ogetbil
files.
2010-12-14Fixed all missing icons throughout. Added qrc file, changed ui file. Looks ↵Tim E. Real
nice now.
2010-12-14Please see ChangeLog.Tim E. Real
2010-12-12Translations are now handled by cmake. Updated the Russian translation. ↵Orcan Ogetbil
Added -l flag to override system locale.
2010-12-10Fixed compiler and cmake warnings. Restored the scripts menu.Orcan Ogetbil
2010-12-09Fix compiler warnings, and a typo in the transport max slider value.Orcan Ogetbil
2010-12-08ported many Qt3 methods to Qt4Orcan Ogetbil
2010-12-08Some fixes to the previous commit. Apparently I missed to filter a case.Orcan Ogetbil
2010-12-07Converted all latin1() instances. Ported Qt3 methods to Qt4.Orcan Ogetbil
2010-11-29In Mess::processEvent(), added ME_PITCHBEND case. Fixes pitchbend in some ↵Tim E. Real
synths.
2010-11-28Fix deicsonze initial wallpaper. Add paper2.png wallpaper.Tim E. Real
2010-11-28Add deicsonze picsTim E. Real
2010-11-28Add deicsonze2 filesTim E. Real
2010-11-28Deicsonze2 added (!!) Fresh re-import from evolution.Tim E. Real
Werner's AWL and DOM xml added.
2010-11-28Rename deicsonzeTim E. Real
2010-11-28See ChangeLogOrcan Ogetbil
2010-11-27ported vamguibase. removed midiportroutebase.Orcan Ogetbil
2010-11-27ported .ui widgets to Qt4Orcan Ogetbil
2010-11-25Fixed crash in FluidSynthGui::channelItemClicked(): Use item->row() for the ↵Tim E. Real
channel.
2010-11-24See ChangeLogOrcan Ogetbil
2010-11-24ported fluidgui to Qt4Orcan Ogetbil
2010-11-24Ported fluidsynthgui to Qt4Orcan Ogetbil
2010-11-14Applied patch by Orcan converting populateAddSynth(). Tim E. Real
Changed all obsoleted setMargin() calls to setContentsMargins().
2010-11-14see ChangeLogNil Geisweiller
2010-11-09Updated some window flags (stay on top, delete on close...)Tim E. Real
2010-11-03Small correction in description.Tim E. Real
2010-11-03Removed mpevent(.h, .cpp) and evdata.h from /libsynti, conflicting with ↵Tim E. Real
copies in /muse, causing crashes. Version in /muse is newer. Should only be one version.
2010-11-02Testing: Disable some sendSysex calls crashing. Fluidsynth appears to work now.Tim E. Real
2010-11-01All MESS plugins: compile with -fvisibility=hidden, fixes LADSPA plugins not ↵Tim E. Real
appearing in list. Added simpledrums2 (from muse_qt4_evolution).
2010-10-30Removal of autotools stuff.Tim E. Real