Hi!

So here's a preliminary zynjacku.ttl attached.

I would really like to see
http://lv2plug.in/ns/dev/host-info#sinceVersion
used, but that would be left to Nedko in this case. Or a source/release
archaeologist. Though, there's a question: one ttl per host, or per host
version? 

-- 
Thorsten Wilms

thorwil's design for free software:
http://thorwil.wordpress.com/
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix hi:   <http://lv2plug.in/ns/dev/host-info#> .

<http://home.gna.org/zynjacku/software/ingen> a doap:Project, hi:Host ;
    doap:name "Zynjacku" ;
    doap:revision "5.0" ;
    doap:shortdesc "A host for LV2 Plugins." ;
    doap:homepage <http://home.gna.org/zynjacku/> ;
    doap:bug-database <https://gna.org/bugs/?group=zynjacku> ;
    doap:license <http://usefulinc.com/doap/licenses/gpl> ;
    doap:developer [
        a foaf:Person ;
        foaf:name "Nedko Arnaudov" ;
        rdfs:seeAlso <http://nedko.arnaudov.name/foaf.rdf> ;
        foaf:mbox <mailto:ne...@arnaudov.name> ;
        foaf:mbox_sha1sum "0eec3ceb427be759748f6693a6663a0b" ;
        foaf:homepage <http://nedko.arnaudov.name/> ;
    ] ;
    doap:developer [
        a foaf:Person ;
        foaf:name "Krzysztof Foltman" ;
        foaf:mbox <mailto:w...@foltman.com> ;
        foaf:mbox_sha1sum "335c21a4a6d1b0e8f0295fbf494bc89e" ;
        foaf:homepage <http://www.linkedin.com/in/kfoltman> ;
    ] ;
    doap:programming-language "C", "Python" ;
    doap:repository [
        a doap:GitRepository ;
        doap:location <http://repo.or.cz/w/zynjacku.git>
    ] ;
    hi:supportsExtension [
        hi:extension <http://lv2plug.in/ns/dev/contexts> ;
    ] , [
        hi:extension <http://lv2plug.in/ns/dev/contexts#MessageContext> ;
    ] , [
        hi:extension <http://naspro.atheme.org/rdf/old-dman#DynManifest> ;
    ] , [
        hi:extension <http://lv2plug.in/ns/ext/event> ;
    ] , [
        hi:extension <http://home.gna.org/lv2dynparam/v1> ;
    ] , [
        hi:extension <http://home.gna.org/lv2dynparam/rtmempool/v1> ;
    ] , [
        hi:extension <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
    ] , [
        hi:extension <http://ll-plugins.nongnu.org/lv2/ext/MidiPort> ;
    ] , [
        hi:extension <http://lv2plug.in/ns/dev/progress> ;
    ] , [
        hi:extension <http://lv2plug.in/ns/dev/string-port#StringTransfer> ;
    ] , [
        hi:extension <http://lv2plug.in/ns/extensions/ui#external> ;
    ] , [
        hi:extension <http://lv2plug.in/ns/extensions/ui#GtkUI> ;
    ] , [
        hi:extension <http://lv2plug.in/ns/ext/uri-map> ;
    ] ;
    doap:description """
Zynjacku is JACK based, GTK (2.x) host for LV2 synths. It has one JACK MIDI 
input port (routed to all hosted synths) and one (two for stereo synths) 
JACK audio output port per plugin. Such design provides multi-timbral sound by 
running several synth plugins.

Zynjacku is a nunchaku weapon for JACK audio synthesis. You have solid parts 
for synthesis itself and you have flexible part that allows synthesis to suit 
your needs.
""" .
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

Reply via email to