File: rotate-help.pd

package info (click to toggle)
pd-rtclib 4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,572 kB
  • sloc: makefile: 8; sh: 1
file content (35 lines) | stat: -rw-r--r-- 1,107 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#N canvas 4 49 575 411 10;
#X declare -lib libdir -lib list-abs;
#X text 128 229 clear display;
#X obj 108 228 bng 15 250 50 1 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 66 227 show;
#X text 113 42 (external - OSX);
#X text 21 30 rotate;
#X text 22 57 Cyclically rotate a list.;
#X text 200 207 int in right inlet sets rotation;
#X msg 85 131 a b c d e;
#X msg 101 150 2 4 6 8 10;
#X text 200 175 bang in left inlet retriggers output;
#X text 200 191 list in left inlet gets rotated;
#X msg 66 111 1 2 3 4 5 6 7 8 9 10;
#X obj 46 164 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X msg 66 255;
#X floatatom 110 175 0 0 0 0 - - -;
#X text 21 286 by James McCartney;
#X text 21 299 OSX implementation by Richard Dudas (2003);
#X text 21 78 See also:;
#X msg 85 77 rota;
#X obj 66 199 list-rot 2;
#X text 49 347 fbar: [rotate] is a Gem-object \, use [list-rot] instead.
;
#X obj 84 375 declare -lib libdir -lib list-abs;
#X connect 1 0 2 1;
#X connect 2 0 13 0;
#X connect 7 0 19 0;
#X connect 8 0 19 0;
#X connect 11 0 19 0;
#X connect 12 0 19 0;
#X connect 14 0 19 1;
#X connect 19 0 2 0;