~ubuntu-branches/ubuntu/wily/pd-list-abs/wily

« back to all changes in this revision

Viewing changes to list-rot.pd

  • Committer: Bazaar Package Importer
  • Author(s): Hans-Christoph Steiner
  • Date: 2011-02-15 15:10:52 UTC
  • Revision ID: james.westby@ubuntu.com-20110215151052-2cf4kl674tl3rpub
Tags: upstream-0.1
ImportĀ upstreamĀ versionĀ 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#N canvas 336 258 575 357 10;
 
2
#X obj 170 253 list prepend;
 
3
#X obj 151 44 inlet;
 
4
#X obj 256 47 inlet;
 
5
#X text 257 25 how often to rotate;
 
6
#X obj 151 280 list;
 
7
#X text 146 24 list to rotate;
 
8
#X obj 151 310 outlet;
 
9
#X text 278 232 move right part of list to left.;
 
10
#X obj 256 174 mod \$1;
 
11
#X obj 256 152 f \$1;
 
12
#X obj 170 212 list split \$1;
 
13
#X obj 151 70 t b a b b a;
 
14
#X obj 293 153 list-len;
 
15
#X connect 0 0 4 1;
 
16
#X connect 1 0 11 0;
 
17
#X connect 2 0 9 0;
 
18
#X connect 4 0 6 0;
 
19
#X connect 8 0 10 1;
 
20
#X connect 9 0 8 0;
 
21
#X connect 10 0 0 0;
 
22
#X connect 10 1 0 1;
 
23
#X connect 11 0 4 0;
 
24
#X connect 11 1 10 0;
 
25
#X connect 11 2 0 1;
 
26
#X connect 11 3 9 0;
 
27
#X connect 11 4 12 0;
 
28
#X connect 12 0 8 1;