From f1dd9d77088157baeee53f9cfbdfe6d117a4bd80 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Tue, 19 Nov 2002 09:52:46 +0000 Subject: added svn path=/trunk/externals/plugin~/; revision=216 --- NEWS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 NEWS (limited to 'NEWS') diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..28b9088 --- /dev/null +++ b/NEWS @@ -0,0 +1,23 @@ +plugin~ NEWS --- history of changes. + +Overview of changes in version 0.2, released April 4 2001 +========================================================= +* control/parameter value setting by parameter number (starting with a + '#' character) in addition to using parameter name +* LADSPA: Implemented control value bounding +* Support for VST 1.0 (processReplacing()) plug-ins under Windows +* LADSPA bug fixes under Linux (huge thanks to Linium + for quality assurance, merci! :) + +Overview of changes in version 0.1, released June 15 2000 +========================================================= +* Initial release +* Control ports mapped to Pd asynchronous messages. Input controls + are changed on incoming messages and outgoing messages are sent on + changes in output control values. +* Audio ports mapped to Pd signal in/outlets +* Searching for plug-ins in all LADSPA libraries +* Resetting the plug-in's internal state on incoming "reset" messages +* Printing plug-in information on incoming "print" messages +* Supports out-of-place processing for plug-ins that need this +* Distributed under the GNU General Public License -- cgit v1.2.1