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

Diff of /liblscp/trunk/ChangeLog

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

revision 1031 by capela, Mon Jan 15 11:08:28 2007 UTC revision 1806 by schoenebeck, Thu Dec 11 01:28:42 2008 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
7                       "NAME" into the result list.
8    
9                       Bugfix: _lscp_client_evt_proc() dropped LSCP events.
10    
11                       Bugfix in lscp_client_subscribe(): only the first
12                       lscp_client_subscribe() call succeeded (per client),
13                       all subsequent ones failed.
14    
15                       Added support for new (un)subscribable events:
16                         LSCP_EVENT_CHANNEL_MIDI
17                         LSCP_EVENT_DEVICE_MIDI
18                       Caution: the bitflag approach for the event variable
19                       is now abondoned, since otherwise we would soon hit the
20                       limit of the bit range. The bitflag approach will
21                       remain for events older at this point (that is all
22                       events which occupy the lower 16 bits), but this new
23                       and all following events will simply be enumared along
24                       the upper 16 bits.
25    
26                       Added new client interface function, for renaming
27                       effect send entities:
28                         lscp_set_fxsend_name();
29    
30                       Added new client interface functions, for managing the
31                       global limit of maximum voices and disk streams:
32                         lscp_get_voices();
33                         lscp_set_voices();
34                         lscp_get_streams();
35                         lscp_set_streams();
36    
37                       Bugfix: fixed buggy behavior on different locale
38                       settings (e.g. when parsing floating point numbers).
39    
40    0.5.5  2007-10-12  Changed client interface function, for editing
41                       instrument, from:
42                         lscp_edit_instrument();
43                       to:
44                         lscp_edit_channel_instrument();
45    
46    0.5.4  2007-10-02  Added new client interface function, for editing
47                       instrument:
48                         lscp_edit_instrument();
49    
50                       Fixed some minor bugs in:
51                         lscp_set_fxsend_midi_controller();
52                         lscp_set_fxsend_level();
53    
54  0.5.3  2007-01-15  Added new client interface functions, for sampler  0.5.3  2007-01-15  Added new client interface functions, for sampler
55                     channel effect sends control:                     channel effect sends control:
56                       lscp_set_fxsend_midi_controller();                       lscp_set_fxsend_midi_controller();
# Line 18  ChangeLog Line 66  ChangeLog
66                       lscp_list_fxsends();                       lscp_list_fxsends();
67                       lscp_get_fxsend_info();                       lscp_get_fxsend_info();
68                       lscp_set_fxsend_audio_channel();                       lscp_set_fxsend_audio_channel();
69                                     and for global volume:                     and for global volume:
70                       lscp_get_volume();                       lscp_get_volume();
71                       lscp_set_volume();                       lscp_set_volume();
72    
# Line 33  ChangeLog Line 81  ChangeLog
81                       LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,                       LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
82                       LSCP_EVENT_MIDI_INSTRUMENT_COUNT,                       LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
83                       LSCP_EVENT_MIDI_INSTRUMENT_INFO.                       LSCP_EVENT_MIDI_INSTRUMENT_INFO.
84    
85                     Updated examples.                     Updated examples.
86    
87  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 122  ChangeLog Line 170  ChangeLog
170                     as to be more meaningful. Added support for the newest                     as to be more meaningful. Added support for the newest
171                     LSCP command: GET SERVER INFO; lscp_get_server_info().                     LSCP command: GET SERVER INFO; lscp_get_server_info().
172    
173  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
174                     consistency, regarding the enumeration of available                     consistency, regarding the enumeration of available
175                     sampler engines, Audio and MIDI drivers; this has                     sampler engines, Audio and MIDI drivers; this has
176                     affected the signature of the following functions:                     affected the signature of the following functions:
177                       lscp_get_available_engines();                       lscp_get_available_engines();
178                       lscp_get_available_audio_drivers();                       lscp_get_available_audio_drivers();
179                       lscp_get_available_midi_drivers();                       lscp_get_available_midi_drivers();
180                     which are now returning an integer count of engines                     which are now returning an integer count of engines
181                     and drivers, respectively, while the following                     and drivers, respectively, while the following
182                     functions are now being introduced:                     functions are now being introduced:
183                       lscp_list_available_engines();                       lscp_list_available_engines();
184                       lscp_list_available_audio_drivers();                       lscp_list_available_audio_drivers();

Legend:
Removed from v.1031  
changed lines
  Added in v.1806

  ViewVC Help
Powered by ViewVC