~ubuntu-branches/ubuntu/saucy/faust/saucy

« back to all changes in this revision

Viewing changes to examples/graphic_eq.dsp

  • Committer: Package Import Robot
  • Author(s): Mario Lang
  • Date: 2012-04-04 13:52:01 UTC
  • mfrom: (1.1.6) (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120404135201-hpsrk87x3hga94tc
Tags: 0.9.46-2
* Fix "ftbfs with GCC-4.7":
  - debian/patches/unistd: Include <unistd.h> where necessary.
    (Closes: #667163)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ol = library("oscillator.lib");
 
2
fl = library("filter.lib");
 
3
 
 
4
process = 
 
5
// ol.sawtooth_demo : fl.filterbank_demo : fl.spectral_level_demo <: _,_;
 
6
 vgroup("[1]",ol.sawtooth_demo) : 
 
7
 vgroup("[2]",fl.filterbank_demo) : 
 
8
 vgroup("[3]",fl.spectral_level_demo) <:
 
9
  _,_;