summaryrefslogtreecommitdiffstats
path: root/arts/examples/example_pulse.arts
blob: 7da74675d7fec0e32197f4f1442bfa7fd319893f (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
name=example_pulse
module=Arts::Synth_FREQUENCY
{
  id=0
  x=1
  y=1
  port=frequency
  {
    id=1
    audio_data=440.00000
  }
  port=pos
  {
    id=2
    connect_to=7
    connect_to=23
  }
}
module=Arts::Synth_AMAN_PLAY
{
  id=12
  x=1
  y=5
  port=title
  {
    id=13
    string_data=Pulse
  }
  port=autoRestoreID
  {
    id=14
    string_data=Pulse
  }
  port=left
  {
    id=15
    connect_to=24
  }
  port=right
  {
    id=16
    connect_to=24
  }
}
module=Arts::Synth_WAVE_PULSE
{
  id=21
  x=2
  y=3
  port=dutycycle
  {
    id=22
    audio_data=0.20000
  }
  port=pos
  {
    id=23
    connect_to=2
  }
  port=outvalue
  {
    id=24
    connect_to=15
    connect_to=16
  }
}