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

Diff of /liblscp/trunk/ChangeLog

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

revision 946 by capela, Mon Nov 27 18:33:02 2006 UTC revision 1689 by schoenebeck, Thu Feb 14 17:05:51 2008 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6    CVS HEAD           Added support for new (un)subscribable events:
7                         LSCP_EVENT_CHANNEL_MIDI
8                       Caution: the bitflag approach for the event variable
9                       is now abondoned, since otherwise we would soon hit the
10                       limit of the bit range. The bitflag approach will
11                       remain for events older at this point (that is all
12                       events which occupy the lower 16 bits), but this new
13                       and all following events will simply be enumared along
14                       the upper 16 bits.
15    
16                       Added new client interface function, for renaming
17                       effect send entities:
18                         lscp_set_fxsend_name();
19    
20    0.5.5  2007-10-12  Changed client interface function, for editing
21                       instrument, from:
22                         lscp_edit_instrument();
23                       to:
24                         lscp_edit_channel_instrument();
25    
26    0.5.4  2007-10-02  Added new client interface function, for editing
27                       instrument:
28                         lscp_edit_instrument();
29    
30                       Fixed some minor bugs in:
31                         lscp_set_fxsend_midi_controller();
32                         lscp_set_fxsend_level();
33    
34    0.5.3  2007-01-15  Added new client interface functions, for sampler
35                       channel effect sends control:
36                         lscp_set_fxsend_midi_controller();
37                         lscp_set_fxsend_level();
38    
39                       Added new field member to lscp_fxsend_info_t (level).
40    
41    0.5.2  2007-01-11  Added new client interface functions, for sampler
42                       channel effect sends control:
43                         lscp_create_fxsend();
44                         lscp_destroy_fxsend();
45                         lscp_get_fxsends();
46                         lscp_list_fxsends();
47                         lscp_get_fxsend_info();
48                         lscp_set_fxsend_audio_channel();
49                       and for global volume:
50                         lscp_get_volume();
51                         lscp_set_volume();
52    
53                       Audio routing representation changed to integer array.
54    
55    0.5.1  2006-12-22  Added support for new (un)subscribable events:
56                         LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,
57                         LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,
58                         LSCP_EVENT_MIDI_INPUT_DEVICE_COUNT,
59                         LSCP_EVENT_MIDI_INPUT_DEVICE_INFO,
60                         LSCP_EVENT_MIDI_INSTRUMENT_MAP_COUNT,
61                         LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
62                         LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
63                         LSCP_EVENT_MIDI_INSTRUMENT_INFO.
64    
65                       Updated examples.
66    
67    0.5.0  2006-12-17  MIDI instrument mapping, second round, according to
68                       LSCP 1.2 draft document as of December 15, 2006.
69    
70                       New client interface functions:
71                         lscp_set_channel_midi_map();
72                         lscp_add_midi_instrument_map();
73                         lscp_remove_midi_instrument_map();
74                         lscp_get_midi_instrument_maps();
75                         lscp_list_midi_instrument_maps();
76                         lscp_get_midi_instrument_map_name();
77                         lscp_set_midi_instrument_map_name();
78    
79    
80    0.4.2  2006-12-04  MIDI instrument mapping fixed, previously missing
81                       the regular ON_DEMAND load mode.
82    
83                       Server error reporting is now effective; all server
84                       numerical error and warning codes are added to 100,
85                       thus giving a proper non-zero lscp_client_get_errno()
86                       return value.
87    
88    0.4.1  2006-11-28  Fixed the flush timeout operation to be issued only
89                       once, avoiding recurrent client failure after receive
90                       timeout.
91    
92                       Support for very long command result sets have been
93                       introduced, with the downside of strictly obeying
94                       the LSCP draft.
95    
96                       list_midi_instruments() is now being implemented.
97    
98                       LGPL text is now back in COPYING.
99    
100  0.4.0  2006-11-27  As of the LSCP 1.2 working draft document, added  0.4.0  2006-11-27  As of the LSCP 1.2 working draft document, added
101                     some missing client interface functions:                     some missing client interface functions:
102                       lscp_get_total_voice_count();                       lscp_get_total_voice_count();

Legend:
Removed from v.946  
changed lines
  Added in v.1689

  ViewVC Help
Powered by ViewVC