summaryrefslogtreecommitdiffstats
path: root/arts/examples/example_atan_saturate.arts
blob: c693b38b4a4b613e0c3e4ec18828b3f8a5895e22 (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
name=example_atan_saturate
module=Arts::Synth_FREQUENCY
{
  id=76
  x=1
  y=1
  port=frequency
  {
    id=77
    audio_data=440.00000
  }
  port=pos
  {
    id=78
    connect_to=89
  }
}
module=Arts::Synth_AMAN_PLAY
{
  id=79
  x=1
  y=7
  port=title
  {
    id=80
    string_data=Atan Saturate
  }
  port=autoRestoreID
  {
    id=81
    string_data=Atan Saturate
  }
  port=left
  {
    id=82
    connect_to=87
  }
  port=right
  {
    id=83
    connect_to=87
  }
}
module=Arts::Synth_ATAN_SATURATE
{
  id=84
  x=2
  y=5
  port=inscale
  {
    id=85
    audio_data=1.00000
  }
  port=invalue
  {
    id=86
    connect_to=90
  }
  port=outvalue
  {
    id=87
    connect_to=82
    connect_to=83
  }
}
module=Arts::Synth_WAVE_TRI
{
  id=88
  x=2
  y=3
  port=pos
  {
    id=89
    connect_to=78
  }
  port=outvalue
  {
    id=90
    connect_to=86
  }
}