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/example_rc.arts | 63 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 arts/examples/example_rc.arts (limited to 'arts/examples/example_rc.arts') 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 + } +} -- cgit v1.2.1