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_pitchshift.arts | 69 +++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 arts/examples/example_pitchshift.arts (limited to 'arts/examples/example_pitchshift.arts') diff --git a/arts/examples/example_pitchshift.arts b/arts/examples/example_pitchshift.arts new file mode 100644 index 00000000..5126e54b --- /dev/null +++ b/arts/examples/example_pitchshift.arts @@ -0,0 +1,69 @@ +name=example_pitchshift +module=Arts::Synth_BUS_DOWNLINK +{ + id=23 + x=1 + y=1 + port=busname + { + id=24 + string_data=Pitch Shift + } + port=left + { + id=25 + connect_to=34 + } + port=right + { + id=26 + } +} +module=Arts::Synth_BUS_UPLINK +{ + id=27 + x=1 + y=5 + port=busname + { + id=28 + string_data=out_soundcard + } + port=left + { + id=29 + connect_to=35 + } + port=right + { + id=30 + connect_to=35 + } +} +module=Arts::Synth_PITCH_SHIFT +{ + id=31 + x=1 + y=3 + port=speed + { + id=32 + audio_data=0.75000 + } + port=frequency + { + id=33 + audio_data=10.00000 + } + port=invalue + { + id=34 + connect_to=25 + } + port=outvalue + { + id=35 + connect_to=29 + connect_to=30 + } +} -- cgit v1.2.1