Use ISC license for RDFF (same idea, MIT style, just prettier).
[ardour.git] / libs / ardour / ladspa_plugin.cc
2011-05-14 David RobillardGeneric scale points API.
2011-02-15 Carl HetheringtonClean up and hopefully fix handling of logarithmic...
2011-02-02 Carl HetheringtonStop saving of garbage values to LADSPA preset files...
2010-12-19 Carl HetheringtonClean up plugin preset handling a bit.
2010-12-11 Sakari BergenFix compiler warnings
2010-12-07 Carl HetheringtonPut plugin-note-off code in the right place.
2010-12-07 Carl HetheringtonMove RDF-based preset stuff into LadspaPlugin, to make...
2010-12-06 Carl HetheringtonManage attempts to save plugin presets with the same...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-10 Paul Davisremove duplicate std limit + format macro defs
2010-09-02 Carl HetheringtonActivate plugins that are added to a PluginInsert after...
2010-04-21 Paul Daviscommits 6001-6525 inclusive from 2.X applied to 3.0
2010-04-15 Paul Davisforward-port from 2.X commits 5827-6000 including
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-11-18 Paul Davisadd "custom" meter option which is the only option...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-01 Paul DavisLADSPA logarithmic handling patches from nickm and...
2009-05-06 David RobillardFix LADSPA plugin channel mapping.
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardSession XML style consistency (tag names are capitalized).
2009-01-14 Carl HetheringtonMake Bundles work a bit better. A few include optimisa...
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-10-03 David RobillardApply panners/automation patch from torbenh (Panner...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-02-02 David RobillardMerge with trunk R2978.
2008-01-12 David RobillardMerge with 2.0-ongoing R2885.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-11-13 Tim MayberryRemove unused header include from ardour/ladspa_plugin.cc
2007-07-04 David RobillardChanged Processor interface to support out-of-place...
2007-07-03 David Robillards/ParamID/Parameter/
2007-06-30 David RobillardAnother not-quite-there-but-better commit.
2007-06-27 Paul Davisallow user tweaking of everything that might have inher...
2007-06-27 David RobillardBig ol' automation refactor.
2007-05-10 David RobillardAdded nicer looking wrapper methods for ChanCount:...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-04-03 Paul Davisfix botched apply of torben's zero line patch, remove...
2007-04-01 Sampo SavolainenAdd a color for ghost waves (thanks Torben!) and fix...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2006-10-26 Paul Davisremove StateManager code entirely and more debugging...
2006-10-21 David RobillardMerged with trunk R992.
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-08-29 David RobillardMerged with trunk R861
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-12 David RobillardTowards MIDI:
2006-08-10 David RobillardMerged with trunk R776
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-03 Taybin RutkinMost PluginManager refactoring is out of the way. ...
2006-07-14 David RobillardMerge big changes (mostly Controllable) from trunk
2006-07-07 Paul Davisid_t becomes a fully-fledged object, UUID's used for...
2006-06-26 David RobillardLarge nasty commit in the form of a 5000 line patch...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-02-11 Sampo SavolainenFixed buffer index overrun in connect_and_run()
2006-02-07 Paul Davisrestore many keybindings from ardour 0.99
2006-01-04 Taybin Rutkinsfdb_v3. only in the backend currently.
2005-11-14 Sampo SavolainenImportant engine bugfixes: Ladspa plugin parameter...
2005-10-06 Paul Davisfix compose mess, and a number of 64 bit printf specs
2005-09-24 Taybin Rutkinlibardour added.