1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN">
4 <link rel=
"stylesheet" href=
"style.css" type=
"text/css">
5 <meta content=
"text/html; charset=iso-8859-1" http-equiv=
"Content-Type">
6 <link rel=
"Start" href=
"index.html">
7 <link title=
"Index of types" rel=Appendix
href=
"index_types.html">
8 <link title=
"Index of exceptions" rel=Appendix
href=
"index_exceptions.html">
9 <link title=
"Index of values" rel=Appendix
href=
"index_values.html">
10 <link title=
"Index of modules" rel=Appendix
href=
"index_modules.html">
11 <link title=
"Types" rel=
"Chapter" href=
"Types.html">
12 <link title=
"Parser" rel=
"Chapter" href=
"Parser.html">
13 <link title=
"Lexer" rel=
"Chapter" href=
"Lexer.html">
14 <link title=
"Value" rel=
"Chapter" href=
"Value.html">
15 <link title=
"Signal" rel=
"Chapter" href=
"Signal.html">
16 <link title=
"Faustexp" rel=
"Chapter" href=
"Faustexp.html">
17 <link title=
"Interpreter" rel=
"Chapter" href=
"Interpreter.html">
18 <link title=
"Preprocess" rel=
"Chapter" href=
"Preprocess.html">
19 <link title=
"Main" rel=
"Chapter" href=
"Main.html"><title></title>
22 <center><h1></h1></center>
23 <a href=
"index_types.html">Index of types
</a><br>
24 <a href=
"index_exceptions.html">Index of exceptions
</a><br>
25 <a href=
"index_values.html">Index of values
</a><br>
26 <a href=
"index_modules.html">Index of modules
</a><br>
28 <table class=
"indextable">
29 <tr><td><a href=
"Types.html">Types
</a></td><td><div class=
"info">
30 type symbol, defines valid identifiers in faust expressions.
33 <tr><td><a href=
"Parser.html">Parser
</a></td><td></td></tr>
34 <tr><td><a href=
"Lexer.html">Lexer
</a></td><td></td></tr>
35 <tr><td><a href=
"Value.html">Value
</a></td><td><div class=
"info">
37 Description: basic data type in the vectorial faust interpreter.
40 <tr><td><a href=
"Signal.html">Signal
</a></td><td><div class=
"info">
42 Description: type signal = rate * (int -
> value), operations of signals.
45 <tr><td><a href=
"Faustexp.html">Faustexp
</a></td><td><div class=
"info">
47 Description: dimension estimation and delay estimation of faust expressions.
50 <tr><td><a href=
"Interpreter.html">Interpreter
</a></td><td><div class=
"info">
52 Description: input beam -
> process -
> output beam
55 <tr><td><a href=
"Preprocess.html">Preprocess
</a></td><td></td></tr>
56 <tr><td><a href=
"Main.html">Main
</a></td><td><div class=
"info">
58 Description: Input wave -
> interpretation -
> output wave