summaryrefslogtreecommitdiff
path: root/muse2/synti
AgeCommit message (Collapse)Author
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-04simpledrums pitch and ctrl+arrowsRobert Jonsson
2013-02-17patch from Willy FoobarRobert Jonsson
2013-01-03fixed simpledrums guiRobert Jonsson
2012-12-18fluidsynth and simpledrums search project folder for missing soundsRobert Jonsson
2012-12-15simple drums asks for samples if they are missingRobert Jonsson
2012-12-13Fixed some vst controls stuck.Tim E. Real
Added vst master timebase (sequencers should work now). Not quite finished. Fixed weird QString bug causing some patch names to appear with garbage characters.
2012-12-11Fix native vst path (VST_NATIVE_PATH, VST_PATH, then preset). Tim E. Real
Also ladspa, dssi paths. Added -help text.
2012-12-10rc2Robert Jonsson
2012-12-07Feature: Native VST instruments support. PLEASE SEE ChangeLog.Tim E. Real
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-17Improved: Deicsonze soft synthesizer: Fixed crash, bugs, added ladspa plugins. Tim E. Real
TODO: No plugin control automation. Log slider/entry ranges. Add delay wet/dry?
2012-11-13Added aftertouch controller to fluidsynth, and aftertouch/poly-aftertouch to ↵Tim E. Real
DSSI.
2012-10-09!!! Song type is now removed !!! : See ChangeLogTim E. Real
2012-09-28load missing soundfonts from dialogRobert Jonsson
2012-09-16some improvementsRobert Jonsson
2012-07-01final mergeFlorian Jung
2012-05-28merged with release_2_0Florian Jung
2012-03-15merged with trunkFlorian Jung
2011-12-21merged againFlorian Jung
2011-12-14pulled fixes from release into trunkFlorian Jung
2011-11-07housekeeping: pulled fixes from release into trunkFlorian Jung
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-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.
2011-09-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-07-14Fixed loading of old songs with synths - added static keyword to array in Tim E. Real
each synth's oldMidiStateHeader() member.
2011-06-19Major work, all synthesizers. Other fixes. Please see ChangeLog.Tim E. Real
2011-06-08Removed old simpledrumsTim E. Real
2011-06-02applied WillyFoobar's patch: moved all Q_OBJECT statements toFlorian Jung
their appropriate place
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.