/[svn]/liblscp/trunk/lscp/client.h
ViewVC logotype

Diff of /liblscp/trunk/lscp/client.h

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

revision 213 by capela, Thu Jul 29 09:22:02 2004 UTC revision 253 by capela, Mon Sep 27 14:40:08 2004 UTC
# Line 30  Line 30 
30  extern "C" {  extern "C" {
31  #endif  #endif
32    
33    //-------------------------------------------------------------------------
34    // MIDI channel omni mode.
35    
36    #define LSCP_MIDI_CHANNEL_ALL   (-1)
37    
38    
39  //-------------------------------------------------------------------------  //-------------------------------------------------------------------------
40  // Client data structures.  // Client data structures.
# Line 162  lscp_status_t           lscp_reset_chann Line 167  lscp_status_t           lscp_reset_chann
167    
168  lscp_status_t           lscp_reset_sampler              (lscp_client_t *pClient);  lscp_status_t           lscp_reset_sampler              (lscp_client_t *pClient);
169    
   
170  #if defined(__cplusplus)  #if defined(__cplusplus)
171  }  }
172  #endif  #endif

Legend:
Removed from v.213  
changed lines
  Added in v.253

  ViewVC Help
Powered by ViewVC