summaryrefslogtreecommitdiffstats
path: root/arts/examples/example_rc.arts
blob: bef5a66292e4c77897a79caae035e9c68cf1aa74 (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
name=example_rc
module=Arts::Synth_NOISE
{
  id=45
  x=4
  y=1
  port=outvalue
  {
    id=46
    connect_to=60
  }
}
module=Arts::Synth_AMAN_PLAY
{
  id=47
  x=2
  y=5
  port=title
  {
    id=48
  }
  port=autoRestoreID
  {
    id=49
  }
  port=left
  {
    id=50
    connect_to=61
  }
  port=right
  {
    id=51
    connect_to=61
  }
}
module=Arts::Synth_RC
{
  id=57
  x=3
  y=3
  port=b
  {
    id=58
    audio_data=10.00000
  }
  port=f
  {
    id=59
    audio_data=10.00000
  }
  port=invalue
  {
    id=60
    connect_to=46
  }
  port=outvalue
  {
    id=61
    connect_to=50
    connect_to=51
  }
}