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

Diff of /liblscp/trunk/ChangeLog

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

revision 623 by capela, Thu Jun 9 10:37:19 2005 UTC revision 965 by capela, Mon Dec 4 23:56:27 2006 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.4.2  2006-12-04  MIDI instrument mapping fixed, previously missing
7                       the regular ON_DEMAND load mode.
8    
9                       Server error reporting is now effective; all server
10                       numerical error and warning codes are added to 100,
11                       thus giving a proper non-zero lscp_client_get_errno()
12                       return value.
13    
14    0.4.1  2006-11-28  Fixed the flush timeout operation to be issued only
15                       once, avoiding recurrent client failure after receive
16                       timeout.
17    
18                       Support for very long command result sets have been
19                       introduced, with the downside of strictly obeying
20                       the LSCP draft.
21    
22                       list_midi_instruments() is now being implemented.
23    
24                       LGPL text is now back in COPYING.
25    
26    0.4.0  2006-11-27  As of the LSCP 1.2 working draft document, added
27                       some missing client interface functions:
28                         lscp_get_total_voice_count();
29                         lscp_get_total_voice_count_max();
30                       and for the new MIDI instrumenbt mapping features:
31                         lscp_map_midi_instrument();
32                         lscp_unmap_midi_instrument();
33                         lscp_get_midi_instruments();
34                         lscp_get_midi_instrument_info();
35                         lscp_clear_midi_instruments();
36    
37    
38    0.3.4  2006-09-24  GPL address update.
39    
40    0.3.3  2006-06-01  Fixed some compilation warnings due to suspicious type
41                       casting and unsused header macros.
42    
43                       Changed deprecated copyright attribute to license
44                       and added ldconfig to post-(un)install steps
45                       to liblscp.spec (RPM).
46    
47    0.3.2  2005-08-29  Fixed missing initialization bug on lscp_channel_info_t
48                       new struct fields (mute/solo).
49    
50                       Include debian files into distribution.
51    
52                       Renamed configure.in to newer configure.ac.
53    
54    0.3.1  2005-08-16  [bug #21] Fixed automake support for separate build
55                       directory.
56    
57                       Added support to sampler channel MUTE/SOLO states:
58                         lscp_set_channel_mute();
59                         lscp_set_channel_solo();
60                       with corresponding new lscp_channel_info_t fields.
61    
62    0.3.0  2005-06-10  [bug #11] Timeout flush idiosyncrasy is now a feature;
63                     this just tries to flush the receive buffer whenever                     this just tries to flush the receive buffer whenever
64                     any previous transaction has failed due to a timeout.                     any previous transaction has failed due to a timeout.
65    
66                       Fixed an off-by-one timeout quirk, that has been a real
67                       showstopper on Mac OS X at least, which is incidental
68                       to qsampler's default timeout setting of 1000 msecs,
69                       giving up systematically on select() due to "Invalid
70                       argument" (EINVAL).
71    
72    
73  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
74                     event subscription ones: the LSCP_EVENT_CHANNELS event                     event subscription ones: the LSCP_EVENT_CHANNELS event
75                     definition were renamed to LSCP_EVENT_CHANNEL_COUNT,                     definition were renamed to LSCP_EVENT_CHANNEL_COUNT,
# Line 69  ChangeLog Line 132  ChangeLog
132  0.2.0  2004-07-06  New LSCP extension draft (v.11) initial support.  0.2.0  2004-07-06  New LSCP extension draft (v.11) initial support.
133                     (still a work in progress...)                     (still a work in progress...)
134    
135    
136  0.1.9  2004-05-18  More fixes for MSVC++ example build.  0.1.9  2004-05-18  More fixes for MSVC++ example build.
137    
138  0.1.8  2004-05-17  Fix for MSVC++ example build; snprintf replaced by  0.1.8  2004-05-17  Fix for MSVC++ example build; snprintf replaced by

Legend:
Removed from v.623  
changed lines
  Added in v.965

  ViewVC Help
Powered by ViewVC