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

Diff of /liblscp/trunk/ChangeLog

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

revision 963 by capela, Sun Dec 3 18:30:04 2006 UTC revision 1692 by schoenebeck, Fri Feb 15 17:04:34 2008 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6  0.4.2  2006-12-03  MIDI instrument mapping fixed, previously missing  CVS HEAD           Bugfix: _lscp_client_evt_proc() dropped LSCP events.
7    
8                       Bugfix in lscp_client_subscribe(): only the first
9                       lscp_client_subscribe() call succeeded (per client),
10                       all subsequent ones failed.
11    
12                       Added support for new (un)subscribable events:
13                         LSCP_EVENT_CHANNEL_MIDI
14                       Caution: the bitflag approach for the event variable
15                       is now abondoned, since otherwise we would soon hit the
16                       limit of the bit range. The bitflag approach will
17                       remain for events older at this point (that is all
18                       events which occupy the lower 16 bits), but this new
19                       and all following events will simply be enumared along
20                       the upper 16 bits.
21    
22                       Added new client interface function, for renaming
23                       effect send entities:
24                         lscp_set_fxsend_name();
25    
26    0.5.5  2007-10-12  Changed client interface function, for editing
27                       instrument, from:
28                         lscp_edit_instrument();
29                       to:
30                         lscp_edit_channel_instrument();
31    
32    0.5.4  2007-10-02  Added new client interface function, for editing
33                       instrument:
34                         lscp_edit_instrument();
35    
36                       Fixed some minor bugs in:
37                         lscp_set_fxsend_midi_controller();
38                         lscp_set_fxsend_level();
39    
40    0.5.3  2007-01-15  Added new client interface functions, for sampler
41                       channel effect sends control:
42                         lscp_set_fxsend_midi_controller();
43                         lscp_set_fxsend_level();
44    
45                       Added new field member to lscp_fxsend_info_t (level).
46    
47    0.5.2  2007-01-11  Added new client interface functions, for sampler
48                       channel effect sends control:
49                         lscp_create_fxsend();
50                         lscp_destroy_fxsend();
51                         lscp_get_fxsends();
52                         lscp_list_fxsends();
53                         lscp_get_fxsend_info();
54                         lscp_set_fxsend_audio_channel();
55                       and for global volume:
56                         lscp_get_volume();
57                         lscp_set_volume();
58    
59                       Audio routing representation changed to integer array.
60    
61    0.5.1  2006-12-22  Added support for new (un)subscribable events:
62                         LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,
63                         LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,
64                         LSCP_EVENT_MIDI_INPUT_DEVICE_COUNT,
65                         LSCP_EVENT_MIDI_INPUT_DEVICE_INFO,
66                         LSCP_EVENT_MIDI_INSTRUMENT_MAP_COUNT,
67                         LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
68                         LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
69                         LSCP_EVENT_MIDI_INSTRUMENT_INFO.
70    
71                       Updated examples.
72    
73    0.5.0  2006-12-17  MIDI instrument mapping, second round, according to
74                       LSCP 1.2 draft document as of December 15, 2006.
75    
76                       New client interface functions:
77                         lscp_set_channel_midi_map();
78                         lscp_add_midi_instrument_map();
79                         lscp_remove_midi_instrument_map();
80                         lscp_get_midi_instrument_maps();
81                         lscp_list_midi_instrument_maps();
82                         lscp_get_midi_instrument_map_name();
83                         lscp_set_midi_instrument_map_name();
84    
85    
86    0.4.2  2006-12-04  MIDI instrument mapping fixed, previously missing
87                     the regular ON_DEMAND load mode.                     the regular ON_DEMAND load mode.
88    
89                     Server error reporting is now effective; all server                     Server error reporting is now effective; all server

Legend:
Removed from v.963  
changed lines
  Added in v.1692

  ViewVC Help
Powered by ViewVC