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

« back to all changes in this revision

Viewing changes to extra/lrshift~/lrshift~-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 143 0 673 325 12;
 
2
#X msg 268 277 bang;
 
3
#X obj 244 303 print~;
 
4
#X msg 185 278 bang;
 
5
#X obj 161 304 print~;
 
6
#X text 53 117 click here first;
 
7
#X msg 72 270 bang;
 
8
#X obj 48 296 print~;
 
9
#X text 162 222 shift left;
 
10
#X text 243 224 shift right;
 
11
#X obj 161 252 lrshift~ 1;
 
12
#X obj 244 251 lrshift~ -1;
 
13
#X text 39 37 Acting at whatever vector size the window is running
 
14
at \, lrshift~ shifts samples to the left (toward the beginning sample)
 
15
or to the right. The argument gives the direction and the amount of
 
16
the shift. The rightmost (or leftmost) samples are set to zero.;
 
17
#N canvas 0 0 450 300 (subpatch) 0;
 
18
#X array shiftin 64 float 0;
 
19
#X coords 0 1 63 0 200 140 1;
 
20
#X restore 448 118 graph;
 
21
#X text 115 11 -- shift signal vector elements left or right;
 
22
#X msg 54 138 \; pd dsp 1 \; shiftin 1 1;
 
23
#X obj 48 204 tabreceive~ shiftin;
 
24
#X text 525 308 Updated for Pd 0.31.;
 
25
#X obj 47 11 lrshift~;
 
26
#X connect 0 0 1 0;
 
27
#X connect 2 0 3 0;
 
28
#X connect 5 0 6 0;
 
29
#X connect 9 0 3 0;
 
30
#X connect 10 0 1 0;
 
31
#X connect 15 0 6 0;
 
32
#X connect 15 0 9 0;
 
33
#X connect 15 0 10 0;