/[svn]/linuxsampler/trunk/src/network/lscp.y
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/lscp.y

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

revision 227 by schoenebeck, Wed Aug 25 22:00:33 2004 UTC revision 228 by schoenebeck, Sat Aug 28 14:55:34 2004 UTC
# Line 217  midi_input_port_index     :  number Line 217  midi_input_port_index     :  number
217                            ;                            ;
218    
219  midi_input_channel_index  :  number  midi_input_channel_index  :  number
220                              |  ALL  { $$ = 0; }
221                            ;                            ;
222    
223  midi_input_type_name      :  string  midi_input_type_name      :  string
# Line 380  LIST                  :  'L''I''S''T' Line 381  LIST                  :  'L''I''S''T'
381  LOAD                  :  'L''O''A''D'  LOAD                  :  'L''O''A''D'
382                        ;                        ;
383    
384    ALL                   :  'A''L''L'
385                          ;
386    
387  NON_MODAL             :  'N''O''N''_''M''O''D''A''L'  NON_MODAL             :  'N''O''N''_''M''O''D''A''L'
388                        ;                        ;
389    

Legend:
Removed from v.227  
changed lines
  Added in v.228

  ViewVC Help
Powered by ViewVC