~ubuntu-branches/ubuntu/feisty/faust/feisty

« back to all changes in this revision

Viewing changes to examples/echo.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Mario Lang
  • Date: 2006-10-09 11:05:30 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 edgy)
  • Revision ID: james.westby@ubuntu.com-20061009110530-zvktdvpq5zewdxso
Tags: 0.9.8-1
* New upstream release.
* Upgrade Standards-Version to 3.7.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//-----------------------------------------------
2
 
//                              A Simple Echo 
3
 
//----------------------------------------------- 
4
 
 
 
1
declare name            "echo";
 
2
declare version         "1.0";
 
3
declare author          "Grame";
 
4
declare license         "BSD";
 
5
declare copyright       "� GRAME 2006";
 
6
//-----------------------------------------------
 
7
//                              A Simple Echo
 
8
//-----------------------------------------------
5
9
 
 
10
import("music.lib");
6
11
 
7
12
process = vgroup("echo-simple", echo1s);