blob: 5810a23a2bdf7e7a39269cfc881a64f5a0199c21 (
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
|
name=example_sine
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
}
}
module=Arts::Synth_WAVE_SIN
{
id=6
x=2
y=3
port=pos
{
id=7
connect_to=2
}
port=outvalue
{
id=8
connect_to=15
}
}
module=Arts::Synth_AMAN_PLAY
{
id=12
x=1
y=5
port=title
{
id=13
string_data=Sine
}
port=autoRestoreID
{
id=14
string_data=Sine
}
port=left
{
id=15
connect_to=8
}
port=right
{
id=16
}
}
|