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

« back to all changes in this revision

Viewing changes to doc/5.reference/lop~-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 390 359 566 329 12;
 
2
#X obj 70 228 env~;
 
3
#X floatatom 70 248 0 0 0 0 - - -;
 
4
#X floatatom 107 178 0 0 0 0 - - -;
 
5
#X obj 12 226 env~;
 
6
#X floatatom 12 245 0 0 0 0 - - -;
 
7
#X floatatom 12 107 0 0 0 0 - - -;
 
8
#X obj 83 6 lop~;
 
9
#X text 9 68 The left inlet is the incoming audio signal. The right
 
10
inlet is the cutoff frequency in Hz.;
 
11
#X obj 12 130 osc~ 100;
 
12
#X text 57 105 <-- scroll to change input frequency;
 
13
#X text 8 35 lop~ is a one-pole low pass filter with a specified rolloff
 
14
frequency.;
 
15
#X text 114 7 - one-pole low pass filter;
 
16
#X msg 70 154 clear;
 
17
#X text 114 153 <-- reinitialize internal state;
 
18
#X text 139 179 <-- set cutoff frequency;
 
19
#X obj 70 206 lop~ 5;
 
20
#X text 121 209 The filter is initialized to cut off frequencies above
 
21
5 Hz.;
 
22
#X text 12 266 Compare the strength of the original signal on the left
 
23
with that of the filtered signal on the right.;
 
24
#X text 104 228 env~ gives the amplitude of the signal in dB.;
 
25
#X text 8 305 see also:;
 
26
#X obj 77 304 hip~;
 
27
#X obj 112 304 bp~;
 
28
#X obj 139 304 vcf~;
 
29
#X text 364 306 updated for Pd version-0.38;
 
30
#X connect 0 0 1 0;
 
31
#X connect 2 0 15 1;
 
32
#X connect 3 0 4 0;
 
33
#X connect 5 0 8 0;
 
34
#X connect 8 0 3 0;
 
35
#X connect 8 0 15 0;
 
36
#X connect 12 0 15 0;
 
37
#X connect 15 0 0 0;