Only show user-presets in favorite sidebar
[ardour.git] / libs / ardour / ardour / plugin.h
2013-08-08 Robin Gareusrework MIDI [processor|plugin] chain
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-02 Robin Gareusrework MIDI [processor|plugin] chain
2012-07-11 Paul Davisadd StartTouch and EndTouch signals to Plugin class...
2012-06-19 Paul Davispatch from colinf that adds an 'empty' preset to the...
2012-06-13 Paul Davisflip default value of Plugin::presets_are_MIDI_programs...
2012-06-11 Paul Davislots more work trying to create a common structure...
2012-05-07 Paul Davismove ::reconfigurable_io() from Plugin to PluginInfo...
2012-05-02 Paul Davismore fixes/tweaks from the land of the lion
2012-04-20 David RobillardAdd "Description" pane to generic plugin UI for LV2...
2012-04-20 David RobillardSet tooltips on generic UI controls for LV2 plugin...
2012-03-21 Carl HetheringtonUse combo box for plugin controls for ports marked as
2012-02-02 Paul Davisadd virtual method is_instrument() to PluginInfo (alrea...
2011-12-26 Paul Davisa grab bag of changes correcting and improving the...
2011-10-18 Paul Davischanges for OS X support: change waf config define...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-14 David RobillardGeneric scale points API.
2011-04-05 Paul Davisremove unused arguments to keep gcc quiet
2011-04-03 David RobillardImplement LV2 files extension.
2011-02-15 Carl HetheringtonClean up and hopefully fix handling of logarithmic...
2010-12-19 Carl HetheringtonClean up plugin preset handling a bit.
2010-12-07 Carl HetheringtonAdd scrollbar to edit presets dialogue, and the ability...
2010-12-07 Carl HetheringtonPut plugin-note-off code in the right place.
2010-12-07 Carl HetheringtonSend note-offs to VST instrument plugins on transport...
2010-12-07 Carl HetheringtonMove RDF-based preset stuff into LadspaPlugin, to make...
2010-12-06 Carl HetheringtonAdd dialog to allow removal of plugin presets. Should...
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-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-11-19 Paul Davissome plugin preset handling fixes from 2.X
2009-10-29 David RobillardRemove pointless and broken PluginInfo copy constructor.
2009-10-21 Carl HetheringtonFix creation of plugin presets.
2009-10-16 Paul Davismore set_state() tweaks to aid with plugin state loading
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-02-26 David RobillardFix a bunch of warnings.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-17 David RobillardMake a bunch of stuff boost::noncopyable.
2009-02-14 David RobillardLess weak plugin preset system (maybe AU preset stuff...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
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-08-01 Paul Davisuse XML state to store processors in mixer (strips...
2007-07-31 Paul Davisextend filtering to VST + AU, tweak details, add filter...
2007-07-31 Taybin Rutkin- build fixes for OS X.
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-06-20 David RobillardMade plugin input/output counts multi-typed (towards...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-28 Paul Davisremove Id: lines from many/all headers and some more...
2006-10-26 Paul Davisremove StateManager code entirely and more debugging...
2006-10-21 David RobillardMerged with trunk R992.
2006-10-11 Paul Davismake MementoCommand inherit from sigc::trackable so...
2006-10-05 Paul DavisGeneric MIDI control now saves+restores its state;...
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-12 Hans Fugalmerge from trunk
2006-08-11 Hans Fugalmerge to trunk
2006-08-11 Hans FugalRect fix
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-08-10 Taybin RutkinMoved PluginInfo::Type to ARDOUR::PluginType in ardour...
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 RutkinStart using libappleutility
2006-08-03 Taybin RutkinMost PluginManager refactoring is out of the way. ...
2006-08-02 David RobillardMerged from trunk R743
2006-08-01 Taybin RutkinAdded LADSPA_PATH to ardev_common.sh
2006-07-28 David RobillardMerged with trunk R708
2006-07-27 Paul Davisadded RCU handling of Session route list, and major...
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-04-25 Taybin RutkinAll included libraries now link dynamically instead...
2006-01-22 Sampo SavolainenAdded the property "unique-id" to PluginInserts so...
2005-11-25 Paul Davisadvance compilation to include plugin_ui.cc
2005-09-24 Taybin Rutkinlibardour added.