diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..755bdb6 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,38 @@ +2001-04-04 Jarno Seppänen <jams@cs.tut.fi (Jarno Seppanen)> + + * Released version 0.2 + + * plugin~_ladspa.c (plugin_tilde_ladspa_set_control_input_by_name): + control port name search bug fix + +2001-03-10 Jarno Seppänen <jams@cs.tut.fi> + + * plugin~_ladspa.c (plugin_tilde_ladspa_set_control_input_by_index): + implemented control port value bounding + + * plugin~*.[ch]: added possibility to set control values by number + in addition to setting then by name; this effectively enables a + way around the problems Pd has with spaces + +2001-03-05 Jarno Seppänen <jams@cs.tut.fi> + + * Makefile.am: made plugin~ to install to "extra/plugin~" under + the Pd installation tree + + * win: added new subdirectory "win" for MSVC-related files + +2001-02-27 Jarno Seppänen <jams@cs.tut.fi> + + * plugin~_vst.[ch]: implemented VST plug-in hosting + + * plugin~_ladspa.[ch]: separated LADSPA plug-in hosting + +2001-02-26 Jarno Seppänen <jams@cs.tut.fi> + + * vst: added new subdirectory "vst" for VST SDK files + + * ladspa: moved LADSPA SDK header "ladspa.h" to subdirectory "ladspa" + +2000-06-15 Jarno Seppänen <jams@cs.tut.fi> + + * Released initial release 0.1 |