[PD] plugin~ help file

Frank Barknecht fbar at footils.org
Mon Oct 10 15:52:10 CEST 2005


Hallo,
derek holzer hat gesagt: // derek holzer wrote:

> somebody put a crazy help file for the plugin~ object into the docs. It 
> requires all kinds of widgets and things that make my PD crash and has 
> several misspelled objects. Does anyone have a simpler, more standard 
> help file that is actually usable? And if so, perhaps they'd like to 
> commit it to the CVS externals?

Okay, I commited the old file as "help-plugin~.pd" now, it also is
attached. The other one is totally borken here as well. 

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__
-------------- next part --------------
#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;


More information about the Pd-list mailing list