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/template_Mixer_Element.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/template_Mixer_Element.arts')
-rw-r--r-- | arts/examples/template_Mixer_Element.arts | 176 |
1 files changed, 176 insertions, 0 deletions
diff --git a/arts/examples/template_Mixer_Element.arts b/arts/examples/template_Mixer_Element.arts new file mode 100644 index 00000000..40c3e63c --- /dev/null +++ b/arts/examples/template_Mixer_Element.arts @@ -0,0 +1,176 @@ +name=template_Mixer_Element +module=Gui_SUB_PANEL +{ + id=0 + x=0 + y=1 + port=parent + { + id=1 + connect_to=26 + } + port=x + { + id=2 + audio_data=0.00000 + } + port=y + { + id=3 + audio_data=0.00000 + } + port=width + { + id=4 + audio_data=6.50000 + } + port=height + { + id=5 + audio_data=7.50000 + } + port=pixmap + { + id=6 + string_data=easyblue + } + port=id + { + id=7 + connect_to=18 + } +} +module=Synth_BUS_DOWNLINK +{ + id=8 + x=2 + y=4 + port=clients + { + id=9 + audio_data=1.00000 + } + port=busname + { + id=10 + connect_to=25 + } + port=left + { + id=11 + } + port=right + { + id=12 + } +} +module=Synth_BUS_UPLINK +{ + id=13 + x=3 + y=8 + port=left + { + id=14 + } + port=right + { + id=15 + } + port=busname + { + id=16 + connect_to=24 + } +} +module=Gui_LABEL +{ + id=17 + x=6 + y=4 + port=parent + { + id=18 + connect_to=7 + } + port=x + { + id=19 + audio_data=0.00000 + } + port=y + { + id=20 + audio_data=0.00000 + } + port=color + { + id=21 + string_data=#fff7a3 + } + port=caption + { + id=22 + connect_to=25 + } + port=pixmap + { + id=23 + string_data=easylabel + } +} +structureport +{ + name=output + x=6 + y=7 + position=2 + type + { + direction=output + datatype=string + conntype=property + } + data + { + id=24 + connect_to=16 + } +} +structureport +{ + name=input + x=7 + y=0 + position=1 + type + { + direction=output + datatype=string + conntype=property + } + data + { + id=25 + connect_to=10 + connect_to=22 + } +} +structureport +{ + name=parent + x=1 + y=0 + position=0 + type + { + direction=output + datatype=audio + conntype=stream + } + data + { + id=26 + connect_to=1 + } +} |