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_play_wave.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_play_wave.arts')
-rw-r--r-- | arts/examples/example_play_wave.arts | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/arts/examples/example_play_wave.arts b/arts/examples/example_play_wave.arts new file mode 100644 index 00000000..7a85423d --- /dev/null +++ b/arts/examples/example_play_wave.arts @@ -0,0 +1,57 @@ +name=example_play_wave +module=Arts::Synth_PLAY_WAV +{ + id=6 + x=1 + y=1 + port=speed + { + id=7 + audio_data=44100.00000 + } + port=filename + { + id=8 + string_data=/home/tranter/test.wav + } + port=finished + { + id=9 + } + port=left + { + id=10 + connect_to=20 + } + port=right + { + id=11 + connect_to=21 + } +} +module=Arts::Synth_AMAN_PLAY +{ + id=17 + x=1 + y=3 + port=title + { + id=18 + string_data=Wave + } + port=autoRestoreID + { + id=19 + string_data=Wave + } + port=left + { + id=20 + connect_to=10 + } + port=right + { + id=21 + connect_to=11 + } +} |