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

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

  ViewVC Help
Powered by ViewVC