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

Diff of /liblscp/trunk/ChangeLog

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

revision 523 by capela, Mon May 9 10:17:12 2005 UTC revision 735 by capela, Tue Aug 16 09:48:42 2005 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6    0.3.1  2005-08-16  [bug #21] Fixed automake support for separate build
7                       directory.
8                      
9                       Added support to sampler channel MUTE/SOLO states:
10                         lscp_set_channel_mute();
11                         lscp_set_channel_solo();
12                       with corresponding new lscp_channel_info_t fields.
13    
14    0.3.0  2005-06-10  [bug #11] Timeout flush idiosyncrasy is now a feature;
15                       this just tries to flush the receive buffer whenever
16                       any previous transaction has failed due to a timeout.
17    
18                       Fixed an off-by-one timeout quirk, that has been a real
19                       showstopper on Mac OS X at least, which is incidental
20                       to qsampler's default timeout setting of 1000 msecs,
21                       giving up systematically on select() due to "Invalid
22                       argument" (EINVAL).
23    
24    0.2.8  2005-05-22  More LSCP command syntax changes, particularly on the
25                       event subscription ones: the LSCP_EVENT_CHANNELS event
26                       definition were renamed to LSCP_EVENT_CHANNEL_COUNT,
27                       as to be more meaningful. Added support for the newest
28                       LSCP command: GET SERVER INFO; lscp_get_server_info().
29    
30  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
31                     consistency, regarding the enumeration of available                     consistency, regarding the enumeration of available
32                     sampler engines, Audio and MIDI drivers; this has                     sampler engines, Audio and MIDI drivers; this has

Legend:
Removed from v.523  
changed lines
  Added in v.735

  ViewVC Help
Powered by ViewVC