diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | e2de64d6f1beb9e492daf5b886e19933c1fa41dd (patch) | |
tree | 9047cf9e6b5c43878d5bf82660adae77ceee097a /arts/examples/example_moog.arts | |
download | tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.tar.gz tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.zip |
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
Diffstat (limited to 'arts/examples/example_moog.arts')
-rw-r--r-- | arts/examples/example_moog.arts | 96 |
1 files changed, 96 insertions, 0 deletions
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 + } +} |