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

Annotation of /liblscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 869 - (hide annotations) (download)
Thu Jun 1 08:32:16 2006 UTC (17 years, 10 months ago) by capela
File size: 5076 byte(s)
* Fixed some compilation warnings due to suspicious type
  casting and unsused header macros.

* Changed deprecated copyright attribute to license
  and added ldconfig to post-(un)install steps
  to liblscp.spec (RPM).

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

  ViewVC Help
Powered by ViewVC