summaryrefslogtreecommitdiffstats
path: root/arts/examples/example_dtmf1.arts
diff options
context:
space:
mode:
Diffstat (limited to 'arts/examples/example_dtmf1.arts')
-rw-r--r--arts/examples/example_dtmf1.arts155
1 files changed, 155 insertions, 0 deletions
diff --git a/arts/examples/example_dtmf1.arts b/arts/examples/example_dtmf1.arts
new file mode 100644
index 00000000..8adcb628
--- /dev/null
+++ b/arts/examples/example_dtmf1.arts
@@ -0,0 +1,155 @@
+name=example_dtmf1
+module=Arts::Synth_AMAN_PLAY
+{
+ id=0
+ x=2
+ y=8
+ port=title
+ {
+ id=1
+ string_data=Dtmf1
+ }
+ port=autoRestoreID
+ {
+ id=2
+ string_data=Dtmf1
+ }
+ port=left
+ {
+ id=3
+ connect_to=14
+ }
+ port=right
+ {
+ id=4
+ connect_to=14
+ }
+}
+module=Arts::Synth_WAVE_SIN
+{
+ id=5
+ x=1
+ y=2
+ port=pos
+ {
+ id=6
+ connect_to=10
+ }
+ port=outvalue
+ {
+ id=7
+ connect_to=23
+ }
+}
+module=Arts::Synth_FREQUENCY
+{
+ id=8
+ x=1
+ y=0
+ port=frequency
+ {
+ id=9
+ audio_data=697.00000
+ }
+ port=pos
+ {
+ id=10
+ connect_to=6
+ }
+}
+module=Arts::Synth_ADD
+{
+ id=11
+ x=3
+ y=6
+ port=invalue1
+ {
+ id=12
+ connect_to=24
+ }
+ port=invalue2
+ {
+ id=13
+ connect_to=28
+ }
+ port=outvalue
+ {
+ id=14
+ connect_to=3
+ connect_to=4
+ }
+}
+module=Arts::Synth_WAVE_SIN
+{
+ id=15
+ x=5
+ y=2
+ port=pos
+ {
+ id=16
+ connect_to=20
+ }
+ port=outvalue
+ {
+ id=17
+ connect_to=27
+ }
+}
+module=Arts::Synth_FREQUENCY
+{
+ id=18
+ x=5
+ y=0
+ port=frequency
+ {
+ id=19
+ audio_data=1209.00000
+ }
+ port=pos
+ {
+ id=20
+ connect_to=16
+ }
+}
+module=Arts::Synth_MUL
+{
+ id=21
+ x=1
+ y=4
+ port=invalue1
+ {
+ id=22
+ audio_data=0.50000
+ }
+ port=invalue2
+ {
+ id=23
+ connect_to=7
+ }
+ port=outvalue
+ {
+ id=24
+ connect_to=12
+ }
+}
+module=Arts::Synth_MUL
+{
+ id=25
+ x=5
+ y=4
+ port=invalue1
+ {
+ id=26
+ audio_data=0.50000
+ }
+ port=invalue2
+ {
+ id=27
+ connect_to=17
+ }
+ port=outvalue
+ {
+ id=28
+ connect_to=13
+ }
+}