--- linuxsampler/trunk/src/network/lscp.y 2004/08/25 22:00:33 226 +++ linuxsampler/trunk/src/network/lscp.y 2004/08/28 14:55:34 228 @@ -217,6 +217,7 @@ ; midi_input_channel_index : number + | ALL { $$ = 0; } ; midi_input_type_name : string @@ -380,6 +381,9 @@ LOAD : 'L''O''A''D' ; +ALL : 'A''L''L' + ; + NON_MODAL : 'N''O''N''_''M''O''D''A''L' ;