diff options
Diffstat (limited to 'help')
-rw-r--r-- | help/listto-help.pd | 13 | ||||
-rw-r--r-- | help/median_3-help.pd | 7 | ||||
-rw-r--r-- | help/median_5-help.pd | 7 | ||||
-rw-r--r-- | help/median_7-help.pd | 7 | ||||
-rw-r--r-- | help/tolist-help.pd | 21 |
5 files changed, 55 insertions, 0 deletions
diff --git a/help/listto-help.pd b/help/listto-help.pd new file mode 100644 index 0000000..e540d0b --- /dev/null +++ b/help/listto-help.pd @@ -0,0 +1,13 @@ +#N canvas 0 0 450 300 10; +#X obj 40 60 listto; +#X msg 40 31 1 2 3 4; +#X obj 40 125 print list; +#X obj 77 85 print end; +#X obj 73 180 tolist; +#X obj 73 206 print; +#X connect 0 0 2 0; +#X connect 0 0 4 0; +#X connect 0 1 3 0; +#X connect 0 1 4 1; +#X connect 1 0 0 0; +#X connect 4 0 5 0; diff --git a/help/median_3-help.pd b/help/median_3-help.pd new file mode 100644 index 0000000..ba99235 --- /dev/null +++ b/help/median_3-help.pd @@ -0,0 +1,7 @@ +#N canvas 28 3 711 500 12; +#X floatatom 88 202 5 0 0 0 - - -; +#X floatatom 94 264 5 0 0 0 - - -; +#X obj 95 234 median_3; +#X text 238 31 output the median value of the 3 last samples; +#X connect 0 0 2 0; +#X connect 2 0 1 0; diff --git a/help/median_5-help.pd b/help/median_5-help.pd new file mode 100644 index 0000000..d56431e --- /dev/null +++ b/help/median_5-help.pd @@ -0,0 +1,7 @@ +#N canvas 28 3 711 500 12; +#X floatatom 88 202 5 0 0 0 - - -; +#X floatatom 94 264 5 0 0 0 - - -; +#X obj 94 234 median_5; +#X text 187 44 output median value of the last 5 samples; +#X connect 0 0 2 0; +#X connect 2 0 1 0; diff --git a/help/median_7-help.pd b/help/median_7-help.pd new file mode 100644 index 0000000..1908e41 --- /dev/null +++ b/help/median_7-help.pd @@ -0,0 +1,7 @@ +#N canvas 28 3 711 500 12; +#X floatatom 88 202 5 0 0 0 - - -; +#X floatatom 94 264 5 0 0 0 - - -; +#X obj 95 234 median_7; +#X text 131 39 output median value of the last 7 samples; +#X connect 0 0 2 0; +#X connect 2 0 1 0; diff --git a/help/tolist-help.pd b/help/tolist-help.pd new file mode 100644 index 0000000..f1f5003 --- /dev/null +++ b/help/tolist-help.pd @@ -0,0 +1,21 @@ +#N canvas 150 194 588 643 10; +#X floatatom 56 22 5 0 0 0 - - -; +#X floatatom 80 76 5 0 0 0 - - -; +#X floatatom 131 77 5 0 0 0 - - -; +#X floatatom 131 161 5 0 0 0 - - -; +#X obj 42 104 wave_loop 25 0.4; +#X obj 42 130 listto; +#X obj 47 199 curve; +#X obj 44 229 tolist; +#X obj 43 300 multi_slider 25; +#X floatatom 184 79 5 0 0 0 - - -; +#X connect 0 0 4 0; +#X connect 1 0 4 1; +#X connect 2 0 4 2; +#X connect 3 0 6 1; +#X connect 4 0 5 0; +#X connect 5 0 6 0; +#X connect 5 1 7 1; +#X connect 6 0 7 0; +#X connect 7 0 8 0; +#X connect 9 0 4 3; |