summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/plugin.h
AgeCommit message (Expand)Author
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-19some plugin preset handling fixes from 2.XPaul Davis
2009-10-29Remove pointless and broken PluginInfo copy constructor.David Robillard
2009-10-21Fix creation of plugin presets.Carl Hetherington
2009-10-16more set_state() tweaks to aid with plugin state loadingPaul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-05-04Preliminary MIDI plugin support.David Robillard
2009-02-26Fix a bunch of warnings.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-17Make a bunch of stuff boost::noncopyable.David Robillard
2009-02-14Less weak plugin preset system (maybe AU preset stuff can use the 'normal' th...David Robillard
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-01-12Merge with 2.0-ongoing R2885.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-08-01use XML state to store processors in mixer (strips) and fixup crash caused by...Paul Davis
2007-07-31extend filtering to VST + AU, tweak details, add filter-by-creator and by lib...Paul Davis
2007-07-31- build fixes for OS X.Taybin Rutkin
2007-07-03s/ParamID/Parameter/David Robillard
2007-06-30Another not-quite-there-but-better commit.David Robillard
2007-06-27allow user tweaking of everything that might have inherent latency; add GUI f...Paul Davis
2007-06-27Big ol' automation refactor.David Robillard
2007-06-20Made plugin input/output counts multi-typed (towards MIDI plugins, instrument...David Robillard
2007-03-18Merged with trunk R1612.David Robillard
2006-10-21Merged with trunk R992.David Robillard
2006-08-29Merged with trunk R861David Robillard
2006-08-12Towards MIDI:David Robillard
2006-08-11- Changed IO's vector<Port*>'s to PortListDavid Robillard
2006-08-10Merged with trunk R776David Robillard
2006-08-02Merged from trunk R743David Robillard
2006-07-28Merged with trunk R708David Robillard
2006-07-14Merge big changes (mostly Controllable) from trunkDavid Robillard
2006-04-25All included libraries now link dynamically instead of statically.Taybin Rutkin
2006-01-22Added the property "unique-id" to PluginInserts so that ladspa pluginsSampo Savolainen
2005-11-25advance compilation to include plugin_ui.ccPaul Davis
2005-09-24libardour added.Taybin Rutkin