diff options
Diffstat (limited to 'arts/examples/example_bus.arts')
-rw-r--r-- | arts/examples/example_bus.arts | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/arts/examples/example_bus.arts b/arts/examples/example_bus.arts new file mode 100644 index 00000000..2a43e84a --- /dev/null +++ b/arts/examples/example_bus.arts @@ -0,0 +1,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 + } +} |