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_atan_saturate.arts | 81 ++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 arts/examples/example_atan_saturate.arts (limited to 'arts/examples/example_atan_saturate.arts') diff --git a/arts/examples/example_atan_saturate.arts b/arts/examples/example_atan_saturate.arts new file mode 100644 index 00000000..c693b38b --- /dev/null +++ b/arts/examples/example_atan_saturate.arts @@ -0,0 +1,81 @@ +name=example_atan_saturate +module=Arts::Synth_FREQUENCY +{ + id=76 + x=1 + y=1 + port=frequency + { + id=77 + audio_data=440.00000 + } + port=pos + { + id=78 + connect_to=89 + } +} +module=Arts::Synth_AMAN_PLAY +{ + id=79 + x=1 + y=7 + port=title + { + id=80 + string_data=Atan Saturate + } + port=autoRestoreID + { + id=81 + string_data=Atan Saturate + } + port=left + { + id=82 + connect_to=87 + } + port=right + { + id=83 + connect_to=87 + } +} +module=Arts::Synth_ATAN_SATURATE +{ + id=84 + x=2 + y=5 + port=inscale + { + id=85 + audio_data=1.00000 + } + port=invalue + { + id=86 + connect_to=90 + } + port=outvalue + { + id=87 + connect_to=82 + connect_to=83 + } +} +module=Arts::Synth_WAVE_TRI +{ + id=88 + x=2 + y=3 + port=pos + { + id=89 + connect_to=78 + } + port=outvalue + { + id=90 + connect_to=86 + } +} -- cgit v1.2.1