summaryrefslogtreecommitdiffstats
path: root/arts/examples/example_xfade.arts
blob: 60ed2022bc11249c82188c1ba81dd0432305e873 (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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
name=example_xfade
module=Arts::Synth_AMAN_PLAY
{
  id=10
  x=1
  y=7
  port=title
  {
    id=11
    string_data=Crossfade
  }
  port=autoRestoreID
  {
    id=12
    string_data=Crossfade
  }
  port=left
  {
    id=13
    connect_to=48
  }
  port=right
  {
    id=14
    connect_to=48
  }
}
module=Arts::Synth_WAVE_SIN
{
  id=15
  x=1
  y=3
  port=pos
  {
    id=16
    connect_to=20
  }
  port=outvalue
  {
    id=17
    connect_to=33
    connect_to=45
  }
}
module=Arts::Synth_FREQUENCY
{
  id=18
  x=1
  y=1
  port=frequency
  {
    id=19
    audio_data=440.00000
  }
  port=pos
  {
    id=20
    connect_to=16
  }
}
module=Arts::Synth_WAVE_SIN
{
  id=25
  x=5
  y=3
  port=pos
  {
    id=26
    connect_to=30
  }
  port=outvalue
  {
    id=27
    connect_to=37
    connect_to=46
  }
}
module=Arts::Synth_FREQUENCY
{
  id=28
  x=5
  y=1
  port=frequency
  {
    id=29
    audio_data=880.00000
  }
  port=pos
  {
    id=30
    connect_to=26
  }
}
module=Arts::Synth_XFADE
{
  id=44
  x=3
  y=5
  port=invalue1
  {
    id=45
    connect_to=17
  }
  port=invalue2
  {
    id=46
    connect_to=27
  }
  port=percentage
  {
    id=47
    audio_data=0.00000
  }
  port=outvalue
  {
    id=48
    connect_to=13
    connect_to=14
  }
}