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_sine.arts | 58 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 arts/examples/example_sine.arts (limited to 'arts/examples/example_sine.arts') diff --git a/arts/examples/example_sine.arts b/arts/examples/example_sine.arts new file mode 100644 index 00000000..5810a23a --- /dev/null +++ b/arts/examples/example_sine.arts @@ -0,0 +1,58 @@ +name=example_sine +module=Arts::Synth_FREQUENCY +{ + id=0 + x=1 + y=1 + port=frequency + { + id=1 + audio_data=440.00000 + } + port=pos + { + id=2 + connect_to=7 + } +} +module=Arts::Synth_WAVE_SIN +{ + id=6 + x=2 + y=3 + port=pos + { + id=7 + connect_to=2 + } + port=outvalue + { + id=8 + connect_to=15 + } +} +module=Arts::Synth_AMAN_PLAY +{ + id=12 + x=1 + y=5 + port=title + { + id=13 + string_data=Sine + } + port=autoRestoreID + { + id=14 + string_data=Sine + } + port=left + { + id=15 + connect_to=8 + } + port=right + { + id=16 + } +} -- cgit v1.2.1