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

« back to all changes in this revision

Viewing changes to doc/5.reference/log~-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 299 273 531 296 10;
 
2
#X obj 19 103 sig~;
 
3
#X obj 50 167 loadbang;
 
4
#X obj 50 191 metro 100;
 
5
#X obj 50 215 snapshot~;
 
6
#X floatatom 19 79 5 0 0 0 - - -;
 
7
#X obj 60 103 sig~;
 
8
#X floatatom 60 79 5 0 0 0 - - -;
 
9
#X floatatom 50 240 7 0 0 0 - - -;
 
10
#X text 316 257 updated for Pd version 0.42.;
 
11
#X obj 21 14 log~;
 
12
#X text 60 14 - logarithms;
 
13
#X text 76 31 computes the logarithm of the left inlet \, to the base
 
14
'e' (about 2.718) \, or to another base specified by the inlet or a
 
15
cration argument.;
 
16
#X obj 20 132 log~ 2;
 
17
#X text 83 131 <-- optional creation argument initializes right inlet
 
18
(the base of the logarithm).;
 
19
#X connect 0 0 12 0;
 
20
#X connect 1 0 2 0;
 
21
#X connect 2 0 3 0;
 
22
#X connect 3 0 7 0;
 
23
#X connect 4 0 0 0;
 
24
#X connect 5 0 12 1;
 
25
#X connect 6 0 5 0;
 
26
#X connect 12 0 3 0;