/[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 1690 by schoenebeck, Thu Feb 14 19:34:44 2008 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6    CVS HEAD           Bugfix in lscp_client_subscribe(): only the first
7                       lscp_client_subscribe() call succeeded (per client),
8                       all subsequent ones failed.
9    
10                       Added support for new (un)subscribable events:
11                         LSCP_EVENT_CHANNEL_MIDI
12                       Caution: the bitflag approach for the event variable
13                       is now abondoned, since otherwise we would soon hit the
14                       limit of the bit range. The bitflag approach will
15                       remain for events older at this point (that is all
16                       events which occupy the lower 16 bits), but this new
17                       and all following events will simply be enumared along
18                       the upper 16 bits.
19    
20                       Added new client interface function, for renaming
21                       effect send entities:
22                         lscp_set_fxsend_name();
23    
24    0.5.5  2007-10-12  Changed client interface function, for editing
25                       instrument, from:
26                         lscp_edit_instrument();
27                       to:
28                         lscp_edit_channel_instrument();
29    
30    0.5.4  2007-10-02  Added new client interface function, for editing
31                       instrument:
32                         lscp_edit_instrument();
33    
34                       Fixed some minor bugs in:
35                         lscp_set_fxsend_midi_controller();
36                         lscp_set_fxsend_level();
37    
38    0.5.3  2007-01-15  Added new client interface functions, for sampler
39                       channel effect sends control:
40                         lscp_set_fxsend_midi_controller();
41                         lscp_set_fxsend_level();
42    
43                       Added new field member to lscp_fxsend_info_t (level).
44    
45  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
46                     channel effect sends control:                     channel effect sends control:
47                       lscp_create_fxsend();                       lscp_create_fxsend();
# Line 11  ChangeLog Line 50  ChangeLog
50                       lscp_list_fxsends();                       lscp_list_fxsends();
51                       lscp_get_fxsend_info();                       lscp_get_fxsend_info();
52                       lscp_set_fxsend_audio_channel();                       lscp_set_fxsend_audio_channel();
53                                     and for global volume:                     and for global volume:
54                       lscp_get_volume();                       lscp_get_volume();
55                       lscp_set_volume();                       lscp_set_volume();
56    
57                       Audio routing representation changed to integer array.
58    
59  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:
60                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,
61                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,

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

  ViewVC Help
Powered by ViewVC