aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Barknecht <fbar@users.sourceforge.net>2005-10-10 13:55:06 +0000
committerFrank Barknecht <fbar@users.sourceforge.net>2005-10-10 13:55:06 +0000
commit50050ad16b9fa86d748370180f1c6d9c6e71ef17 (patch)
tree6c7587a4e8527beac5f996993bfca897087efbea
parent19821de5aa474d16896f4a516817fc8be3c0f762 (diff)
Added old, unfunky help patch.
svn path=/trunk/externals/plugin~/; revision=3689
-rw-r--r--help-plugin~.pd71
1 files changed, 71 insertions, 0 deletions
diff --git a/help-plugin~.pd b/help-plugin~.pd
new file mode 100644
index 0000000..58c9e39
--- /dev/null
+++ b/help-plugin~.pd
@@ -0,0 +1,71 @@
+#N canvas 251 141 580 621 8;
+#X floatatom 443 329 0 0 0 0 - - -;
+#X msg 443 299 440;
+#X obj 393 266 loadbang;
+#X msg 442 358 control freq \$1;
+#X msg 344 357 control amp \$1;
+#X msg 344 300 0.7;
+#X floatatom 344 331 0 0 0 0 - - -;
+#X obj 97 389 plugin~ amp_stereo amp.so;
+#X msg 67 351 control gain \$1;
+#X floatatom 67 326 0 0 0 0 - - -;
+#X obj 401 434 plugin~ sine_fcac;
+#X msg 307 390 print;
+#X obj 200 436 dac~;
+#X obj 20 47 plugin~ lpf;
+#X obj 309 50 plugin~ lpf filter.so;
+#X text 13 11 plugin~: LADSPA plug-in hosting for Pd.;
+#X obj 66 269 loadbang;
+#X msg 16 340 print;
+#N canvas 0 0 450 300 graph1 0;
+#X array array1 100 float 0;
+#X coords 0 1 100 -1 200 140 1;
+#X restore 84 465 graph;
+#X obj 402 503 tabwrite~ array1;
+#X obj 312 472 metro 500;
+#X msg 311 450 1;
+#X obj 311 428 loadbang;
+#X text 19 65 Create a plug-in by label. All LADSPA plug-in libraries
+will be searched.;
+#X text 309 70 Create a plug-in by label and library name. Only the
+selected LADSPA plug-in library is searched.;
+#X text 30 246 Example: stereo amplifier from LADSPA SDK;
+#X text 297 245 Example: sine oscillator from LADSPA SDK;
+#X obj 219 167 plugin~ lpf;
+#X text 106 114 In- and outlet functionality:;
+#X text 56 189 You can investigate the inputs and outputs by sending
+a "print" message to the first inlet.;
+#X msg 290 210 print;
+#X text 12 140 The first inlet is for control input messages. The first
+outlet is for control output messages \, correspondingly.;
+#X text 305 140 The rest inlets are for audio input and the rest outlets
+are for audio output signals.;
+#X msg 14 310 reset;
+#X msg 304 365 reset;
+#X obj 202 306 osc~ 220;
+#X msg 66 300 0.05;
+#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 5 0 6 0;
+#X connect 6 0 4 0;
+#X connect 7 1 12 0;
+#X connect 7 2 12 1;
+#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;