~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to arts/examples/example_dtmf1.arts

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name=example_dtmf1
 
2
module=Arts::Synth_AMAN_PLAY
 
3
{
 
4
  id=0
 
5
  x=2
 
6
  y=8
 
7
  port=title
 
8
  {
 
9
    id=1
 
10
    string_data=Dtmf1
 
11
  }
 
12
  port=autoRestoreID
 
13
  {
 
14
    id=2
 
15
    string_data=Dtmf1
 
16
  }
 
17
  port=left
 
18
  {
 
19
    id=3
 
20
    connect_to=14
 
21
  }
 
22
  port=right
 
23
  {
 
24
    id=4
 
25
    connect_to=14
 
26
  }
 
27
}
 
28
module=Arts::Synth_WAVE_SIN
 
29
{
 
30
  id=5
 
31
  x=1
 
32
  y=2
 
33
  port=pos
 
34
  {
 
35
    id=6
 
36
    connect_to=10
 
37
  }
 
38
  port=outvalue
 
39
  {
 
40
    id=7
 
41
    connect_to=23
 
42
  }
 
43
}
 
44
module=Arts::Synth_FREQUENCY
 
45
{
 
46
  id=8
 
47
  x=1
 
48
  y=0
 
49
  port=frequency
 
50
  {
 
51
    id=9
 
52
    audio_data=697.00000
 
53
  }
 
54
  port=pos
 
55
  {
 
56
    id=10
 
57
    connect_to=6
 
58
  }
 
59
}
 
60
module=Arts::Synth_ADD
 
61
{
 
62
  id=11
 
63
  x=3
 
64
  y=6
 
65
  port=invalue1
 
66
  {
 
67
    id=12
 
68
    connect_to=24
 
69
  }
 
70
  port=invalue2
 
71
  {
 
72
    id=13
 
73
    connect_to=28
 
74
  }
 
75
  port=outvalue
 
76
  {
 
77
    id=14
 
78
    connect_to=3
 
79
    connect_to=4
 
80
  }
 
81
}
 
82
module=Arts::Synth_WAVE_SIN
 
83
{
 
84
  id=15
 
85
  x=5
 
86
  y=2
 
87
  port=pos
 
88
  {
 
89
    id=16
 
90
    connect_to=20
 
91
  }
 
92
  port=outvalue
 
93
  {
 
94
    id=17
 
95
    connect_to=27
 
96
  }
 
97
}
 
98
module=Arts::Synth_FREQUENCY
 
99
{
 
100
  id=18
 
101
  x=5
 
102
  y=0
 
103
  port=frequency
 
104
  {
 
105
    id=19
 
106
    audio_data=1209.00000
 
107
  }
 
108
  port=pos
 
109
  {
 
110
    id=20
 
111
    connect_to=16
 
112
  }
 
113
}
 
114
module=Arts::Synth_MUL
 
115
{
 
116
  id=21
 
117
  x=1
 
118
  y=4
 
119
  port=invalue1
 
120
  {
 
121
    id=22
 
122
    audio_data=0.50000
 
123
  }
 
124
  port=invalue2
 
125
  {
 
126
    id=23
 
127
    connect_to=7
 
128
  }
 
129
  port=outvalue
 
130
  {
 
131
    id=24
 
132
    connect_to=12
 
133
  }
 
134
}
 
135
module=Arts::Synth_MUL
 
136
{
 
137
  id=25
 
138
  x=5
 
139
  y=4
 
140
  port=invalue1
 
141
  {
 
142
    id=26
 
143
    audio_data=0.50000
 
144
  }
 
145
  port=invalue2
 
146
  {
 
147
    id=27
 
148
    connect_to=17
 
149
  }
 
150
  port=outvalue
 
151
  {
 
152
    id=28
 
153
    connect_to=13
 
154
  }
 
155
}