projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of https://scm.cri.ensmp.fr/git/Faustine
[Faustine.git]
/
interpretor
/
preprocessor
/
faust-0.9.47mr3
/
examples
/
echo.dsp
1
declare name "echo";
2
declare version "1.0";
3
declare author "Grame";
4
declare license "BSD";
5
declare copyright "(c)GRAME 2006";
6
//-----------------------------------------------
7
// A Simple Echo
8
//-----------------------------------------------
9
10
import("music.lib");
11
12
process = vgroup("echo-simple", echo1s);