aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-06-10 15:38:21 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-06-10 15:38:21 +0000
commit20b3e230bce680ec76404a359c67fe176bbf76e5 (patch)
tree40f6fefd4edabdf5bf1a3cc43654a9c8293f8063
parent13d2120e6a02ea8c8921c39ff92e93c6948d998d (diff)
improved the helpfile and made it functional
svn path=/trunk/externals/plugin~/; revision=13639
-rw-r--r--plugin~-help.pd128
1 files changed, 73 insertions, 55 deletions
diff --git a/plugin~-help.pd b/plugin~-help.pd
index 2faa223..74e42e5 100644
--- a/plugin~-help.pd
+++ b/plugin~-help.pd
@@ -1,71 +1,89 @@
-#N canvas 107 33 838 540 10;
-#X floatatom 700 248 0 0 0 0 - - -;
-#X msg 700 218 440;
-#X obj 650 185 loadbang;
-#X msg 699 277 control freq \$1;
-#X msg 601 276 control amp \$1;
-#X msg 601 219 0.7;
-#X floatatom 601 250 0 0 0 0 - - -;
-#X obj 97 439 plugin~ amp_stereo amp.so;
-#X msg 67 401 control gain \$1;
-#X floatatom 67 376 0 0 0 0 - - -;
-#X obj 658 353 plugin~ sine_fcac;
-#X msg 564 309 info;
-#X obj 200 486 dac~;
+#N canvas 286 22 838 540 10;
+#X floatatom 638 258 0 0 0 0 - - -;
+#X msg 638 228 440;
+#X obj 588 195 loadbang;
+#X msg 637 287 control freq \$1;
+#X msg 539 286 control amp \$1;
+#X msg 539 229 0.7;
+#X floatatom 539 260 0 0 0 0 - - -;
+#X msg 82 409 control gain \$1;
+#X floatatom 82 389 0 0 0 0 - - -;
+#X obj 596 363 plugin~ sine_fcac;
+#X msg 502 319 info;
+#X obj 199 503 dac~;
#X obj 20 47 plugin~ lpf;
-#X obj 429 50 plugin~ lpf filter.so;
#X text 13 11 plugin~: LADSPA plug-in hosting for Pd.;
-#X obj 66 319 loadbang;
-#X msg 16 390 info;
-#N canvas 0 22 450 300 graph1 0;
-#X array array1 100 float 0;
-#X coords 0 1 100 -1 200 140 1;
-#X restore 338 376 graph;
-#X obj 659 422 tabwrite~ array1;
-#X obj 569 391 metro 500;
-#X msg 568 369 1;
-#X obj 568 347 loadbang;
+#X obj 82 349 loadbang;
+#X msg 32 434 info;
+#N canvas 0 22 450 300 (subpatch) 0;
+#X array \$0-display 100 float 0;
+#X coords 0 1 100 -1 200 70 1;
+#X restore 521 459 graph;
+#X obj 507 401 metro 500;
+#X msg 506 379 1;
+#X obj 506 357 loadbang;
#X text 19 65 Create a plug-in by label. All LADSPA plug-in libraries
will be searched.;
-#X text 429 70 Create a plug-in by label and library name. Only the
-selected LADSPA plug-in library is searched.;
-#X text 30 296 Example: stereo amplifier from LADSPA SDK;
-#X text 424 154 Example: sine oscillator from LADSPA SDK;
-#X obj 126 218 plugin~ lpf;
+#X text 30 316 Example: stereo amplifier from LADSPA SDK;
+#X text 424 168 Example: sine oscillator from LADSPA SDK;
+#X obj 130 202 plugin~ lpf;
#X text 106 114 In- and outlet functionality:;
-#X text 6 249 You can investigate the inputs and outputs by sending
+#X text 6 269 You can investigate the inputs and outputs by sending
a "info" message to the first inlet.;
-#X msg 130 181 info;
+#X msg 110 181 info;
#X text 12 140 The first inlet is for control input messages. The first
outlet is for control output messages \, correspondingly.;
-#X text 425 114 The rest inlets are for audio input and the rest outlets
+#X text 425 138 The rest inlets are for audio input and the rest outlets
are for audio output signals.;
-#X msg 14 360 reset;
-#X msg 561 284 reset;
-#X obj 202 356 osc~ 220;
-#X msg 66 350 0.05;
+#X msg 30 404 reset;
+#X msg 499 294 reset;
+#X obj 202 376 osc~ 220;
+#X msg 82 369 0.05;
+#X obj 647 426 tabwrite~ \$0-display;
+#X obj 68 247 print INFO;
+#X msg 146 181 listplugins;
+#X obj 138 225 route label;
+#X obj 138 246 print PLUGIN_NAME;
+#X obj 574 385 print SINE_FCAC;
+#X obj 67 502 print AMP_STEREO;
+#X obj 130 466 plugin~ amp_stereo;
+#X obj 430 35 plugin~ compress_peak cmt.so;
+#X obj 430 57 print INFO;
+#X msg 430 13 info;
+#X text 425 79 Create a plug-in by label and library name. Only the
+selected LADSPA plug-in library is searched ('cmt.so' is packaged in
+"cmt" in Debian/Ubuntu \, "ladspa-cmt" in Mac OS X/Fink \, and "ladspa-cmt-plugins"
+in Fedora).;
#X connect 0 0 3 0;
#X connect 1 0 0 0;
#X connect 2 0 1 0;
#X connect 2 0 5 0;
-#X connect 3 0 10 0;
-#X connect 4 0 10 0;
+#X connect 3 0 9 0;
+#X connect 4 0 9 0;
#X connect 5 0 6 0;
#X connect 6 0 4 0;
-#X connect 7 1 12 0;
-#X connect 7 2 12 1;
+#X connect 7 0 40 0;
#X connect 8 0 7 0;
-#X connect 9 0 8 0;
-#X connect 10 1 19 0;
-#X connect 11 0 10 0;
-#X connect 16 0 36 0;
-#X connect 17 0 7 0;
-#X connect 20 0 19 0;
-#X connect 21 0 20 0;
-#X connect 22 0 21 0;
-#X connect 30 0 27 0;
-#X connect 33 0 7 0;
-#X connect 34 0 10 0;
-#X connect 35 0 7 1;
-#X connect 35 0 7 2;
-#X connect 36 0 9 0;
+#X connect 9 0 38 0;
+#X connect 9 1 33 0;
+#X connect 10 0 9 0;
+#X connect 14 0 32 0;
+#X connect 15 0 40 0;
+#X connect 17 0 33 0;
+#X connect 18 0 17 0;
+#X connect 19 0 18 0;
+#X connect 23 0 34 0;
+#X connect 23 0 36 0;
+#X connect 26 0 23 0;
+#X connect 29 0 40 0;
+#X connect 30 0 9 0;
+#X connect 31 0 40 1;
+#X connect 31 0 40 2;
+#X connect 32 0 8 0;
+#X connect 35 0 23 0;
+#X connect 36 0 37 0;
+#X connect 40 0 39 0;
+#X connect 40 1 11 0;
+#X connect 40 2 11 1;
+#X connect 41 0 42 0;
+#X connect 43 0 41 0;