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

Diff of /liblscp/trunk/ChangeLog

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

revision 1692 by schoenebeck, Fri Feb 15 17:04:34 2008 UTC revision 3663 by schoenebeck, Sun Dec 22 12:41:28 2019 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6  CVS HEAD           Bugfix: _lscp_client_evt_proc() dropped LSCP events.  unreleased         [ SVN trunk / git master ]
7    
8                       Fixed compile errors on macOS.
9    
10    0.6.0  2017-12-12  An Autumn'17 release.
11    
12    0.5.8  2016-11-14  A Fall'16 release.
13    
14    0.5.7  2013-12-31  Use getaddrinfo() instead of deprecated gethostbyname().
15    
16                       Update on newer autoconf macros (m4).
17    
18                       Fixes for building for Windows with configure and make.
19    
20                       Makefile fixes for building in separate directory.
21    
22                       Autoconf fix: AC_CONFIG_HEADER obsolete error (fixes #194).
23    
24    0.5.6  2009-08-01  Fixed locale related parser bug (fixes #59).
25    
26                       Added new client interface functions, for managing
27                       the global limit of maximum voices and disk streams:
28                       lscp_get_voices(), lscp_set_voices(), lscp_get_streams(),
29                       lscp_set_streams().
30    
31                       _lscp_device_port_info_query(): take port parameter
32                       "NAME" into the result list.
33    
34                       Bugfix: _lscp_client_evt_proc() dropped LSCP events.
35    
36                     Bugfix in lscp_client_subscribe(): only the first                     Bugfix in lscp_client_subscribe(): only the first
37                     lscp_client_subscribe() call succeeded (per client),                     lscp_client_subscribe() call succeeded (per client),
# Line 11  CVS HEAD           Bugfix: _lscp_client_ Line 39  CVS HEAD           Bugfix: _lscp_client_
39    
40                     Added support for new (un)subscribable events:                     Added support for new (un)subscribable events:
41                       LSCP_EVENT_CHANNEL_MIDI                       LSCP_EVENT_CHANNEL_MIDI
42                         LSCP_EVENT_DEVICE_MIDI
43                     Caution: the bitflag approach for the event variable                     Caution: the bitflag approach for the event variable
44                     is now abondoned, since otherwise we would soon hit the                     is now abondoned, since otherwise we would soon hit the
45                     limit of the bit range. The bitflag approach will                     limit of the bit range. The bitflag approach will
# Line 23  CVS HEAD           Bugfix: _lscp_client_ Line 52  CVS HEAD           Bugfix: _lscp_client_
52                     effect send entities:                     effect send entities:
53                       lscp_set_fxsend_name();                       lscp_set_fxsend_name();
54    
55                       Added new client interface functions, for managing the
56                       global limit of maximum voices and disk streams:
57                         lscp_get_voices();
58                         lscp_set_voices();
59                         lscp_get_streams();
60                         lscp_set_streams();
61    
62                       Bugfix: fixed buggy behavior on different locale
63                       settings (e.g. when parsing floating point numbers).
64    
65  0.5.5  2007-10-12  Changed client interface function, for editing  0.5.5  2007-10-12  Changed client interface function, for editing
66                     instrument, from:                     instrument, from:
67                       lscp_edit_instrument();                       lscp_edit_instrument();
# Line 67  CVS HEAD           Bugfix: _lscp_client_ Line 106  CVS HEAD           Bugfix: _lscp_client_
106                       LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,                       LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
107                       LSCP_EVENT_MIDI_INSTRUMENT_COUNT,                       LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
108                       LSCP_EVENT_MIDI_INSTRUMENT_INFO.                       LSCP_EVENT_MIDI_INSTRUMENT_INFO.
109    
110                     Updated examples.                     Updated examples.
111    
112  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 156  CVS HEAD           Bugfix: _lscp_client_ Line 195  CVS HEAD           Bugfix: _lscp_client_
195                     as to be more meaningful. Added support for the newest                     as to be more meaningful. Added support for the newest
196                     LSCP command: GET SERVER INFO; lscp_get_server_info().                     LSCP command: GET SERVER INFO; lscp_get_server_info().
197    
198  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
199                     consistency, regarding the enumeration of available                     consistency, regarding the enumeration of available
200                     sampler engines, Audio and MIDI drivers; this has                     sampler engines, Audio and MIDI drivers; this has
201                     affected the signature of the following functions:                     affected the signature of the following functions:
202                       lscp_get_available_engines();                       lscp_get_available_engines();
203                       lscp_get_available_audio_drivers();                       lscp_get_available_audio_drivers();
204                       lscp_get_available_midi_drivers();                       lscp_get_available_midi_drivers();
205                     which are now returning an integer count of engines                     which are now returning an integer count of engines
206                     and drivers, respectively, while the following                     and drivers, respectively, while the following
207                     functions are now being introduced:                     functions are now being introduced:
208                       lscp_list_available_engines();                       lscp_list_available_engines();
209                       lscp_list_available_audio_drivers();                       lscp_list_available_audio_drivers();

Legend:
Removed from v.1692  
changed lines
  Added in v.3663

  ViewVC Help
Powered by ViewVC