diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | e2de64d6f1beb9e492daf5b886e19933c1fa41dd (patch) | |
tree | 9047cf9e6b5c43878d5bf82660adae77ceee097a /arts/examples/effect_flanger_alone.arts | |
download | tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.tar.gz tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.zip |
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
Diffstat (limited to 'arts/examples/effect_flanger_alone.arts')
-rw-r--r-- | arts/examples/effect_flanger_alone.arts | 285 |
1 files changed, 285 insertions, 0 deletions
diff --git a/arts/examples/effect_flanger_alone.arts b/arts/examples/effect_flanger_alone.arts new file mode 100644 index 00000000..c3dc1a63 --- /dev/null +++ b/arts/examples/effect_flanger_alone.arts @@ -0,0 +1,285 @@ +name=effect_flanger_alone +module=Synth_FX_CFLANGER +{ + id=0 + x=0 + y=7 + port=invalue + { + id=1 + connect_to=18 + } + port=lfo + { + id=2 + connect_to=17 + } + port=mintime + { + id=3 + connect_to=23 + } + port=maxtime + { + id=4 + connect_to=24 + } + port=outvalue + { + id=5 + connect_to=30 + } +} +module=Synth_FX_CFLANGER +{ + id=6 + x=6 + y=7 + port=invalue + { + id=7 + connect_to=19 + } + port=lfo + { + id=8 + connect_to=17 + } + port=mintime + { + id=9 + connect_to=23 + } + port=maxtime + { + id=10 + connect_to=24 + } + port=outvalue + { + id=11 + connect_to=39 + } +} +module=Synth_FREQUENCY +{ + id=12 + x=5 + y=3 + port=frequency + { + id=13 + connect_to=22 + } + port=pos + { + id=14 + connect_to=16 + } +} +module=Synth_WAVE_SIN +{ + id=15 + x=6 + y=4 + port=pos + { + id=16 + connect_to=14 + } + port=outvalue + { + id=17 + connect_to=2 + connect_to=8 + } +} +module=Synth_MUL +{ + id=29 + x=2 + y=9 + port=invalue1 + { + id=30 + connect_to=5 + } + port=invalue2 + { + id=31 + connect_to=41 + } + port=outvalue + { + id=32 + connect_to=20 + } +} +module=Synth_MUL +{ + id=37 + x=5 + y=9 + port=invalue1 + { + id=38 + connect_to=41 + } + port=invalue2 + { + id=39 + connect_to=11 + } + port=outvalue + { + id=40 + connect_to=21 + } +} +structureport +{ + name=inleft + x=1 + y=6 + position=0 + type + { + direction=output + datatype=audio + conntype=stream + } + data + { + id=18 + connect_to=1 + } +} +structureport +{ + name=inright + x=7 + y=6 + position=1 + type + { + direction=output + datatype=audio + conntype=stream + } + data + { + id=19 + connect_to=7 + } +} +structureport +{ + name=outleft + x=4 + y=10 + position=0 + type + { + direction=input + datatype=audio + conntype=stream + } + data + { + id=20 + connect_to=32 + } +} +structureport +{ + name=outright + x=7 + y=10 + position=1 + type + { + direction=input + datatype=audio + conntype=stream + } + data + { + id=21 + connect_to=40 + } +} +structureport +{ + name=frequency + x=6 + y=2 + position=2 + type + { + direction=output + datatype=audio + conntype=stream + } + data + { + id=22 + connect_to=13 + } +} +structureport +{ + name=mintime + x=6 + y=0 + position=3 + type + { + direction=output + datatype=string + conntype=property + } + data + { + id=23 + connect_to=3 + connect_to=9 + } +} +structureport +{ + name=maxtime + x=7 + y=0 + position=4 + type + { + direction=output + datatype=string + conntype=property + } + data + { + id=24 + connect_to=4 + connect_to=10 + } +} +structureport +{ + name=level + x=6 + y=8 + position=5 + type + { + direction=output + datatype=audio + conntype=stream + } + data + { + id=41 + connect_to=38 + connect_to=31 + } +} |