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

Diff of /liblscp/trunk/ChangeLog

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

revision 1019 by capela, Thu Jan 11 12:33:05 2007 UTC revision 1697 by schoenebeck, Sat Feb 16 19:31:32 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                         LSCP_EVENT_DEVICE_MIDI
15                       Caution: the bitflag approach for the event variable
16                       is now abondoned, since otherwise we would soon hit the
17                       limit of the bit range. The bitflag approach will
18                       remain for events older at this point (that is all
19                       events which occupy the lower 16 bits), but this new
20                       and all following events will simply be enumared along
21                       the upper 16 bits.
22    
23                       Added new client interface function, for renaming
24                       effect send entities:
25                         lscp_set_fxsend_name();
26    
27    0.5.5  2007-10-12  Changed client interface function, for editing
28                       instrument, from:
29                         lscp_edit_instrument();
30                       to:
31                         lscp_edit_channel_instrument();
32    
33    0.5.4  2007-10-02  Added new client interface function, for editing
34                       instrument:
35                         lscp_edit_instrument();
36    
37                       Fixed some minor bugs in:
38                         lscp_set_fxsend_midi_controller();
39                         lscp_set_fxsend_level();
40    
41    0.5.3  2007-01-15  Added new client interface functions, for sampler
42                       channel effect sends control:
43                         lscp_set_fxsend_midi_controller();
44                         lscp_set_fxsend_level();
45    
46                       Added new field member to lscp_fxsend_info_t (level).
47    
48  0.5.2  2007-01-11  Added new client interface functions, for sampler  0.5.2  2007-01-11  Added new client interface functions, for sampler
49                     channel effect sends control:                     channel effect sends control:
50                       lscp_create_fxsend();                       lscp_create_fxsend();
# Line 11  ChangeLog Line 53  ChangeLog
53                       lscp_list_fxsends();                       lscp_list_fxsends();
54                       lscp_get_fxsend_info();                       lscp_get_fxsend_info();
55                       lscp_set_fxsend_audio_channel();                       lscp_set_fxsend_audio_channel();
56                                     and for global volume:                     and for global volume:
57                       lscp_get_volume();                       lscp_get_volume();
58                       lscp_set_volume();                       lscp_set_volume();
59    
60                       Audio routing representation changed to integer array.
61    
62  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:
63                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,
64                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,

Legend:
Removed from v.1019  
changed lines
  Added in v.1697

  ViewVC Help
Powered by ViewVC