diff options
author | carmen rocco <ix9@users.sourceforge.net> | 2005-04-29 00:43:36 +0000 |
---|---|---|
committer | carmen rocco <ix9@users.sourceforge.net> | 2005-04-29 00:43:36 +0000 |
commit | 9d9262c32f4bc9c0dad8b92828acba53c889cb79 (patch) | |
tree | 588e3bca2b474a8e112ae4e44405b9176818c0e2 /ChangeLog | |
parent | 6a34f67a66eee984d72393ad41c3bdf9b6f10279 (diff) |
yeah
svn path=/trunk/externals/plugin~/; revision=2849
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -36,3 +36,26 @@ 2000-06-15 Jarno Seppänen <jams@cs.tut.fi> * Released initial release 0.1 +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 <intent@club-internet.fr> + 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 |