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

Diff of /liblscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1689 by schoenebeck, Thu Feb 14 17:05:51 2008 UTC revision 3400 by capela, Tue Dec 12 17:47:01 2017 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6  CVS HEAD           Added support for new (un)subscribable events:  0.6.0  2017-12-12  An Autumn'17 release.
7    
8    0.5.8  2016-11-14  A Fall'16 release.
9    
10    0.5.7  2013-12-31  Use getaddrinfo() instead of deprecated gethostbyname().
11    
12                       Update on newer autoconf macros (m4).
13    
14                       Fixes for building for Windows with configure and make.
15    
16                       Makefile fixes for building in separate directory.
17    
18                       Autoconf fix: AC_CONFIG_HEADER obsolete error (fixes #194).
19    
20    0.5.6  2009-08-01  Fixed locale related parser bug (fixes #59).
21    
22                       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                       "NAME" into the result list.
29    
30                       Bugfix: _lscp_client_evt_proc() dropped LSCP events.
31    
32                       Bugfix in lscp_client_subscribe(): only the first
33                       lscp_client_subscribe() call succeeded (per client),
34                       all subsequent ones failed.
35    
36                       Added support for new (un)subscribable events:
37                       LSCP_EVENT_CHANNEL_MIDI                       LSCP_EVENT_CHANNEL_MIDI
38                         LSCP_EVENT_DEVICE_MIDI
39                     Caution: the bitflag approach for the event variable                     Caution: the bitflag approach for the event variable
40                     is now abondoned, since otherwise we would soon hit the                     is now abondoned, since otherwise we would soon hit the
41                     limit of the bit range. The bitflag approach will                     limit of the bit range. The bitflag approach will
# Line 17  CVS HEAD           Added support for new Line 48  CVS HEAD           Added support for new
48                     effect send entities:                     effect send entities:
49                       lscp_set_fxsend_name();                       lscp_set_fxsend_name();
50    
51                       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                       Bugfix: fixed buggy behavior on different locale
59                       settings (e.g. when parsing floating point numbers).
60    
61  0.5.5  2007-10-12  Changed client interface function, for editing  0.5.5  2007-10-12  Changed client interface function, for editing
62                     instrument, from:                     instrument, from:
63                       lscp_edit_instrument();                       lscp_edit_instrument();
# Line 61  CVS HEAD           Added support for new Line 102  CVS HEAD           Added support for new
102                       LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,                       LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
103                       LSCP_EVENT_MIDI_INSTRUMENT_COUNT,                       LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
104                       LSCP_EVENT_MIDI_INSTRUMENT_INFO.                       LSCP_EVENT_MIDI_INSTRUMENT_INFO.
105    
106                     Updated examples.                     Updated examples.
107    
108  0.5.0  2006-12-17  MIDI instrument mapping, second round, according to  0.5.0  2006-12-17  MIDI instrument mapping, second round, according to
# Line 150  CVS HEAD           Added support for new Line 191  CVS HEAD           Added support for new
191                     as to be more meaningful. Added support for the newest                     as to be more meaningful. Added support for the newest
192                     LSCP command: GET SERVER INFO; lscp_get_server_info().                     LSCP command: GET SERVER INFO; lscp_get_server_info().
193    
194  0.2.8  2005-05-08  [bug #9] Fixed for a LSCP command syntax convention  0.2.8  2005-05-08  [bug #9] Fixed for a LSCP command syntax convention
195                     consistency, regarding the enumeration of available                     consistency, regarding the enumeration of available
196                     sampler engines, Audio and MIDI drivers; this has                     sampler engines, Audio and MIDI drivers; this has
197                     affected the signature of the following functions:                     affected the signature of the following functions:
198                       lscp_get_available_engines();                       lscp_get_available_engines();
199                       lscp_get_available_audio_drivers();                       lscp_get_available_audio_drivers();
200                       lscp_get_available_midi_drivers();                       lscp_get_available_midi_drivers();
201                     which are now returning an integer count of engines                     which are now returning an integer count of engines
202                     and drivers, respectively, while the following                     and drivers, respectively, while the following
203                     functions are now being introduced:                     functions are now being introduced:
204                       lscp_list_available_engines();                       lscp_list_available_engines();
205                       lscp_list_available_audio_drivers();                       lscp_list_available_audio_drivers();

Legend:
Removed from v.1689  
changed lines
  Added in v.3400

  ViewVC Help
Powered by ViewVC