From e2de64d6f1beb9e492daf5b886e19933c1fa41dd Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- arts/examples/effect_delay_alone.arts | 310 ++++++++++++++++++++++++++++++++++ 1 file changed, 310 insertions(+) create mode 100644 arts/examples/effect_delay_alone.arts (limited to 'arts/examples/effect_delay_alone.arts') diff --git a/arts/examples/effect_delay_alone.arts b/arts/examples/effect_delay_alone.arts new file mode 100644 index 00000000..fbc29b7e --- /dev/null +++ b/arts/examples/effect_delay_alone.arts @@ -0,0 +1,310 @@ +name=effect_delay_alone +module=Synth_RC +{ + id=59 + x=0 + y=8 + port=invalue + { + id=60 + connect_to=84 + } + port=b + { + id=61 + connect_to=98 + } + port=f + { + id=62 + connect_to=98 + } + port=outvalue + { + id=63 + connect_to=70 + } +} +module=Synth_RC +{ + id=64 + x=4 + y=8 + port=invalue + { + id=65 + connect_to=92 + } + port=b + { + id=66 + connect_to=99 + } + port=f + { + id=67 + connect_to=99 + } + port=outvalue + { + id=68 + connect_to=74 + } +} +module=Synth_CDELAY +{ + id=69 + x=1 + y=9 + port=invalue + { + id=70 + connect_to=63 + } + port=time + { + id=71 + data=0.2 + } + port=outvalue + { + id=72 + connect_to=78 + connect_to=95 + } +} +module=Synth_CDELAY +{ + id=73 + x=5 + y=9 + port=invalue + { + id=74 + connect_to=68 + } + port=time + { + id=75 + data=0.3 + } + port=outvalue + { + id=76 + connect_to=86 + connect_to=96 + } +} +module=Synth_MUL +{ + id=77 + x=2 + y=11 + port=invalue1 + { + id=78 + connect_to=72 + } + port=invalue2 + { + id=79 + connect_to=97 + } + port=outvalue + { + id=80 + connect_to=91 + } +} +module=Synth_ADD +{ + id=81 + x=0 + y=3 + port=invalue + { + id=82 + connect_to=93 + } + port=addit + { + id=83 + connect_to=88 + } + port=outvalue + { + id=84 + connect_to=60 + } +} +module=Synth_MUL +{ + id=85 + x=6 + y=11 + port=invalue1 + { + id=86 + connect_to=76 + } + port=invalue2 + { + id=87 + connect_to=97 + } + port=outvalue + { + id=88 + connect_to=83 + } +} +module=Synth_ADD +{ + id=89 + x=4 + y=3 + port=invalue + { + id=90 + connect_to=94 + } + port=addit + { + id=91 + connect_to=80 + } + port=outvalue + { + id=92 + connect_to=65 + } +} +structureport +{ + name=inleft + x=1 + y=1 + position=0 + type + { + direction=output + datatype=audio + conntype=stream + } + data + { + id=93 + connect_to=82 + } +} +structureport +{ + name=inright + x=5 + y=1 + position=1 + type + { + direction=output + datatype=audio + conntype=stream + } + data + { + id=94 + connect_to=90 + } +} +structureport +{ + name=outleft + x=1 + y=11 + position=0 + type + { + direction=input + datatype=audio + conntype=stream + } + data + { + id=95 + connect_to=72 + } +} +structureport +{ + name=outright + x=9 + y=11 + position=1 + type + { + direction=input + datatype=audio + conntype=stream + } + data + { + id=96 + connect_to=76 + } +} +structureport +{ + name=level + x=4 + y=9 + position=2 + type + { + direction=output + datatype=audio + conntype=stream + } + data + { + id=97 + connect_to=79 + connect_to=87 + } +} +structureport +{ + name=filter1 + x=2 + y=6 + position=3 + type + { + direction=output + datatype=audio + conntype=stream + } + data + { + id=98 + connect_to=61 + connect_to=62 + } +} +structureport +{ + name=filter2 + x=6 + y=6 + position=4 + type + { + direction=output + datatype=audio + conntype=stream + } + data + { + id=99 + connect_to=66 + connect_to=67 + } +} -- cgit v1.2.1