~ubuntu-branches/ubuntu/precise/puredata/precise

« back to all changes in this revision

Viewing changes to doc/5.reference/pow~-help.pd

  • Committer: Bazaar Package Importer
  • Author(s): Paul Brossier
  • Date: 2009-12-22 21:29:31 UTC
  • mfrom: (1.2.6 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091222212931-nhwkzapjwsmjao1l
Tags: 0.42.5-3
* debian/control:
  - add community site to homepage field
  - improve long description
  - remove Replaces and Conflicts fields
  - add Suggests on pd-csound, pd-pdp, pd-zexy, pd-aubio
* debian/rules: add per-arch configuration flags
* debian/patches/02_kfreebsd.diff:
  - also define pd_tilde_dllextent on FreeBSD
  - fix typo (really closing #414414 this time)
  - also add hurd glue
* debian/patches/04_hurd.diff:
  - add hurd glue and s_midi_dummy.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#N canvas 191 0 534 413 10;
 
2
#X obj 21 14 pow~;
 
3
#X obj 67 109 sig~;
 
4
#X obj 98 173 loadbang;
 
5
#X obj 98 197 metro 100;
 
6
#X obj 98 221 snapshot~;
 
7
#X floatatom 67 73 5 0 0 0 - - -;
 
8
#X obj 108 109 sig~;
 
9
#X floatatom 108 73 5 0 0 0 - - -;
 
10
#X obj 68 138 pow~ 2;
 
11
#X floatatom 98 246 7 0 0 0 - - -;
 
12
#X obj 413 268 pow~ 2;
 
13
#X text 20 271 An optional creation argument initializes right inlet:
 
14
;
 
15
#X text 319 384 updated for Pd version 0.42.;
 
16
#X text 23 303 WARNING: it's easy to generate "infinity" by accident
 
17
\, and if you do \, the DSP chain may dramatically slow down if you're
 
18
using an i386 or ia64 processor. Out-of-range floating point values
 
19
are thousands of times slower to compute with than in-range ones.;
 
20
#X text 68 12 - raise a signal to a numeric power (given by another
 
21
signal). The left inlet must be a positive number. The right inlet
 
22
my be positive \, zero \, or negative.;
 
23
#X connect 1 0 8 0;
 
24
#X connect 2 0 3 0;
 
25
#X connect 3 0 4 0;
 
26
#X connect 4 0 9 0;
 
27
#X connect 5 0 1 0;
 
28
#X connect 6 0 8 1;
 
29
#X connect 7 0 6 0;
 
30
#X connect 8 0 4 0;