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

Diff of /liblscp/trunk/ChangeLog

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

revision 1690 by schoenebeck, Thu Feb 14 19:34:44 2008 UTC revision 1965 by capela, Sat Aug 1 16:52:37 2009 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6  CVS HEAD           Bugfix in lscp_client_subscribe(): only the first  0.5.6  2009-08-01  Fixed locale related parser bug (fixes #59).
7    
8                       Added new client interface functions, for managing
9                       the global limit of maximum voices and disk streams:
10                       lscp_get_voices(), lscp_set_voices(), lscp_get_streams(),
11                       lscp_set_streams().
12    
13                       _lscp_device_port_info_query(): take port parameter
14                       "NAME" into the result list.
15    
16                       Bugfix: _lscp_client_evt_proc() dropped LSCP events.
17    
18                       Bugfix in lscp_client_subscribe(): only the first
19                     lscp_client_subscribe() call succeeded (per client),                     lscp_client_subscribe() call succeeded (per client),
20                     all subsequent ones failed.                     all subsequent ones failed.
21    
22                     Added support for new (un)subscribable events:                     Added support for new (un)subscribable events:
23                       LSCP_EVENT_CHANNEL_MIDI                       LSCP_EVENT_CHANNEL_MIDI
24                         LSCP_EVENT_DEVICE_MIDI
25                     Caution: the bitflag approach for the event variable                     Caution: the bitflag approach for the event variable
26                     is now abondoned, since otherwise we would soon hit the                     is now abondoned, since otherwise we would soon hit the
27                     limit of the bit range. The bitflag approach will                     limit of the bit range. The bitflag approach will
# Line 21  CVS HEAD           Bugfix in lscp_client Line 34  CVS HEAD           Bugfix in lscp_client
34                     effect send entities:                     effect send entities:
35                       lscp_set_fxsend_name();                       lscp_set_fxsend_name();
36    
37                       Added new client interface functions, for managing the
38                       global limit of maximum voices and disk streams:
39                         lscp_get_voices();
40                         lscp_set_voices();
41                         lscp_get_streams();
42                         lscp_set_streams();
43    
44                       Bugfix: fixed buggy behavior on different locale
45                       settings (e.g. when parsing floating point numbers).
46    
47  0.5.5  2007-10-12  Changed client interface function, for editing  0.5.5  2007-10-12  Changed client interface function, for editing
48                     instrument, from:                     instrument, from:
49                       lscp_edit_instrument();                       lscp_edit_instrument();
# Line 65  CVS HEAD           Bugfix in lscp_client Line 88  CVS HEAD           Bugfix in lscp_client
88                       LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,                       LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
89                       LSCP_EVENT_MIDI_INSTRUMENT_COUNT,                       LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
90                       LSCP_EVENT_MIDI_INSTRUMENT_INFO.                       LSCP_EVENT_MIDI_INSTRUMENT_INFO.
91    
92                     Updated examples.                     Updated examples.
93    
94  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 154  CVS HEAD           Bugfix in lscp_client Line 177  CVS HEAD           Bugfix in lscp_client
177                     as to be more meaningful. Added support for the newest                     as to be more meaningful. Added support for the newest
178                     LSCP command: GET SERVER INFO; lscp_get_server_info().                     LSCP command: GET SERVER INFO; lscp_get_server_info().
179    
180  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
181                     consistency, regarding the enumeration of available                     consistency, regarding the enumeration of available
182                     sampler engines, Audio and MIDI drivers; this has                     sampler engines, Audio and MIDI drivers; this has
183                     affected the signature of the following functions:                     affected the signature of the following functions:
184                       lscp_get_available_engines();                       lscp_get_available_engines();
185                       lscp_get_available_audio_drivers();                       lscp_get_available_audio_drivers();
186                       lscp_get_available_midi_drivers();                       lscp_get_available_midi_drivers();
187                     which are now returning an integer count of engines                     which are now returning an integer count of engines
188                     and drivers, respectively, while the following                     and drivers, respectively, while the following
189                     functions are now being introduced:                     functions are now being introduced:
190                       lscp_list_available_engines();                       lscp_list_available_engines();
191                       lscp_list_available_audio_drivers();                       lscp_list_available_audio_drivers();

Legend:
Removed from v.1690  
changed lines
  Added in v.1965

  ViewVC Help
Powered by ViewVC