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_moog.arts | 96 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 arts/examples/example_moog.arts (limited to 'arts/examples/example_moog.arts') diff --git a/arts/examples/example_moog.arts b/arts/examples/example_moog.arts new file mode 100644 index 00000000..3a6a0586 --- /dev/null +++ b/arts/examples/example_moog.arts @@ -0,0 +1,96 @@ +name=example_moog +module=Arts::Synth_MOOG_VCF +{ + id=17 + x=3 + y=4 + port=frequency + { + id=18 + audio_data=2000.00000 + } + port=resonance + { + id=19 + audio_data=3.00000 + } + port=invalue + { + id=20 + connect_to=47 + } + port=outvalue + { + id=21 + connect_to=36 + connect_to=37 + } +} +module=Arts::Synth_BUS_DOWNLINK +{ + id=26 + x=3 + y=0 + port=busname + { + id=27 + string_data=Moog VCF + } + port=left + { + id=28 + connect_to=44 + } + port=right + { + id=29 + connect_to=45 + } +} +module=Arts::Synth_BUS_UPLINK +{ + id=34 + x=3 + y=6 + port=busname + { + id=35 + string_data=out_soundcard + } + port=left + { + id=36 + connect_to=21 + } + port=right + { + id=37 + connect_to=21 + } +} +module=Arts::Synth_XFADE +{ + id=43 + x=3 + y=2 + port=invalue1 + { + id=44 + connect_to=28 + } + port=invalue2 + { + id=45 + connect_to=29 + } + port=percentage + { + id=46 + audio_data=0.00000 + } + port=outvalue + { + id=47 + connect_to=20 + } +} -- cgit v1.2.1