/[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 1019 by capela, Thu Jan 11 12:33:05 2007 UTC revision 1020 by capela, Thu Jan 11 15:25:04 2007 UTC
# Line 64  typedef struct _lscp_channel_info_t Line 64  typedef struct _lscp_channel_info_t
64          char *        engine_name;          char *        engine_name;
65          int           audio_device;          int           audio_device;
66          int           audio_channels;          int           audio_channels;
67          char **       audio_routing;          int  *        audio_routing;
68          char *        instrument_file;          char *        instrument_file;
69          int           instrument_nr;          int           instrument_nr;
70          char *        instrument_name;          char *        instrument_name;
# Line 101  typedef enum _lscp_usage_t Line 101  typedef enum _lscp_usage_t
101  /** Effect send info cache struct. */  /** Effect send info cache struct. */
102  typedef struct _lscp_fxsend_info_t  typedef struct _lscp_fxsend_info_t
103  {  {
104          char * name;          char *        name;
105          int    midi_controller;          int           midi_controller;
106          char **audio_routing;          int *         audio_routing;
107    
108  } lscp_fxsend_info_t;  } lscp_fxsend_info_t;
109    

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

  ViewVC Help
Powered by ViewVC