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

Diff of /liblscp/trunk/ChangeLog

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

revision 1689 by schoenebeck, Thu Feb 14 17:05:51 2008 UTC revision 1802 by schoenebeck, Sun Dec 7 13:50:08 2008 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6  CVS HEAD           Added support for new (un)subscribable events:  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                       LSCP_EVENT_CHANNEL_MIDI
17                         LSCP_EVENT_DEVICE_MIDI
18                     Caution: the bitflag approach for the event variable                     Caution: the bitflag approach for the event variable
19                     is now abondoned, since otherwise we would soon hit the                     is now abondoned, since otherwise we would soon hit the
20                     limit of the bit range. The bitflag approach will                     limit of the bit range. The bitflag approach will
# Line 17  CVS HEAD           Added support for new Line 27  CVS HEAD           Added support for new
27                     effect send entities:                     effect send entities:
28                       lscp_set_fxsend_name();                       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  0.5.5  2007-10-12  Changed client interface function, for editing  0.5.5  2007-10-12  Changed client interface function, for editing
38                     instrument, from:                     instrument, from:
39                       lscp_edit_instrument();                       lscp_edit_instrument();
# Line 61  CVS HEAD           Added support for new Line 78  CVS HEAD           Added support for new
78                       LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,                       LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
79                       LSCP_EVENT_MIDI_INSTRUMENT_COUNT,                       LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
80                       LSCP_EVENT_MIDI_INSTRUMENT_INFO.                       LSCP_EVENT_MIDI_INSTRUMENT_INFO.
81    
82                     Updated examples.                     Updated examples.
83    
84  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 150  CVS HEAD           Added support for new Line 167  CVS HEAD           Added support for new
167                     as to be more meaningful. Added support for the newest                     as to be more meaningful. Added support for the newest
168                     LSCP command: GET SERVER INFO; lscp_get_server_info().                     LSCP command: GET SERVER INFO; lscp_get_server_info().
169    
170  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
171                     consistency, regarding the enumeration of available                     consistency, regarding the enumeration of available
172                     sampler engines, Audio and MIDI drivers; this has                     sampler engines, Audio and MIDI drivers; this has
173                     affected the signature of the following functions:                     affected the signature of the following functions:
174                       lscp_get_available_engines();                       lscp_get_available_engines();
175                       lscp_get_available_audio_drivers();                       lscp_get_available_audio_drivers();
176                       lscp_get_available_midi_drivers();                       lscp_get_available_midi_drivers();
177                     which are now returning an integer count of engines                     which are now returning an integer count of engines
178                     and drivers, respectively, while the following                     and drivers, respectively, while the following
179                     functions are now being introduced:                     functions are now being introduced:
180                       lscp_list_available_engines();                       lscp_list_available_engines();
181                       lscp_list_available_audio_drivers();                       lscp_list_available_audio_drivers();

Legend:
Removed from v.1689  
changed lines
  Added in v.1802

  ViewVC Help
Powered by ViewVC