File: list-pad-help.pd

package info (click to toggle)
pd-list-abs 0.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 752 kB
  • ctags: 97
  • sloc: makefile: 279
file content (42 lines) | stat: -rw-r--r-- 1,393 bytes parent folder | download | duplicates (4)
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
36
37
38
39
40
41
42
#N canvas 0 31 554 508 10;
#X obj 159 285 list-pad;
#X obj 159 335 list trim;
#X obj 159 313 list prepend set;
#X msg 62 209 bang;
#X msg 212 253 a b c d e f;
#X msg 159 211 1 2 3;
#X msg 206 210 1 2 3 4 5 6 7 8 9;
#X text 111 417 Using an idiom by Michal Seta;
#X msg 125 211 1;
#X text 97 53 Use [list-pad] when you want to complete a list with
more values \, if the incoming list is too short. Longer lists get
passed unchanged.;
#X obj 50 29 list-pad;
#X text 315 256 <= pad to these values;
#X obj 212 233 loadbang;
#X text 97 105 The list of padding values is provided through the second
inlet.;
#X text 96 149 The result list consists of the first list padded with
the respective values of the second list.;
#N canvas 506 181 494 396 META 0;
#X text 12 25 LICENSE SIBSD;
#X text 12 135 AUTHOR Frank Barknecht;
#X text 12 155 HELP_PATCH_AUTHORS Frank Barknecht. "pd meta" information
added by Jonathan Wilkes for Pd version 0.42.;
#X text 12 45 DESCRIPTION complete a list with more values \, if the
incoming list is too short;
#X text 12 75 INLET_0 anything;
#X text 12 115 OUTLET_0 list;
#X text 12 95 INLET_1 anything;
#X text 12 5 KEYWORDS control list_op;
#X restore 465 456 pd META;
#X msg 159 380;
#X connect 0 0 2 0;
#X connect 1 0 16 0;
#X connect 2 0 1 0;
#X connect 3 0 0 0;
#X connect 4 0 0 1;
#X connect 5 0 0 0;
#X connect 6 0 0 0;
#X connect 8 0 0 0;
#X connect 12 0 4 0;