diff --git a/l2ork_addons/K12/fx_multitap-help.pd b/l2ork_addons/K12/fx_multitap-help.pd index e9be52825d4cc7b776b14fba3a2628a432fd3a4f..e071c7c51560ccb5380bbd4714d3c42794b492aa 100755 --- a/l2ork_addons/K12/fx_multitap-help.pd +++ b/l2ork_addons/K12/fx_multitap-help.pd @@ -1,33 +1,38 @@ -#N canvas 373 110 502 517 10; +#N canvas 373 110 510 518 10; #X obj 245 44 preset_hub k12 %hidden% %node% 2 2 33 %node% 2 2 34 %node% -2 3 14 %node% 2 3 28 %node% 2 9 8 %node% 2 9 16; -#X obj 20 429 cnv 15 472 98 empty empty empty 20 12 0 14 -233017 -66577 +2 3 14 %node% 2 3 28 %node% 2 9 8 %node% 2 9 16 %node% 2 9 7 %node% +2 9 15 %node% 2 11 7; +#X obj 19 429 cnv 15 476 106 empty empty empty 20 12 0 14 -233017 -66577 0; #X obj 23 214 K12/wii_hit; -#X obj 23 547 output; -#N canvas 501 346 450 170 META 0; -#X text 13 43 INLET_0 Connect the signal to which you want the delay +#X obj 23 577 output; +#N canvas 454 430 403 161 META 0; +#X text 14 43 INLET_0 Connect the signal to which you want the delay to be added; #X text 14 11 DESCRIPTION This effect object adds a delay or echo effect to a sound. The speed is adjustable using the slider.; -#X text 13 69 OUTLET_0 Connect this to the output object \, signal +#X text 14 105 OUTLET_0 Connect this to the output object \, signal processing objects (blue) or another yellow effect object; -#X restore 457 663 pd META; -#X obj 8 66 cnv 3 501 3 empty empty empty 5 14 0 20 -260097 -191407 +#X text 14 73 INLET_1 Change delay time using values between 0 (5 milliseconds) +and 1 (2000 milliseconds).; +#X restore 451 653 pd META; +#X obj 6 66 cnv 3 501 3 empty empty empty 5 14 0 20 -260097 -191407 0; -#X obj 8 38 cnv 15 501 28 empty empty FX/Multitap 5 14 0 20 -139274 +#X obj 6 38 cnv 15 501 28 empty empty FX/Multitap 5 14 0 20 -139274 -262144 0; #X obj 479 69 ggee/image @pd_extra/K12/icons/l2ork.png 0; #X obj 23 94 K12/wii_connect; -#X obj 24 433 K12/fx_multitap; +#X obj 23 433 K12/fx_multitap; #X obj 23 323 K12/instr_short1; -#X text 129 435 The Multitap Delay is an adjustable delay or echo that +#X obj 130 352 K12/math_number; +#X text 120 435 The Multitap Delay is an adjustable delay or echo that slowly decays over time. Connect the output of an instrument to the -inlet. To adjust the delay \, use the slider on the object. The range -is 5 ms to 2000 ms. Use the feedback slider to adjust how long the -delay decays. The outlet sends out the original sound plus the delays. -; +left inlet. To adjust the delay \, use the slider on the object or +send value between 0 and 1 in the right inlet. The range is 5 ms to +2000 ms. Use the feedback slider to adjust how long the delay decays. +The outlet sends out the original sound plus the delays.; #X connect 2 0 10 0; #X connect 8 0 2 0; #X connect 9 0 3 0; #X connect 10 0 9 0; +#X connect 11 0 9 1; diff --git a/l2ork_addons/K12/fx_multitap.pd b/l2ork_addons/K12/fx_multitap.pd index df736e8239d0b42f3954de9cd4917b30eaba75e0..4e02cc34b22493e46be50d54e4af8c5a0015d6b0 100644 --- a/l2ork_addons/K12/fx_multitap.pd +++ b/l2ork_addons/K12/fx_multitap.pd @@ -1,4 +1,4 @@ -#N canvas 49 137 425 388 10; +#N canvas 49 137 502 388 10; #X obj 13 207 inlet~; #X obj 12 500 outlet~; #X obj 198 394 *~ 0.85; @@ -20,6 +20,8 @@ #X obj 198 357 vd~ \$0-delread_ex; #X obj 198 336 line~; #X msg 198 315 \$1 50; +#X obj 383 141 inlet; +#X obj 383 162 * 2000; #X connect 0 0 3 0; #X connect 0 0 5 0; #X connect 2 0 3 0; @@ -35,4 +37,6 @@ #X connect 16 0 2 0; #X connect 17 0 16 0; #X connect 18 0 17 0; +#X connect 19 0 20 0; +#X connect 20 0 8 0; #X coords 0 -1 1 1 89 89 2 330 227; diff --git a/l2ork_addons/K12/objects/fx_multitap.png b/l2ork_addons/K12/objects/fx_multitap.png index 6673f88dd8ec2f3cc9d1618820f1d95f98044817..0fde3177ae024c9cbd3a1e12e572efc4be421e90 100755 Binary files a/l2ork_addons/K12/objects/fx_multitap.png and b/l2ork_addons/K12/objects/fx_multitap.png differ diff --git a/l2ork_addons/K12/objects/object_template.xcf b/l2ork_addons/K12/objects/object_template.xcf index 1d33f340a4a8ed224ef6da6477af2cc175529380..ba434443fba411a3f039270407b7e983fc99b7dd 100755 Binary files a/l2ork_addons/K12/objects/object_template.xcf and b/l2ork_addons/K12/objects/object_template.xcf differ