summaryrefslogtreecommitdiffstats
path: root/arts/examples/example_fm.arts
blob: 242519c0d04d5c60f5dc32eed18088a8ef161a6d (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
name=example_fm
module=Arts::Synth_AMAN_PLAY
{
  id=36
  x=1
  y=9
  port=title
  {
    id=37
    string_data=Demo1
  }
  port=autoRestoreID
  {
    id=38
    string_data=Demo2
  }
  port=left
  {
    id=39
    connect_to=43
  }
  port=right
  {
    id=40
    connect_to=43
  }
}
module=Arts::Synth_WAVE_SIN
{
  id=41
  x=2
  y=7
  port=pos
  {
    id=42
    connect_to=54
  }
  port=outvalue
  {
    id=43
    connect_to=39
    connect_to=40
  }
}
module=Arts::Synth_WAVE_SIN
{
  id=44
  x=1
  y=3
  port=pos
  {
    id=45
    connect_to=49
  }
  port=outvalue
  {
    id=46
    connect_to=52
  }
}
module=Arts::Synth_FREQUENCY
{
  id=47
  x=1
  y=1
  port=frequency
  {
    id=48
    audio_data=5.00000
  }
  port=pos
  {
    id=49
    connect_to=45
  }
}
module=Arts::Synth_FM_SOURCE
{
  id=50
  x=1
  y=5
  port=frequency
  {
    id=51
    audio_data=440.00000
  }
  port=modulator
  {
    id=52
    connect_to=46
  }
  port=modlevel
  {
    id=53
    audio_data=0.90000
  }
  port=pos
  {
    id=54
    connect_to=42
  }
}