Remove all use of nframes_t.
[ardour.git] / libs / ardour / lv2_plugin.cc
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-30 David RobillardFix LV2 logarithmic hint URI.
2010-11-30 David RobillardTidy (whitespace changes only).
2010-11-30 David RobillardFix stub LV2 persist implementation.
2010-11-28 Paul Davisfix lookup of LV2 plugin parameter name
2010-11-25 David RobillardStub implementation of LV2 persist extension.
2010-11-14 Carl HetheringtonFix updates of LV2 plugin parameters. Fixes #3341.
2010-06-30 Carl HetheringtonFix feature specification on instantiation.
2010-04-15 Paul Davisforward-port from 2.X commits 5827-6000 including
2010-03-28 Paul Davislincoln's patch to get loading 2.X sessions to work...
2010-03-13 Paul Davis"Ardour" -> PROGRAM_NAME change for libardour and setup...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-01-05 Carl HetheringtonFix uninitialised variable.
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-10-22 David RobillardDefer plugin discovery until actually needed (significa...
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-01 Paul DavisLV2 epp log patch from nedko, via 2.X
2009-10-01 Paul DavisLV2 external UI patch from nedko via 2.X and a couple...
2009-08-19 Carl HetheringtonFix crash on startup if an LV2 plugin has a bad .ttl...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-05-07 David RobillardThe great audio processing overhaul.
2009-05-04 Paul Davisclean up that godawful ugly latency GUI in plugin UIs
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-04-23 Paul Davisremove some extraneous chars from lv2_plugin.cc
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-02-14 David RobillardLess weak plugin preset system (maybe AU preset stuff...
2009-01-15 David RobillardAdd apparently missing include...
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-11-14 David RobillardApply LV2 changes from 2.0.
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-09-10 Paul Davismerge 2.0-ongoing into 3.0 @ 3581 - 3710
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-02-20 David RobillardSome work towards MIDI plugins (LV2 plugins with (MIDI...
2008-02-02 David RobillardMerge with trunk R2978.
2008-01-19 David RobillardMerge with trunk R2935.