~ubuntu-branches/ubuntu/vivid/pd-smlib/vivid

« back to all changes in this revision

Viewing changes to unittests/bp-unittest.pd

  • Committer: Package Import Robot
  • Author(s): Hans-Christoph Steiner
  • Date: 2012-09-25 12:20:08 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120925122008-jhr5hyl3juh91eyv
Tags: 0.12.2-1
* updated to upstream version v0.12.2
* removed patches since they are in new upstream release
* bumped standards version to 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#N canvas 125 86 728 520 10;
 
2
#X msg 49 90 bp 0;
 
3
#X obj 49 58 loadbang;
 
4
#X obj 370 23 - 0.5;
 
5
#X msg 382 58 clear;
 
6
#X obj 370 -34 & 127;
 
7
#X obj 370 -3 / 128;
 
8
#X obj 370 89 smlib/bp 0.05 4;
 
9
#X text 48 -23 bp: bandpass filter on float stream;
 
10
#X text 46 -5 the non-audio version of bp~;
 
11
#X obj 49 128 testtools/unit-test-frame;
 
12
#X connect 0 0 9 0;
 
13
#X connect 1 0 0 0;
 
14
#X connect 2 0 6 0;
 
15
#X connect 3 0 6 0;
 
16
#X connect 4 0 5 0;
 
17
#X connect 5 0 2 0;
 
18
#X connect 6 0 9 1;
 
19
#X connect 9 2 4 0;
 
20
#X connect 9 3 3 0;