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

Diff of /liblscp/trunk/ChangeLog

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

revision 625 by capela, Thu Jun 9 15:55:49 2005 UTC revision 754 by capela, Wed Aug 24 18:01:55 2005 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6  0.3.0  2005-06-09  [bug #11] Timeout flush idiosyncrasy is now a feature;  0.3.2  2005-08-19  Fixed missing initialization bug on lscp_channel_info_t
7                       new struct fields (mute/solo).
8    
9                       Include debian files into distribution.
10    
11                       Renamed configure.in to newer configure.ac.
12    
13    0.3.1  2005-08-16  [bug #21] Fixed automake support for separate build
14                       directory.
15    
16                       Added support to sampler channel MUTE/SOLO states:
17                         lscp_set_channel_mute();
18                         lscp_set_channel_solo();
19                       with corresponding new lscp_channel_info_t fields.
20    
21    0.3.0  2005-06-10  [bug #11] Timeout flush idiosyncrasy is now a feature;
22                     this just tries to flush the receive buffer whenever                     this just tries to flush the receive buffer whenever
23                     any previous transaction has failed due to a timeout.                     any previous transaction has failed due to a timeout.
24                      
25                     Fixed an off-by-one timeout quirk, that has been a real                     Fixed an off-by-one timeout quirk, that has been a real
26                                     showstopper on Mac OS X at least, which is incidental                     showstopper on Mac OS X at least, which is incidental
27                                     to qsampler's default timeout setting of 1000 msecs,                     to qsampler's default timeout setting of 1000 msecs,
28                                     giving up systematically on select() due to "Invalid                     giving up systematically on select() due to "Invalid
29                                     argument" (EINVAL).                     argument" (EINVAL).
30    
31  0.2.8  2005-05-22  More LSCP command syntax changes, particularly on the  0.2.8  2005-05-22  More LSCP command syntax changes, particularly on the
32                     event subscription ones: the LSCP_EVENT_CHANNELS event                     event subscription ones: the LSCP_EVENT_CHANNELS event

Legend:
Removed from v.625  
changed lines
  Added in v.754

  ViewVC Help
Powered by ViewVC