@prefix dcs: . @prefix doap: . @prefix foaf: . @prefix lv2: . @prefix meta: . @prefix owl: . @prefix rdf: . @prefix rdfs: . rdf:value """ Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. """ . a doap:Project ; lv2:symbol "lv2" ; doap:name "LV2" ; doap:license ; doap:shortdesc "The LV2 Plugin Interface Project" ; doap:description "LV2 is a plugin standard for audio systems. It defines a minimal yet extensible C API for plugin code and a format for plugin bundles" ; doap:created "2006-05-10" ; doap:homepage ; doap:mailing-list ; doap:programming-language "C" ; doap:repository [ a doap:SVNRepository ; doap:location ] ; doap:developer , ; doap:helper meta:larsl , meta:bmwiedemann , meta:gabrbedd , meta:daste , meta:kfoltman , meta:paniq ; doap:release [ doap:revision "1.15.3" ; doap:created "2018-09-22" ; dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Include waf sources and fix build with Python 3.7." ] , [ rdfs:label "eg-sampler: Add waveform display to UI." ] , [ rdfs:label "eg-midigate: Respond to \"all notes off\" MIDI message." ] , [ rdfs:label "Add lv2_validate utility." ] ] ] , [ doap:revision "1.14.0" ; doap:created "2016-09-19" ; doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "eg-scope: Don't feed back UI state updates." ] , [ rdfs:label "eg-sampler: Fix handling of state file paths." ] , [ rdfs:label "eg-sampler: Support thread-safe state restoration." ] ] ] , [ doap:revision "1.12.0" ; doap:created "2015-04-07" ; doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "eg-sampler: Support patch:Get, and request initial state from UI." ] , [ rdfs:label "eg-sampler: Add gain parameter." ] , [ rdfs:label "Fix merging of version histories in specification documentation." ] , [ rdfs:label "Improve API documentation." ] , [ rdfs:label "Simplify property restrictions by removing redundancy." ] ] ] , [ doap:revision "1.10.0" ; doap:created "2014-08-08" ; doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "lv2specgen: Display deprecated warning on classes marked owl:deprecated." ] , [ rdfs:label "Fix -Wconversion warnings in headers." ] , [ rdfs:label "Upgrade to waf 1.7.16." ] ] ] , [ doap:revision "1.8.0" ; doap:created "2014-01-04" ; doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Add scope example plugin from Robin Gareus." ] , [ rdfs:label "lv2specgen: Fix links to externally defined terms." ] , [ rdfs:label "Install lv2specgen for use by other projects." ] ] ] , [ doap:revision "1.6.0" ; doap:created "2013-08-09" ; doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Fix port indices of metronome example." ] , [ rdfs:label "Fix lv2specgen usage from command line." ] , [ rdfs:label "Upgrade to waf 1.7.11." ] ] ] , [ doap:revision "1.4.0" ; doap:created "2013-02-17" ; doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Add metronome example plugin to demonstrate sample accurate tempo sync." ] , [ rdfs:label "Generate book-style HTML documentation from example plugins." ] ] ] , [ doap:revision "1.2.0" ; doap:created "2012-10-14" ; doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Move all project metadata for extensions (e.g. change log) to separate files to spare hosts from loading them during discovery." ] , [ rdfs:label "Use stricter datatype definitions conformant with the XSD and OWL specifications for better validation." ] ] ] , [ doap:revision "1.0.0" ; doap:created "2012-04-16" ; doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Initial release as a unified project. Projects can now simply depend on the pkg-config package 'lv2' for all official LV2 APIs." ] , [ rdfs:label "New extensions: atom, log, parameters, patch, port-groups, port-props, resize-port, state, time, worker." ] ] ] . a foaf:Person ; foaf:name "David Robillard" ; foaf:mbox ; rdfs:seeAlso . a foaf:Person ; foaf:name "Steve Harris" ; foaf:mbox ; rdfs:seeAlso . meta:larsl a foaf:Person ; foaf:name "Lars Luthman" ; foaf:mbox . meta:gabrbedd a foaf:Person ; foaf:name "Gabriel M. Beddingfield" ; foaf:mbox . meta:daste a foaf:Person ; foaf:name "Stefano D'Angelo" ; foaf:mbox . meta:kfoltman a foaf:Person ; foaf:name "Krzysztof Foltman" ; foaf:mbox . meta:paniq a foaf:Person ; foaf:name "Leonard Ritter" ; foaf:mbox . meta:harry a foaf:Person ; foaf:name "Harry van Haaren" ; foaf:mbox . meta:bmwiedemann a foaf:Person ; foaf:name "Bernhard M. Wiedemann" ; foaf:mbox .