-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharray-copy-range-help.pd
More file actions
20 lines (20 loc) · 1.25 KB
/
array-copy-range-help.pd
File metadata and controls
20 lines (20 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#N canvas 194 217 856 471 12;
#X text 441 242 set the array being referenced;
#X msg 364 272 set array-copy-range-help-destination-2;
#X msg 399 316 set array-copy-range-help-destination;
#X text 59 140 source array \, source starting index \, source number of points \, destination starting index, f 37;
#X obj 454 59 array define array-copy-range-help-destination 16;
#X obj 454 89 array define array-copy-range-help-destination-2 7;
#X obj 454 119 array define -k array-copy-range-help-source 12;
#A 0 -0.180016 0.139989 0.439994 0.733333 -0.493347 -0.306677 -0.100007 0.11333 0.326667 0.533337 0.71334 0.886676;
#X obj 454 149 array define -k array-copy-range-help-source-2 15;
#A 0 0.793338 0.666669 -8.70228e-06 -0.726688 -0.820023 -0.793355 -0.446683 -0.0466762 0.14666 0.0933262 -0.260013 -0.313347 -0.0133423 0.353331 0.533334;
#X text 58 38 [array-copy-range] copies data to the currently referenced array from the specified range of a source array passed in to the first inlet., f 52;
#X msg 61 200 array-copy-range-help-source 3 5 2;
#X msg 91 230 array-copy-range-help-source-2 7 7 0;
#X obj 61 414 array-copy-range array-copy-range-help-destination;
#X text 624 409 array-abs v0.0.0;
#X connect 1 0 11 0;
#X connect 2 0 11 0;
#X connect 9 0 11 0;
#X connect 10 0 11 0;