/[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 2132 by persson, Tue Sep 28 18:00:38 2010 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.  CVS HEAD           Fixes for building for Windows with configure and make.
7    
8                       Makefile fixes for building in separate directory.
9    
10    0.5.6  2009-08-01  Fixed locale related parser bug (fixes #59).
11    
12                       Added new client interface functions, for managing
13                       the global limit of maximum voices and disk streams:
14                       lscp_get_voices(), lscp_set_voices(), lscp_get_streams(),
15                       lscp_set_streams().
16    
17                       _lscp_device_port_info_query(): take port parameter
18                       "NAME" into the result list.
19    
20                       Bugfix: _lscp_client_evt_proc() dropped LSCP events.
21    
22                     Bugfix in lscp_client_subscribe(): only the first                     Bugfix in lscp_client_subscribe(): only the first
23                     lscp_client_subscribe() call succeeded (per client),                     lscp_client_subscribe() call succeeded (per client),
# Line 11  CVS HEAD           Bugfix: _lscp_client_ Line 25  CVS HEAD           Bugfix: _lscp_client_
25    
26                     Added support for new (un)subscribable events:                     Added support for new (un)subscribable events:
27                       LSCP_EVENT_CHANNEL_MIDI                       LSCP_EVENT_CHANNEL_MIDI
28                         LSCP_EVENT_DEVICE_MIDI
29                     Caution: the bitflag approach for the event variable                     Caution: the bitflag approach for the event variable
30                     is now abondoned, since otherwise we would soon hit the                     is now abondoned, since otherwise we would soon hit the
31                     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 38  CVS HEAD           Bugfix: _lscp_client_
38                     effect send entities:                     effect send entities:
39                       lscp_set_fxsend_name();                       lscp_set_fxsend_name();
40    
41                       Added new client interface functions, for managing the
42                       global limit of maximum voices and disk streams:
43                         lscp_get_voices();
44                         lscp_set_voices();
45                         lscp_get_streams();
46                         lscp_set_streams();
47    
48                       Bugfix: fixed buggy behavior on different locale
49                       settings (e.g. when parsing floating point numbers).
50    
51  0.5.5  2007-10-12  Changed client interface function, for editing  0.5.5  2007-10-12  Changed client interface function, for editing
52                     instrument, from:                     instrument, from:
53                       lscp_edit_instrument();                       lscp_edit_instrument();
# Line 67  CVS HEAD           Bugfix: _lscp_client_ Line 92  CVS HEAD           Bugfix: _lscp_client_
92                       LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,                       LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
93                       LSCP_EVENT_MIDI_INSTRUMENT_COUNT,                       LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
94                       LSCP_EVENT_MIDI_INSTRUMENT_INFO.                       LSCP_EVENT_MIDI_INSTRUMENT_INFO.
95    
96                     Updated examples.                     Updated examples.
97    
98  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 181  CVS HEAD           Bugfix: _lscp_client_
181                     as to be more meaningful. Added support for the newest                     as to be more meaningful. Added support for the newest
182                     LSCP command: GET SERVER INFO; lscp_get_server_info().                     LSCP command: GET SERVER INFO; lscp_get_server_info().
183    
184  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
185                     consistency, regarding the enumeration of available                     consistency, regarding the enumeration of available
186                     sampler engines, Audio and MIDI drivers; this has                     sampler engines, Audio and MIDI drivers; this has
187                     affected the signature of the following functions:                     affected the signature of the following functions:
188                       lscp_get_available_engines();                       lscp_get_available_engines();
189                       lscp_get_available_audio_drivers();                       lscp_get_available_audio_drivers();
190                       lscp_get_available_midi_drivers();                       lscp_get_available_midi_drivers();
191                     which are now returning an integer count of engines                     which are now returning an integer count of engines
192                     and drivers, respectively, while the following                     and drivers, respectively, while the following
193                     functions are now being introduced:                     functions are now being introduced:
194                       lscp_list_available_engines();                       lscp_list_available_engines();
195                       lscp_list_available_audio_drivers();                       lscp_list_available_audio_drivers();

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

  ViewVC Help
Powered by ViewVC