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

Diff of /liblscp/trunk/ChangeLog

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

revision 1711 by schoenebeck, Tue Feb 26 19:08:13 2008 UTC revision 2454 by schoenebeck, Sat Jun 1 16:12:09 2013 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6  CVS HEAD           _lscp_device_port_info_query(): take port parameter  SVN TRUNK          Use getaddrinfo() instead of deprecated gethostbyname().
7    
8                       Update on newer autoconf macros (m4).
9    
10                       Fixes for building for Windows with configure and make.
11    
12                       Makefile fixes for building in separate directory.
13    
14                       Autoconf fix: AC_CONFIG_HEADER obsolete error (fixes #194).
15    
16    0.5.6  2009-08-01  Fixed locale related parser bug (fixes #59).
17    
18                       Added new client interface functions, for managing
19                       the global limit of maximum voices and disk streams:
20                       lscp_get_voices(), lscp_set_voices(), lscp_get_streams(),
21                       lscp_set_streams().
22    
23                       _lscp_device_port_info_query(): take port parameter
24                     "NAME" into the result list.                     "NAME" into the result list.
25    
26                     Bugfix: _lscp_client_evt_proc() dropped LSCP events.                     Bugfix: _lscp_client_evt_proc() dropped LSCP events.
# Line 27  CVS HEAD           _lscp_device_port_inf Line 44  CVS HEAD           _lscp_device_port_inf
44                     effect send entities:                     effect send entities:
45                       lscp_set_fxsend_name();                       lscp_set_fxsend_name();
46    
47                       Added new client interface functions, for managing the
48                       global limit of maximum voices and disk streams:
49                         lscp_get_voices();
50                         lscp_set_voices();
51                         lscp_get_streams();
52                         lscp_set_streams();
53    
54                       Bugfix: fixed buggy behavior on different locale
55                       settings (e.g. when parsing floating point numbers).
56    
57  0.5.5  2007-10-12  Changed client interface function, for editing  0.5.5  2007-10-12  Changed client interface function, for editing
58                     instrument, from:                     instrument, from:
59                       lscp_edit_instrument();                       lscp_edit_instrument();
# Line 71  CVS HEAD           _lscp_device_port_inf Line 98  CVS HEAD           _lscp_device_port_inf
98                       LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,                       LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
99                       LSCP_EVENT_MIDI_INSTRUMENT_COUNT,                       LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
100                       LSCP_EVENT_MIDI_INSTRUMENT_INFO.                       LSCP_EVENT_MIDI_INSTRUMENT_INFO.
101    
102                     Updated examples.                     Updated examples.
103    
104  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 160  CVS HEAD           _lscp_device_port_inf Line 187  CVS HEAD           _lscp_device_port_inf
187                     as to be more meaningful. Added support for the newest                     as to be more meaningful. Added support for the newest
188                     LSCP command: GET SERVER INFO; lscp_get_server_info().                     LSCP command: GET SERVER INFO; lscp_get_server_info().
189    
190  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
191                     consistency, regarding the enumeration of available                     consistency, regarding the enumeration of available
192                     sampler engines, Audio and MIDI drivers; this has                     sampler engines, Audio and MIDI drivers; this has
193                     affected the signature of the following functions:                     affected the signature of the following functions:
194                       lscp_get_available_engines();                       lscp_get_available_engines();
195                       lscp_get_available_audio_drivers();                       lscp_get_available_audio_drivers();
196                       lscp_get_available_midi_drivers();                       lscp_get_available_midi_drivers();
197                     which are now returning an integer count of engines                     which are now returning an integer count of engines
198                     and drivers, respectively, while the following                     and drivers, respectively, while the following
199                     functions are now being introduced:                     functions are now being introduced:
200                       lscp_list_available_engines();                       lscp_list_available_engines();
201                       lscp_list_available_audio_drivers();                       lscp_list_available_audio_drivers();

Legend:
Removed from v.1711  
changed lines
  Added in v.2454

  ViewVC Help
Powered by ViewVC