You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdemultimedia/arts/examples/example_bus.arts

45 lines
443 B

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
}
}