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/template_Instrument.arts

104 lines
965 B

name=template_Instrument
structureport
{
name=frequency
x=1
y=0
position=1
type
{
direction=output
datatype=audio
conntype=stream
}
data
{
id=11
}
}
structureport
{
name=velocity
x=3
y=0
position=2
type
{
direction=output
datatype=audio
conntype=stream
}
data
{
id=12
}
}
structureport
{
name=pressed
x=5
y=0
position=3
type
{
direction=output
datatype=audio
conntype=stream
}
data
{
id=13
}
}
structureport
{
name=left
x=1
y=8
position=0
type
{
direction=input
datatype=audio
conntype=stream
}
data
{
id=14
}
}
structureport
{
name=right
x=3
y=8
position=1
type
{
direction=input
datatype=audio
conntype=stream
}
data
{
id=15
}
}
structureport
{
name=done
x=5
y=8
position=2
type
{
direction=input
datatype=audio
conntype=stream
}
data
{
id=16
}
}