diff options
author | Katja <katjav@users.sourceforge.net> | 2011-11-13 15:18:49 +0000 |
---|---|---|
committer | Katja <katjav@users.sourceforge.net> | 2011-11-13 15:18:49 +0000 |
commit | cd623379e1527476011d48698ee5b73d3b48c845 (patch) | |
tree | 918c7ba74171ac0b883ac66de50431774a491106 /unittests/ramp~-unittest.pd | |
parent | 6c7489ec9c879aa6fb93e69fc892b4a2847aa182 (diff) |
add unittest dir plus content to creb
svn path=/trunk/externals/creb/; revision=15736
Diffstat (limited to 'unittests/ramp~-unittest.pd')
-rw-r--r-- | unittests/ramp~-unittest.pd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/unittests/ramp~-unittest.pd b/unittests/ramp~-unittest.pd new file mode 100644 index 0000000..a2e09db --- /dev/null +++ b/unittests/ramp~-unittest.pd @@ -0,0 +1,23 @@ +#N canvas 39 54 741 577 10; +#X obj 39 248 unit-test-frame~; +#X obj 30 67 cnv 15 150 150 empty empty empty 20 12 0 14 -233017 -66577 +0; +#X text 38 106 1 - reference name; +#X text 38 125 2 - test delay in ms; +#X text 37 86 test arguments (list):; +#X obj 39 154 loadbang; +#X obj 323 67 cnv 15 150 150 empty empty empty 20 12 0 14 -233017 -66577 +0; +#X msg 360 142 0; +#X text 337 85 system under test; +#X text 322 29 Use a bang from one of [unit-test-frame~] outlets to +reset phase at test start.; +#X obj 360 169 creb/ramp~; +#X msg 39 183 ramp~ 0; +#X obj 360 223 /~ 512; +#X connect 0 2 7 0; +#X connect 5 0 11 0; +#X connect 7 0 10 0; +#X connect 10 0 12 0; +#X connect 11 0 0 0; +#X connect 12 0 0 1; |