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

Diff of /liblscp/trunk/ChangeLog

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

revision 103 by capela, Fri Jun 4 14:32:51 2004 UTC revision 921 by capela, Sun Sep 24 12:55:48 2006 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6  0.2.0  2004-06-04  New LSCP extension draft (v.07) initial support.  0.3.4  2006-09-24  GPL address update.
7    
8    0.3.3  2006-06-01  Fixed some compilation warnings due to suspicious type
9                       casting and unsused header macros.
10    
11                       Changed deprecated copyright attribute to license
12                       and added ldconfig to post-(un)install steps
13                       to liblscp.spec (RPM).
14    
15    0.3.2  2005-08-29  Fixed missing initialization bug on lscp_channel_info_t
16                       new struct fields (mute/solo).
17    
18                       Include debian files into distribution.
19    
20                       Renamed configure.in to newer configure.ac.
21    
22    0.3.1  2005-08-16  [bug #21] Fixed automake support for separate build
23                       directory.
24    
25                       Added support to sampler channel MUTE/SOLO states:
26                         lscp_set_channel_mute();
27                         lscp_set_channel_solo();
28                       with corresponding new lscp_channel_info_t fields.
29    
30    0.3.0  2005-06-10  [bug #11] Timeout flush idiosyncrasy is now a feature;
31                       this just tries to flush the receive buffer whenever
32                       any previous transaction has failed due to a timeout.
33    
34                       Fixed an off-by-one timeout quirk, that has been a real
35                       showstopper on Mac OS X at least, which is incidental
36                       to qsampler's default timeout setting of 1000 msecs,
37                       giving up systematically on select() due to "Invalid
38                       argument" (EINVAL).
39    
40    0.2.8  2005-05-22  More LSCP command syntax changes, particularly on the
41                       event subscription ones: the LSCP_EVENT_CHANNELS event
42                       definition were renamed to LSCP_EVENT_CHANNEL_COUNT,
43                       as to be more meaningful. Added support for the newest
44                       LSCP command: GET SERVER INFO; lscp_get_server_info().
45    
46    0.2.8  2005-05-08  [bug #9] Fixed for a LSCP command syntax convention
47                       consistency, regarding the enumeration of available
48                       sampler engines, Audio and MIDI drivers; this has
49                       affected the signature of the following functions:
50                         lscp_get_available_engines();
51                         lscp_get_available_audio_drivers();
52                         lscp_get_available_midi_drivers();
53                       which are now returning an integer count of engines
54                       and drivers, respectively, while the following
55                       functions are now being introduced:
56                         lscp_list_available_engines();
57                         lscp_list_available_audio_drivers();
58                         lscp_list_available_midi_drivers();
59                       taking on the previous functionality, returning
60                       a comma separated list of names.
61    
62    0.2.7  2005-03-10  Mini bitsy regression; a severe crash (segfault)
63                       was fixed on the device configuration functions:
64                         lscp_set_audio_device_param();
65                         lscp_set_midi_device_param();
66                         lscp_set_audio_channel_param();
67                         lscp_set_midi_port_param();
68    
69    0.2.6  2005-03-01  Fixed nasty off-by-one bug on internal helpers.
70    
71    0.2.5  2005-02-14  Added support for the new INSTRUMENT_NAME field
72                       of GET CHANNEL INFO command.
73    
74    0.2.4  2004-10-11  Fixed lscp_set_channel_midi_channel() again, MIDI
75                       channels should be given in the range 0-15, and omni
76                       mode with the LSCP_MIDI_CHANNEL_ALL symbol (16).
77    
78                       Fixed lscp_get_channel_info() to parse MIDI omni
79                       (ALL) channels mode.
80    
81    0.2.3  2004-09-28  Fixed lscp_set_channel_midi_channel() where MIDI
82                       channels should be given in the range 1-16, and
83                       omni mode with the new LSCP_MIDI_CHANNEL_ALL
84                       symbol (0).
85    
86                       Rearrangement on main command requester executive.
87    
88    0.2.2  2004-07-29  In sync with LSCP document draf (v.12).
89    
90                       New functions added: lscp_client_get_events() and
91                       lscp_reset_sampler().
92    
93                       Added support for generating Debian packages;
94                       renamed pkg-config lib name 'liblscp' -> 'lscp' as
95                       it's common practice to omit the 'lib' prefix.
96    
97    0.2.1  2004-07-09  Potential cripling defects habve been fixed.
98    
99    0.2.0  2004-07-06  New LSCP extension draft (v.11) initial support.
100                     (still a work in progress...)                     (still a work in progress...)
101    
102  0.1.9  2004-05-18  More fixes for MSVC++ example build.  0.1.9  2004-05-18  More fixes for MSVC++ example build.
# Line 20  ChangeLog Line 113  ChangeLog
113  0.1.5  2004-04-26  Server stuff moved into examples.  0.1.5  2004-04-26  Server stuff moved into examples.
114    
115  0.1.4  2004-04-24  Initial auto/libtool preparation.  0.1.4  2004-04-24  Initial auto/libtool preparation.
   

Legend:
Removed from v.103  
changed lines
  Added in v.921

  ViewVC Help
Powered by ViewVC