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

Diff of /liblscp/trunk/ChangeLog

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

revision 945 by capela, Sun Sep 24 12:55:48 2006 UTC revision 946 by capela, Mon Nov 27 18:33:02 2006 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6    0.4.0  2006-11-27  As of the LSCP 1.2 working draft document, added
7                       some missing client interface functions:
8                         lscp_get_total_voice_count();
9                         lscp_get_total_voice_count_max();
10                       and for the new MIDI instrumenbt mapping features:
11                         lscp_map_midi_instrument();
12                         lscp_unmap_midi_instrument();
13                         lscp_get_midi_instruments();
14                         lscp_get_midi_instrument_info();
15                         lscp_clear_midi_instruments();
16    
17    
18  0.3.4  2006-09-24  GPL address update.  0.3.4  2006-09-24  GPL address update.
19    
20  0.3.3  2006-06-01  Fixed some compilation warnings due to suspicious type  0.3.3  2006-06-01  Fixed some compilation warnings due to suspicious type
# Line 37  ChangeLog Line 49  ChangeLog
49                     giving up systematically on select() due to "Invalid                     giving up systematically on select() due to "Invalid
50                     argument" (EINVAL).                     argument" (EINVAL).
51    
52    
53  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
54                     event subscription ones: the LSCP_EVENT_CHANNELS event                     event subscription ones: the LSCP_EVENT_CHANNELS event
55                     definition were renamed to LSCP_EVENT_CHANNEL_COUNT,                     definition were renamed to LSCP_EVENT_CHANNEL_COUNT,
# Line 99  ChangeLog Line 112  ChangeLog
112  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.
113                     (still a work in progress...)                     (still a work in progress...)
114    
115    
116  0.1.9  2004-05-18  More fixes for MSVC++ example build.  0.1.9  2004-05-18  More fixes for MSVC++ example build.
117    
118  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.945  
changed lines
  Added in v.946

  ViewVC Help
Powered by ViewVC