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

« back to all changes in this revision

Viewing changes to doc/5.reference/phasor~-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 5 31 889 373 12;
 
2
#X graph graph1 0 1 100 -1 67 250 267 350;
 
3
#X array array99 100 float;
 
4
#X pop;
 
5
#X obj 29 181 metro 500;
 
6
#X obj 13 126 phasor~;
 
7
#X floatatom 13 76 0 0 0;
 
8
#X obj 57 12 phasor~;
 
9
#X obj 29 156 r metro;
 
10
#X obj 13 100 sig~ 890;
 
11
#X text 78 75 <-- specify frequency;
 
12
#X text 92 98 <-- convert it to audio signal;
 
13
#X msg 409 75 \; metro 0;
 
14
#X msg 405 18 \; pd dsp 1 \; metro 1;
 
15
#X text 494 32 <-- Click to start;
 
16
#X text 479 79 <-- Click to stop;
 
17
#X text 129 14 - sawtooth generator;
 
18
#X text 170 207 <-- graph the output;
 
19
#X text 82 128 <-- right inlet resets phase;
 
20
#X obj 425 227 phasor~ 440;
 
21
#X floatatom 425 203 0 0 0;
 
22
#X text 348 118 The phasor~ object outputs a sawtooth signal \, traditionally used for table lookup via cos~ or tabread4~. If no argument is supplied \, the input is taken to be an audio signal \; with a floating-point argument \, phasor~ takes floating-point messages to change frequency.;
 
23
#X text 294 246 Invoked above with argument for non-signal input. Incoming messages override the initial value.;
 
24
#X text 311 301 see also:;
 
25
#X obj 396 301 osc~;
 
26
#X obj 439 301 cos~;
 
27
#X obj 481 301 tabread4~;
 
28
#X text 627 345 updated for Pd version 0.33;
 
29
#X obj 13 205 tabwrite~ array99;
 
30
#X connect 1 0 25 0;
 
31
#X connect 2 0 25 0;
 
32
#X connect 3 0 6 0;
 
33
#X connect 5 0 1 0;
 
34
#X connect 5 0 1 0;
 
35
#X connect 6 0 2 0;
 
36
#X connect 17 0 16 0;