aboutsummaryrefslogtreecommitdiff
path: root/test/param-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'test/param-help.pd')
-rw-r--r--test/param-help.pd48
1 files changed, 24 insertions, 24 deletions
diff --git a/test/param-help.pd b/test/param-help.pd
index 26d99b0..b1938a7 100644
--- a/test/param-help.pd
+++ b/test/param-help.pd
@@ -32,12 +32,8 @@ data can be accessed through a unique symbolic path.;
contained inside another abstraction an so forth) \, the path starts
at the root and follows every child patch (abstraction) until it reaches
the param object \, at which point the param's name is appended:;
-#X text 623 617 Build a PD gui for all params that have values for
-the "/gui" keyword.;
#X text 100 590 Sends values to params using a relative path.;
-#X text 624 538 Dumps all params children of the root patch.;
#X obj 34 620 OSCToParam;
-#X text 107 620 Routes OSC messages to matching params;
#X text 515 166 /gui options:;
#X text 526 81 When you create a param \, you can optinally use the
"/gui" keyword to flag the param with gui options.;
@@ -45,8 +41,6 @@ the "/gui" keyword.;
\, the symbol following the "/id" keyword \, instead of the abstraction's
name \, will be used to build the path. See an example to the right.
;
-#X text 99 541 Saves and restores all params chilren of the root patch
-to/from a file with optionnal presets.;
#X obj 557 599 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 33 519 bng 15 250 50 0 empty empty save 17 7 0 10 -262144 -1
@@ -59,31 +53,37 @@ to/from a file with optionnal presets.;
#X obj 555 569 print DUMP;
#X text 268 490 --------------------- SEE ALSO -----------------------
;
-#X obj 477 414 param-abs /id FM_MOD;
#X obj 472 448 dac~;
#X obj 690 364 hsl 100 15 0 1 0 0 \$0/FM_MOD/volume \$0/FM_MOD/volume_
-/FM_MOD/volume 105 7 0 10 -262144 -1 -1 624 1;
+/FM_MOD/volume 105 7 0 10 -262144 -1 -1 0 1;
#X obj 690 384 hsl 100 15 200 2000 0 0 \$0/FM_MOD/carrier \$0/FM_MOD/carrier_
-/FM_MOD/carrier 105 7 0 10 -262144 -1 -1 400 1;
+/FM_MOD/carrier 105 7 0 10 -262144 -1 -1 3300 1;
#X obj 688 423 nbx 5 14 -1e+37 1e+37 0 0 \$0/FM_MOD/modulation/index
\$0/FM_MOD/modulation/index_ /FM_MOD/modulation/index 57 7 0 10 -262144
--1 -1 16 256;
+-1 -1 20 256;
#X obj 688 404 nbx 5 14 -1e+37 1e+37 0 0 \$0/FM_MOD/modulation/freq
\$0/FM_MOD/modulation/freq_ /FM_MOD/modulation/freq 57 7 0 10 -262144
--1 -1 66 256;
+-1 -1 3 256;
#X msg 477 343 modulation/index \$1;
#X obj 517 367 hsl 128 15 0 1 0 0 empty empty empty -2 -8 0 10 -262144
--1 -1 800 1;
+-1 -1 0 1;
#X msg 514 389 volume \$1;
-#X connect 0 0 47 0;
-#X connect 7 0 39 0;
-#X connect 14 0 37 0;
-#X connect 34 0 8 0;
-#X connect 35 0 6 0;
-#X connect 36 0 6 1;
-#X connect 38 0 7 0;
-#X connect 41 0 42 0;
-#X connect 41 0 42 1;
-#X connect 47 0 41 0;
-#X connect 48 0 49 0;
-#X connect 49 0 41 0;
+#X obj 477 414 param-abs /id FM_MOD;
+#X text 624 538 Outputs all children params of the root patch.;
+#X text 99 541 Saves and restores all chilren params of the root patch
+to/from a file with optionnal presets.;
+#X text 623 617 Build a PD gui for all children params that have values
+for the "/gui" keyword.;
+#X text 107 620 Routes OSC messages to matching children params;
+#X connect 0 0 42 0;
+#X connect 7 0 35 0;
+#X connect 14 0 33 0;
+#X connect 30 0 8 0;
+#X connect 31 0 6 0;
+#X connect 32 0 6 1;
+#X connect 34 0 7 0;
+#X connect 42 0 45 0;
+#X connect 43 0 44 0;
+#X connect 44 0 45 0;
+#X connect 45 0 37 0;
+#X connect 45 0 37 1;