summaryrefslogtreecommitdiffstats
path: root/arts/examples/example_multi_add.arts
blob: 229033bced06da8f91f63f5527165bafdf9913a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
name=example_multi_add
module=Arts::Synth_MULTI_ADD
{
  id=3
  x=2
  y=3
  port=invalue
  {
    id=4
    connect_to=11
    connect_to=17
    connect_to=23
  }
  port=outvalue
  {
    id=5
    connect_to=29
  }
}
module=Arts::Synth_DATA
{
  id=9
  x=1
  y=1
  port=value
  {
    id=10
    audio_data=1.00000
  }
  port=outvalue
  {
    id=11
    connect_to=4
  }
}
module=Arts::Synth_DATA
{
  id=15
  x=5
  y=1
  port=value
  {
    id=16
    audio_data=2.00000
  }
  port=outvalue
  {
    id=17
    connect_to=4
  }
}
module=Arts::Synth_DATA
{
  id=21
  x=9
  y=1
  port=value
  {
    id=22
    audio_data=3.00000
  }
  port=outvalue
  {
    id=23
    connect_to=4
  }
}
module=Arts::Synth_DEBUG
{
  id=27
  x=1
  y=5
  port=comment
  {
    id=28
    string_data=Result
  }
  port=invalue
  {
    id=29
    connect_to=5
  }
}