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_dtmf1.arts | 155 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 arts/examples/example_dtmf1.arts (limited to 'arts/examples/example_dtmf1.arts') diff --git a/arts/examples/example_dtmf1.arts b/arts/examples/example_dtmf1.arts new file mode 100644 index 00000000..8adcb628 --- /dev/null +++ b/arts/examples/example_dtmf1.arts @@ -0,0 +1,155 @@ +name=example_dtmf1 +module=Arts::Synth_AMAN_PLAY +{ + id=0 + x=2 + y=8 + port=title + { + id=1 + string_data=Dtmf1 + } + port=autoRestoreID + { + id=2 + string_data=Dtmf1 + } + port=left + { + id=3 + connect_to=14 + } + port=right + { + id=4 + connect_to=14 + } +} +module=Arts::Synth_WAVE_SIN +{ + id=5 + x=1 + y=2 + port=pos + { + id=6 + connect_to=10 + } + port=outvalue + { + id=7 + connect_to=23 + } +} +module=Arts::Synth_FREQUENCY +{ + id=8 + x=1 + y=0 + port=frequency + { + id=9 + audio_data=697.00000 + } + port=pos + { + id=10 + connect_to=6 + } +} +module=Arts::Synth_ADD +{ + id=11 + x=3 + y=6 + port=invalue1 + { + id=12 + connect_to=24 + } + port=invalue2 + { + id=13 + connect_to=28 + } + port=outvalue + { + id=14 + connect_to=3 + connect_to=4 + } +} +module=Arts::Synth_WAVE_SIN +{ + id=15 + x=5 + y=2 + port=pos + { + id=16 + connect_to=20 + } + port=outvalue + { + id=17 + connect_to=27 + } +} +module=Arts::Synth_FREQUENCY +{ + id=18 + x=5 + y=0 + port=frequency + { + id=19 + audio_data=1209.00000 + } + port=pos + { + id=20 + connect_to=16 + } +} +module=Arts::Synth_MUL +{ + id=21 + x=1 + y=4 + port=invalue1 + { + id=22 + audio_data=0.50000 + } + port=invalue2 + { + id=23 + connect_to=7 + } + port=outvalue + { + id=24 + connect_to=12 + } +} +module=Arts::Synth_MUL +{ + id=25 + x=5 + y=4 + port=invalue1 + { + id=26 + audio_data=0.50000 + } + port=invalue2 + { + id=27 + connect_to=17 + } + port=outvalue + { + id=28 + connect_to=13 + } +} -- cgit v1.2.1