Content deleted Content added
infobox updated |
HairyWombat (talk | contribs) m →Simple examples: Grammar |
||
Line 48:
</source>
[[File:Faust-simple-block-diagram.jpg|thumb|Block-diagrams generated by Faust from some simple programs]]
Most FAUST primitives are
Some [[signal processing]] primitives are specific to FAUST. For example the delay operator @ takes two input signals: X (the signal to be delayed) and D (the delay to be applied), and produces an output signal Y such that Y (t) = X(t − D(t)).
|