-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharray-shift-help.pd
More file actions
22 lines (22 loc) · 1 KB
/
array-shift-help.pd
File metadata and controls
22 lines (22 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#N canvas 194 217 779 456 12;
#X text 271 187 set the array being referenced;
#X text 59 120 shift value;
#X msg 61 150 1;
#X msg 91 180 3;
#X msg 121 210 -1;
#X msg 151 240 -5;
#X msg 274 217 set array-shift-help-2;
#X msg 309 261 set array-shift-help;
#X obj 454 319 array define -k array-shift-help 16;
#A 0 -0.613348 -0.520013 -0.413345 -0.293343 -0.160007 -0.0200047 0.126664 0.24 0.366668 0.46667 0.493337 0.266667 0.179999 0.0399963 -0.253342 -0.366677;
#X obj 454 349 array define -k array-shift-help-2 12;
#A 0 0.693345 0.346672 -0.160003 -0.826674 -0.320006 0.480008 0.0800011 -0.366673 -0.793347 0.220003 0.60001 0.793347;
#X obj 61 354 array-shift array-shift-help;
#X text 58 38 [array-shift] shifts all values in the currently referenced array forwards or backwards according to the incoming shift value. values wrap around so that no data is lost.;
#X text 624 409 array-abs v0.0.0;
#X connect 2 0 10 0;
#X connect 3 0 10 0;
#X connect 4 0 10 0;
#X connect 5 0 10 0;
#X connect 6 0 10 0;
#X connect 7 0 10 0;