summaryrefslogtreecommitdiffstats
path: root/arts/examples/example_noise.arts
blob: 60f6e2e3bc14ccd07baef936af741b9294113a82 (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
name=example_noise
module=Arts::Synth_AMAN_PLAY
{
  id=3
  x=1
  y=3
  port=title
  {
    id=4
    string_data=Noise
  }
  port=autoRestoreID
  {
    id=5
    string_data=Noise
  }
  port=left
  {
    id=6
    connect_to=15
  }
  port=right
  {
    id=7
    connect_to=15
  }
}
module=Arts::Synth_NOISE
{
  id=14
  x=1
  y=1
  port=outvalue
  {
    id=15
    connect_to=6
    connect_to=7
  }
}