blob: 2a43e84aa56a66334232c6da50b9197a389f68d6 (
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
|
name=example_bus
module=Arts::Synth_BUS_DOWNLINK
{
id=0
x=1
y=1
port=busname
{
id=1
string_data=Bus
}
port=left
{
id=2
connect_to=7
}
port=right
{
id=3
connect_to=10
connect_to=6
}
}
module=Arts::Synth_BUS_UPLINK
{
id=4
x=1
y=4
port=busname
{
id=5
string_data=out_soundcard
}
port=left
{
id=6
connect_to=3
}
port=right
{
id=7
connect_to=2
}
}
|