mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-06 19:50:11 +02:00
8 lines
276 B
Plaintext
8 lines
276 B
Plaintext
@prefix lv2: <http://lv2plug.in/ns/lv2core#>.
|
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
|
|
|
|
<http://github.com/mikeoliphant/neural-amp-modeler-lv2>
|
|
a lv2:Plugin;
|
|
lv2:binary <neural_amp_modeler@CMAKE_SHARED_MODULE_SUFFIX@>;
|
|
rdfs:seeAlso <neural_amp_modeler.ttl>.
|