summaryrefslogtreecommitdiffstats
path: root/arts/examples/example_rc.arts
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commite2de64d6f1beb9e492daf5b886e19933c1fa41dd (patch)
tree9047cf9e6b5c43878d5bf82660adae77ceee097a /arts/examples/example_rc.arts
downloadtdemultimedia-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/example_rc.arts')
-rw-r--r--arts/examples/example_rc.arts63
1 files changed, 63 insertions, 0 deletions
diff --git a/arts/examples/example_rc.arts b/arts/examples/example_rc.arts
new file mode 100644
index 00000000..bef5a662
--- /dev/null
+++ b/arts/examples/example_rc.arts
@@ -0,0 +1,63 @@
+name=example_rc
+module=Arts::Synth_NOISE
+{
+ id=45
+ x=4
+ y=1
+ port=outvalue
+ {
+ id=46
+ connect_to=60
+ }
+}
+module=Arts::Synth_AMAN_PLAY
+{
+ id=47
+ x=2
+ y=5
+ port=title
+ {
+ id=48
+ }
+ port=autoRestoreID
+ {
+ id=49
+ }
+ port=left
+ {
+ id=50
+ connect_to=61
+ }
+ port=right
+ {
+ id=51
+ connect_to=61
+ }
+}
+module=Arts::Synth_RC
+{
+ id=57
+ x=3
+ y=3
+ port=b
+ {
+ id=58
+ audio_data=10.00000
+ }
+ port=f
+ {
+ id=59
+ audio_data=10.00000
+ }
+ port=invalue
+ {
+ id=60
+ connect_to=46
+ }
+ port=outvalue
+ {
+ id=61
+ connect_to=50
+ connect_to=51
+ }
+}