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_atan_saturate.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_atan_saturate.arts')
-rw-r--r-- | arts/examples/example_atan_saturate.arts | 81 |
1 files changed, 81 insertions, 0 deletions
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 + } +} |