/[svn]/liblscp/trunk/ChangeLog
ViewVC logotype

Annotation of /liblscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3400 - (hide annotations) (download)
Tue Dec 12 17:47:01 2017 UTC (6 years, 3 months ago) by capela
File size: 11433 byte(s)
* An Autumn'17 release: bumped directly to 0.6.0.
1 capela 103 liblscp - LinuxSampler Control Protocol API
2     -------------------------------------------
3    
4     ChangeLog
5    
6 capela 3400 0.6.0 2017-12-12 An Autumn'17 release.
7    
8 capela 3043 0.5.8 2016-11-14 A Fall'16 release.
9    
10 capela 2487 0.5.7 2013-12-31 Use getaddrinfo() instead of deprecated gethostbyname().
11 capela 1813
12 capela 2422 Update on newer autoconf macros (m4).
13    
14 capela 2418 Fixes for building for Windows with configure and make.
15    
16 persson 2132 Makefile fixes for building in separate directory.
17    
18 schoenebeck 2454 Autoconf fix: AC_CONFIG_HEADER obsolete error (fixes #194).
19    
20 persson 2132 0.5.6 2009-08-01 Fixed locale related parser bug (fixes #59).
21    
22 capela 1813 Added new client interface functions, for managing
23     the global limit of maximum voices and disk streams:
24     lscp_get_voices(), lscp_set_voices(), lscp_get_streams(),
25     lscp_set_streams().
26    
27     _lscp_device_port_info_query(): take port parameter
28 schoenebeck 1711 "NAME" into the result list.
29 schoenebeck 1692
30 schoenebeck 1711 Bugfix: _lscp_client_evt_proc() dropped LSCP events.
31    
32 schoenebeck 1692 Bugfix in lscp_client_subscribe(): only the first
33 schoenebeck 1690 lscp_client_subscribe() call succeeded (per client),
34     all subsequent ones failed.
35    
36     Added support for new (un)subscribable events:
37 schoenebeck 1689 LSCP_EVENT_CHANNEL_MIDI
38 schoenebeck 1697 LSCP_EVENT_DEVICE_MIDI
39 schoenebeck 1689 Caution: the bitflag approach for the event variable
40     is now abondoned, since otherwise we would soon hit the
41     limit of the bit range. The bitflag approach will
42     remain for events older at this point (that is all
43     events which occupy the lower 16 bits), but this new
44     and all following events will simply be enumared along
45     the upper 16 bits.
46    
47     Added new client interface function, for renaming
48 schoenebeck 1665 effect send entities:
49     lscp_set_fxsend_name();
50    
51 schoenebeck 1802 Added new client interface functions, for managing the
52     global limit of maximum voices and disk streams:
53     lscp_get_voices();
54     lscp_set_voices();
55     lscp_get_streams();
56     lscp_set_streams();
57    
58 schoenebeck 1806 Bugfix: fixed buggy behavior on different locale
59     settings (e.g. when parsing floating point numbers).
60    
61 capela 1412 0.5.5 2007-10-12 Changed client interface function, for editing
62     instrument, from:
63     lscp_edit_instrument();
64     to:
65     lscp_edit_channel_instrument();
66    
67 capela 1368 0.5.4 2007-10-02 Added new client interface function, for editing
68 schoenebeck 1365 instrument:
69     lscp_edit_instrument();
70    
71     Fixed some minor bugs in:
72     lscp_set_fxsend_midi_controller();
73     lscp_set_fxsend_level();
74    
75 capela 1031 0.5.3 2007-01-15 Added new client interface functions, for sampler
76     channel effect sends control:
77     lscp_set_fxsend_midi_controller();
78     lscp_set_fxsend_level();
79    
80     Added new field member to lscp_fxsend_info_t (level).
81    
82 capela 1019 0.5.2 2007-01-11 Added new client interface functions, for sampler
83     channel effect sends control:
84     lscp_create_fxsend();
85     lscp_destroy_fxsend();
86     lscp_get_fxsends();
87     lscp_list_fxsends();
88     lscp_get_fxsend_info();
89     lscp_set_fxsend_audio_channel();
90 capela 1369 and for global volume:
91 capela 1019 lscp_get_volume();
92     lscp_set_volume();
93    
94 capela 1031 Audio routing representation changed to integer array.
95 capela 1020
96 capela 997 0.5.1 2006-12-22 Added support for new (un)subscribable events:
97 capela 994 LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,
98     LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,
99     LSCP_EVENT_MIDI_INPUT_DEVICE_COUNT,
100     LSCP_EVENT_MIDI_INPUT_DEVICE_INFO,
101     LSCP_EVENT_MIDI_INSTRUMENT_MAP_COUNT,
102     LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
103     LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
104     LSCP_EVENT_MIDI_INSTRUMENT_INFO.
105 schoenebeck 1802
106 capela 994 Updated examples.
107 capela 983
108 capela 975 0.5.0 2006-12-17 MIDI instrument mapping, second round, according to
109     LSCP 1.2 draft document as of December 15, 2006.
110    
111     New client interface functions:
112     lscp_set_channel_midi_map();
113     lscp_add_midi_instrument_map();
114     lscp_remove_midi_instrument_map();
115     lscp_get_midi_instrument_maps();
116     lscp_list_midi_instrument_maps();
117     lscp_get_midi_instrument_map_name();
118     lscp_set_midi_instrument_map_name();
119    
120    
121 capela 965 0.4.2 2006-12-04 MIDI instrument mapping fixed, previously missing
122 capela 963 the regular ON_DEMAND load mode.
123    
124     Server error reporting is now effective; all server
125     numerical error and warning codes are added to 100,
126     thus giving a proper non-zero lscp_client_get_errno()
127     return value.
128    
129 capela 948 0.4.1 2006-11-28 Fixed the flush timeout operation to be issued only
130     once, avoiding recurrent client failure after receive
131     timeout.
132    
133     Support for very long command result sets have been
134     introduced, with the downside of strictly obeying
135     the LSCP draft.
136    
137     list_midi_instruments() is now being implemented.
138    
139     LGPL text is now back in COPYING.
140    
141 capela 946 0.4.0 2006-11-27 As of the LSCP 1.2 working draft document, added
142     some missing client interface functions:
143     lscp_get_total_voice_count();
144     lscp_get_total_voice_count_max();
145     and for the new MIDI instrumenbt mapping features:
146     lscp_map_midi_instrument();
147     lscp_unmap_midi_instrument();
148     lscp_get_midi_instruments();
149     lscp_get_midi_instrument_info();
150     lscp_clear_midi_instruments();
151    
152    
153 capela 921 0.3.4 2006-09-24 GPL address update.
154    
155 capela 869 0.3.3 2006-06-01 Fixed some compilation warnings due to suspicious type
156     casting and unsused header macros.
157    
158     Changed deprecated copyright attribute to license
159     and added ldconfig to post-(un)install steps
160     to liblscp.spec (RPM).
161    
162 capela 764 0.3.2 2005-08-29 Fixed missing initialization bug on lscp_channel_info_t
163 capela 749 new struct fields (mute/solo).
164    
165     Include debian files into distribution.
166    
167 capela 754 Renamed configure.in to newer configure.ac.
168    
169 capela 735 0.3.1 2005-08-16 [bug #21] Fixed automake support for separate build
170 capela 712 directory.
171 capela 749
172 capela 735 Added support to sampler channel MUTE/SOLO states:
173     lscp_set_channel_mute();
174     lscp_set_channel_solo();
175     with corresponding new lscp_channel_info_t fields.
176 capela 712
177 capela 626 0.3.0 2005-06-10 [bug #11] Timeout flush idiosyncrasy is now a feature;
178 capela 623 this just tries to flush the receive buffer whenever
179     any previous transaction has failed due to a timeout.
180    
181 capela 626 Fixed an off-by-one timeout quirk, that has been a real
182     showstopper on Mac OS X at least, which is incidental
183     to qsampler's default timeout setting of 1000 msecs,
184     giving up systematically on select() due to "Invalid
185     argument" (EINVAL).
186    
187 capela 946
188 capela 562 0.2.8 2005-05-22 More LSCP command syntax changes, particularly on the
189     event subscription ones: the LSCP_EVENT_CHANNELS event
190     definition were renamed to LSCP_EVENT_CHANNEL_COUNT,
191 capela 564 as to be more meaningful. Added support for the newest
192     LSCP command: GET SERVER INFO; lscp_get_server_info().
193 capela 562
194 schoenebeck 1802 0.2.8 2005-05-08 [bug #9] Fixed for a LSCP command syntax convention
195     consistency, regarding the enumeration of available
196     sampler engines, Audio and MIDI drivers; this has
197 capela 523 affected the signature of the following functions:
198     lscp_get_available_engines();
199     lscp_get_available_audio_drivers();
200     lscp_get_available_midi_drivers();
201     which are now returning an integer count of engines
202 schoenebeck 1802 and drivers, respectively, while the following
203 capela 523 functions are now being introduced:
204     lscp_list_available_engines();
205     lscp_list_available_audio_drivers();
206     lscp_list_available_midi_drivers();
207     taking on the previous functionality, returning
208     a comma separated list of names.
209    
210 capela 445 0.2.7 2005-03-10 Mini bitsy regression; a severe crash (segfault)
211 capela 435 was fixed on the device configuration functions:
212     lscp_set_audio_device_param();
213     lscp_set_midi_device_param();
214     lscp_set_audio_channel_param();
215     lscp_set_midi_port_param();
216 capela 419
217 capela 415 0.2.6 2005-03-01 Fixed nasty off-by-one bug on internal helpers.
218    
219 capela 380 0.2.5 2005-02-14 Added support for the new INSTRUMENT_NAME field
220 capela 378 of GET CHANNEL INFO command.
221    
222 capela 278 0.2.4 2004-10-11 Fixed lscp_set_channel_midi_channel() again, MIDI
223     channels should be given in the range 0-15, and omni
224     mode with the LSCP_MIDI_CHANNEL_ALL symbol (16).
225 capela 415
226 capela 279 Fixed lscp_get_channel_info() to parse MIDI omni
227     (ALL) channels mode.
228 capela 278
229 capela 257 0.2.3 2004-09-28 Fixed lscp_set_channel_midi_channel() where MIDI
230     channels should be given in the range 1-16, and
231     omni mode with the new LSCP_MIDI_CHANNEL_ALL
232     symbol (0).
233 capela 415
234 capela 253 Rearrangement on main command requester executive.
235    
236 capela 213 0.2.2 2004-07-29 In sync with LSCP document draf (v.12).
237    
238     New functions added: lscp_client_get_events() and
239     lscp_reset_sampler().
240    
241     Added support for generating Debian packages;
242 schoenebeck 199 renamed pkg-config lib name 'liblscp' -> 'lscp' as
243     it's common practice to omit the 'lib' prefix.
244    
245 capela 194 0.2.1 2004-07-09 Potential cripling defects habve been fixed.
246 capela 187
247 capela 178 0.2.0 2004-07-06 New LSCP extension draft (v.11) initial support.
248 capela 103 (still a work in progress...)
249    
250 capela 946
251 capela 103 0.1.9 2004-05-18 More fixes for MSVC++ example build.
252    
253     0.1.8 2004-05-17 Fix for MSVC++ example build; snprintf replaced by
254     buffer overflow friendlier sprintf.
255    
256     0.1.7 2004-05-10 Missing version.h now included on install; WIN32 is
257     only now conditionally defined.
258    
259     0.1.6 2004-05-04 WIN32 build support; LPGL disclaimer consistency;
260     versioning functions introduced.
261    
262     0.1.5 2004-04-26 Server stuff moved into examples.
263    
264     0.1.4 2004-04-24 Initial auto/libtool preparation.

  ViewVC Help
Powered by ViewVC