/[svn]/linuxsampler/trunk/src/network/lscpsymbols.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/lscpsymbols.h

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

revision 142 by senkov, Mon Jun 21 01:21:33 2004 UTC revision 143 by capela, Wed Jun 23 18:54:08 2004 UTC
# Line 69  Line 69 
69       AUDIO_OUTPUT_DEVICE_PARAMETER = 295,       AUDIO_OUTPUT_DEVICE_PARAMETER = 295,
70       AUDIO_OUTPUT_DRIVER = 296,       AUDIO_OUTPUT_DRIVER = 296,
71       AUDIO_OUTPUT_DRIVER_PARAMETER = 297,       AUDIO_OUTPUT_DRIVER_PARAMETER = 297,
72       MIDI_INPUT_PORT = 298,       AUDIO_OUTPUT_TYPE = 298,
73       MIDI_INPUT_CHANNEL = 299,       MIDI_INPUT_PORT = 299,
74       MIDI_INPUT_TYPE = 300,       MIDI_INPUT_CHANNEL = 300,
75       VOLUME = 301,       MIDI_INPUT_TYPE = 301,
76       BYTES = 302,       VOLUME = 302,
77       PERCENTAGE = 303,       BYTES = 303,
78       MISCELLANEOUS = 304       PERCENTAGE = 304,
79         MISCELLANEOUS = 305
80     };     };
81  #endif  #endif
82  #define CHAR 258  #define CHAR 258
# Line 118  Line 119 
119  #define AUDIO_OUTPUT_DEVICE_PARAMETER 295  #define AUDIO_OUTPUT_DEVICE_PARAMETER 295
120  #define AUDIO_OUTPUT_DRIVER 296  #define AUDIO_OUTPUT_DRIVER 296
121  #define AUDIO_OUTPUT_DRIVER_PARAMETER 297  #define AUDIO_OUTPUT_DRIVER_PARAMETER 297
122  #define MIDI_INPUT_PORT 298  #define AUDIO_OUTPUT_TYPE 298
123  #define MIDI_INPUT_CHANNEL 299  #define MIDI_INPUT_PORT 299
124  #define MIDI_INPUT_TYPE 300  #define MIDI_INPUT_CHANNEL 300
125  #define VOLUME 301  #define MIDI_INPUT_TYPE 301
126  #define BYTES 302  #define VOLUME 302
127  #define PERCENTAGE 303  #define BYTES 303
128  #define MISCELLANEOUS 304  #define PERCENTAGE 304
129    #define MISCELLANEOUS 305
130    
131    
132    

Legend:
Removed from v.142  
changed lines
  Added in v.143

  ViewVC Help
Powered by ViewVC