~ubuntu-branches/ubuntu/raring/pd-smlib/raring-proposed

« back to all changes in this revision

Viewing changes to unittests/vlrange-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 374 132 746 533 10;
 
2
#X obj 49 165 testtools/unit-test-frame;
 
3
#X obj 49 97 loadbang;
 
4
#X obj 370 -34 & 127;
 
5
#X text 13 -13 the argument is the half-decay expressed in number of
 
6
activations;
 
7
#X text 12 23 This test only works one time after patch load because
 
8
the object has no reset option.;
 
9
#X msg 49 125 vlrange 0;
 
10
#X obj 370 -4 / 128;
 
11
#X obj 370 28 - 0.5;
 
12
#X obj 370 131 smlib/vlrange 10;
 
13
#X obj 370 56 t f f;
 
14
#X obj 397 84 + 0.1;
 
15
#X obj 370 106 pack;
 
16
#X text 12 -29 vlrange: leaky maximum minus leaky minimum;
 
17
#X connect 0 2 2 0;
 
18
#X connect 1 0 5 0;
 
19
#X connect 2 0 6 0;
 
20
#X connect 5 0 0 0;
 
21
#X connect 6 0 7 0;
 
22
#X connect 7 0 9 0;
 
23
#X connect 8 0 0 1;
 
24
#X connect 9 0 11 0;
 
25
#X connect 9 1 10 0;
 
26
#X connect 10 0 11 1;
 
27
#X connect 11 0 8 0;