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

Diff of /liblscp/trunk/ChangeLog

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

revision 997 by capela, Fri Dec 22 00:35:52 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    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:  0.5.1  2006-12-22  Added support for new (un)subscribable events:
62                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,
63                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,

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

  ViewVC Help
Powered by ViewVC