diff options
Diffstat (limited to 'arts/examples/template_Instrument_GUI.arts')
-rw-r--r-- | arts/examples/template_Instrument_GUI.arts | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/arts/examples/template_Instrument_GUI.arts b/arts/examples/template_Instrument_GUI.arts new file mode 100644 index 00000000..67db385e --- /dev/null +++ b/arts/examples/template_Instrument_GUI.arts @@ -0,0 +1,91 @@ +name=template_Instrument_GUI +module=Arts::Widget +{ + id=0 + x=1 + y=2 + port=widgetID + { + id=1 + } + port=parent + { + id=2 + } + port=x + { + id=3 + any_data=value:000000056c6f6e67000000000400000000 + } + port=y + { + id=4 + any_data=value:000000056c6f6e67000000000400000000 + } + port=width + { + id=5 + any_data=value:000000056c6f6e6700000000040000000a + } + port=height + { + id=6 + any_data=value:000000056c6f6e6700000000040000000a + } + port=visible + { + id=7 + any_data=value:00000008626f6f6c65616e000000000101 + } +} +structureport +{ + name=parent + x=2 + y=1 + position=0 + type + { + direction=output + datatype=audio + conntype=stream + } + data + { + id=8 + } +} +structureport +{ + name=x + x=3 + y=1 + position=1 + type + { + direction=output + datatype=audio + conntype=property + } + data + { + id=9 + } +} +structureport +{ + name=y + x=4 + y=1 + position=2 + type + { + direction=output + datatype=audio + conntype=property + } + data + { + id=10 + } +} |