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

« back to all changes in this revision

Viewing changes to vpow-help.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 163 334 444 177 10;
2
 
#X text 364 147 j#|@2002;
3
 
#X obj 386 127 SMLib-help;
4
 
#X obj 15 127 print;
5
 
#X floatatom 66 81 5 0 0 0 - - -;
6
 
#X text 78 134 default argument is 1;
7
 
#X text 10 6 vpow computes y(i)=x(i)^a;
8
 
#X text 79 103 a;
9
 
#X text 79 117 a zero becomes one;
10
 
#X obj 15 101 vpow 2;
11
 
#X msg 15 33 0.01 0.5 1 1.5 2 2.5 3 3.5 0;
12
 
#X text 27 56 if (x(i)<=0) then y(i)=-1000;
13
 
#X connect 3 0 8 1;
14
 
#X connect 8 0 2 0;
15
 
#X connect 9 0 8 0;
 
1
#N canvas 1 53 444 213 10;
 
2
#X text 364 147 j#|@2002;
 
3
#X obj 386 127 SMLib-help;
 
4
#X obj 15 127 print;
 
5
#X floatatom 66 81 5 0 0 0 - - -;
 
6
#X text 78 134 default argument is 1;
 
7
#X text 10 6 vpow computes y(i)=x(i)^a;
 
8
#X text 79 103 a;
 
9
#X text 79 117 a zero becomes one;
 
10
#X obj 15 101 vpow 2;
 
11
#X msg 15 33 0.01 0.5 1 1.5 2 2.5 3 3.5 0;
 
12
#X text 27 56 if (x(i)<=0) then y(i)=-1000;
 
13
#N canvas 187 200 494 344 META 0;
 
14
#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
 
15
Wilkes for Pd version 0.42.;
 
16
#X text 12 25 LICENSE GPL v2;
 
17
#X text 12 125 AUTHOR Johannes Taelman (johannes.taelman@rug.ac.be)
 
18
;
 
19
#X text 12 65 INLET_0 list float;
 
20
#X text 12 5 KEYWORDS control list_op;
 
21
#X text 12 45 DESCRIPTION compute y(i)=x(i)^a;
 
22
#X text 12 85 INLET_0 float;
 
23
#X text 12 105 OUTLET_0 float list;
 
24
#X restore 386 171 pd META;
 
25
#X connect 3 0 8 1;
 
26
#X connect 8 0 2 0;
 
27
#X connect 9 0 8 0;