mirror of https://github.com/dcoredump/dexed.git
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.
26 lines
1004 B
26 lines
1004 B
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
|
|
@prefix pset: <http://lv2plug.in/ns/ext/presets#> .
|
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
@prefix ui: <http://lv2plug.in/ns/extensions/ui#> .
|
|
@prefix mdap: <http://moddevices.com/plugins/mda/presets#> .
|
|
@prefix pset: <http://lv2plug.in/ns/ext/presets#> .
|
|
|
|
<https://github.com/asb2m10/dexed>
|
|
a lv2:Plugin ;
|
|
lv2:binary <Dexed.so> ;
|
|
rdfs:seeAlso <Dexed.ttl> .
|
|
|
|
<https://github.com/asb2m10/dexed#ExternalUI>
|
|
a <http://kxstudio.sf.net/ns/lv2ext/external-ui#Widget> ;
|
|
ui:binary <Dexed.so> ;
|
|
lv2:requiredFeature <http://lv2plug.in/ns/ext/instance-access> ;
|
|
lv2:extensionData <http://kxstudio.sf.net/ns/lv2ext/programs#UIInterface> .
|
|
|
|
<https://github.com/asb2m10/dexed#ParentUI>
|
|
a ui:X11UI ;
|
|
ui:binary <Dexed.so> ;
|
|
lv2:requiredFeature <http://lv2plug.in/ns/ext/instance-access> ;
|
|
lv2:optionalFeature ui:noUserResize ;
|
|
lv2:extensionData <http://kxstudio.sf.net/ns/lv2ext/programs#UIInterface> .
|
|
|
|
|
|
|