mirror of https://github.com/dcoredump/dexed.git
parent
d1cd6ede5c
commit
8a15c7555e
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,26 @@ |
|||||||
|
@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> . |
||||||
|
|
||||||
|
|
Loading…
Reference in new issue