blob: 755bdb6b87ae39303ad5df52e38c6da9508e8838 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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
|