diff options
Diffstat (limited to 'plugin~.pd')
-rw-r--r-- | plugin~.pd | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/plugin~.pd b/plugin~.pd deleted file mode 100644 index 9a5467e..0000000 --- a/plugin~.pd +++ /dev/null @@ -1,64 +0,0 @@ -#N canvas 251 141 580 621 12; -#X floatatom 443 329; -#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; -#X obj 97 389 plugin~ amp_stereo amp.so; -#X msg 67 351 control gain \$1; -#X floatatom 67 326; -#X msg 66 300 0.7; -#X obj 401 434 plugin~ sine_fcac; -#X msg 307 390 print; -#X obj 200 341 adc~; -#X obj 200 436 dac~; -#X obj 20 47 plugin~ lpf; -#X obj 250 49 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; -#X graph graph1 0 -1 100 1 84 605 284 465; -#X array array1 100 float; -#X pop; -#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 250 69 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 222 147 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 18 132 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 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 11 0; -#X connect 4 0 11 0; -#X connect 5 0 6 0; -#X connect 6 0 4 0; -#X connect 7 1 14 0; -#X connect 7 2 14 1; -#X connect 8 0 7 0; -#X connect 9 0 8 0; -#X connect 10 0 9 0; -#X connect 11 1 21 0; -#X connect 12 0 11 0; -#X connect 13 0 7 1; -#X connect 13 1 7 2; -#X connect 18 0 10 0; -#X connect 19 0 7 0; -#X connect 22 0 21 0; -#X connect 23 0 22 0; -#X connect 24 0 23 0; -#X connect 35 0 7 0; -#X connect 36 0 11 0; |