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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 111 - (hide annotations) (download) (as text)
Sat Jun 5 20:55:50 2004 UTC (19 years, 11 months ago) by schoenebeck
File MIME type: text/x-c++hdr
File size: 3058 byte(s)
* LSCP allows now comment lines, that is lines starting with a hash ('#')
  character
* src/engines/gig/Voice.cpp: fixed "SET CHANNEL VOLUME" bug

1 schoenebeck 35 /* A Bison parser, made by GNU Bison 1.875a. */
2    
3     /* Skeleton parser for Yacc-like parsing with Bison,
4     Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
5    
6     This program is free software; you can redistribute it and/or modify
7     it under the terms of the GNU General Public License as published by
8     the Free Software Foundation; either version 2, or (at your option)
9     any later version.
10    
11     This program is distributed in the hope that it will be useful,
12     but WITHOUT ANY WARRANTY; without even the implied warranty of
13     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14     GNU General Public License for more details.
15    
16     You should have received a copy of the GNU General Public License
17     along with this program; if not, write to the Free Software
18     Foundation, Inc., 59 Temple Place - Suite 330,
19     Boston, MA 02111-1307, USA. */
20    
21     /* As a special exception, when this file is copied by Bison into a
22     Bison output file, you may use that output file without restriction.
23     This special exception was added by the Free Software Foundation
24     in version 1.24 of Bison. */
25    
26     /* Tokens. */
27     #ifndef YYTOKENTYPE
28     # define YYTOKENTYPE
29     /* Put the tokens into the symbol table, so that GDB and other debuggers
30     know about them. */
31     enum yytokentype {
32     CHAR = 258,
33     DOTNUM = 259,
34     NUMBER = 260,
35     SP = 261,
36     LF = 262,
37     CR = 263,
38 schoenebeck 111 HASH = 264,
39     ADD = 265,
40     GET = 266,
41     LOAD = 267,
42     REMOVE = 268,
43     SET = 269,
44     SUBSCRIBE = 270,
45     UNSUBSCRIBE = 271,
46     RESET = 272,
47     QUIT = 273,
48     CHANNEL = 274,
49     NOTIFICATION = 275,
50     AVAILABLE_ENGINES = 276,
51     CHANNELS = 277,
52     INFO = 278,
53     BUFFER_FILL = 279,
54     STREAM_COUNT = 280,
55     VOICE_COUNT = 281,
56     INSTRUMENT = 282,
57     ENGINE = 283,
58     AUDIO_OUTPUT_CHANNEL = 284,
59     AUDIO_OUTPUT_TYPE = 285,
60     MIDI_INPUT_PORT = 286,
61     MIDI_INPUT_CHANNEL = 287,
62     MIDI_INPUT_TYPE = 288,
63     VOLUME = 289,
64     BYTES = 290,
65     PERCENTAGE = 291,
66     ALSA = 292,
67     JACK = 293
68 schoenebeck 35 };
69     #endif
70     #define CHAR 258
71     #define DOTNUM 259
72     #define NUMBER 260
73     #define SP 261
74     #define LF 262
75     #define CR 263
76 schoenebeck 111 #define HASH 264
77     #define ADD 265
78     #define GET 266
79     #define LOAD 267
80     #define REMOVE 268
81     #define SET 269
82     #define SUBSCRIBE 270
83     #define UNSUBSCRIBE 271
84     #define RESET 272
85     #define QUIT 273
86     #define CHANNEL 274
87     #define NOTIFICATION 275
88     #define AVAILABLE_ENGINES 276
89     #define CHANNELS 277
90     #define INFO 278
91     #define BUFFER_FILL 279
92     #define STREAM_COUNT 280
93     #define VOICE_COUNT 281
94     #define INSTRUMENT 282
95     #define ENGINE 283
96     #define AUDIO_OUTPUT_CHANNEL 284
97     #define AUDIO_OUTPUT_TYPE 285
98     #define MIDI_INPUT_PORT 286
99     #define MIDI_INPUT_CHANNEL 287
100     #define MIDI_INPUT_TYPE 288
101     #define VOLUME 289
102     #define BYTES 290
103     #define PERCENTAGE 291
104     #define ALSA 292
105     #define JACK 293
106 schoenebeck 35
107    
108    
109    
110     #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
111     typedef int YYSTYPE;
112     # define yystype YYSTYPE /* obsolescent; will be withdrawn */
113     # define YYSTYPE_IS_DECLARED 1
114     # define YYSTYPE_IS_TRIVIAL 1
115     #endif
116    
117    
118    
119    
120    

  ViewVC Help
Powered by ViewVC