~ubuntu-branches/ubuntu/saucy/pd-smlib/saucy

« back to all changes in this revision

Viewing changes to vpow-help.pd

  • Committer: Bazaar Package Importer
  • Author(s): Hans-Christoph Steiner
  • Date: 2010-11-10 15:17:58 UTC
  • Revision ID: james.westby@ubuntu.com-20101110151758-3acjf69kiudo3gh4
Tags: upstream-0.12.1
ImportĀ upstreamĀ versionĀ 0.12.1

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;