/[svn]/liblscp/trunk/src/event.c
ViewVC logotype

Log of /liblscp/trunk/src/event.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 994 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 21 13:33:27 2006 UTC (17 years, 4 months ago) by capela
File length: 4698 byte(s)
Diff to previous 952 , to selected 869
*  Added support for new (un)subscribable events:
     LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,
     LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,
     LSCP_EVENT_MIDI_INPUT_DEVICE_COUNT,
     LSCP_EVENT_MIDI_INPUT_DEVICE_INFO,
     LSCP_EVENT_MIDI_INSTRUMENT_MAP_COUNT,
     LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
     LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
     LSCP_EVENT_MIDI_INSTRUMENT_INFO.


Revision 952 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 28 22:46:32 2006 UTC (17 years, 4 months ago) by capela
File length: 3090 byte(s)
Diff to previous 946 , to selected 869
Code cleanup; preparations for 0.4.1 release (hopefully).


Revision 946 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 27 18:33:02 2006 UTC (17 years, 4 months ago) by capela
File length: 3354 byte(s)
Diff to previous 921 , to selected 869
* As of the LSCP 1.2 working draft document, added
  some missing client interface functions:
    lscp_get_total_voice_count();
    lscp_get_total_voice_count_max();
  and for the new MIDI instrument mapping features:
    lscp_map_midi_instrument();
    lscp_unmap_midi_instrument();
    lscp_get_midi_instruments();
    lscp_get_midi_instrument_info();
    lscp_clear_midi_instruments();


Revision 921 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 24 12:55:48 2006 UTC (17 years, 6 months ago) by capela
File length: 3145 byte(s)
Diff to previous 869
GPL address update.


Revision 869 - (view) (download) (annotate) - [selected]
Modified Thu Jun 1 08:32:16 2006 UTC (17 years, 10 months ago) by capela
File length: 3146 byte(s)
Diff to previous 562
* Fixed some compilation warnings due to suspicious type
  casting and unsused header macros.

* Changed deprecated copyright attribute to license
  and added ldconfig to post-(un)install steps
  to liblscp.spec (RPM).


Revision 562 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 22 11:27:56 2005 UTC (18 years, 11 months ago) by capela
File length: 3141 byte(s)
Diff to previous 148 , to selected 869
* More LSCP command syntax changes, particularly on the
  event subscription ones: the LSCP_EVENT_CHANNELS event
  definition were renamed to LSCP_EVENT_CHANNEL_COUNT,
  as to be more meaningful.


Revision 148 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 25 18:20:57 2004 UTC (19 years, 9 months ago) by capela
File length: 3125 byte(s)
Diff to previous 146 , to selected 869
* Major changes to server event protocol interface
  on attempt to comply with draft-protocol v.11. (fix).


Revision 146 - (view) (download) (annotate) - [select for diffs]
Added Fri Jun 25 12:00:25 2004 UTC (19 years, 9 months ago) by capela
File length: 3067 byte(s)
Diff to selected 869
* Major changes to server event protocol interface
  on attempt to comply with draft-protocol v.11.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC