@prefix doap: . @prefix rdf: . @prefix rdfs: . @prefix foaf: . a foaf:Person ; foaf:name "David Robillard" ; foaf:mbox ; rdfs:seeAlso . a doap:Project ; doap:name "Ingen" ; doap:shortdesc "A modular audio processing environment." ; doap:homepage ; doap:bug-database ; doap:license ; doap:developer ; doap:programming-language "C" , "C++" ; doap:repository [ a doap:SVNRepository ; doap:browse ; doap:location ] ; doap:description """ A modular audio processing environment, where most functionality is provided by generic plugins. Patching of audio, MIDI, and control data is supported. The engine and UI are completely separated in a network transparent way, making it possible to run one or more GUIs on separate machines from the engine. Ingen is closely based on LV2 plugin technology; Ingen graphs are RDF documents in Turtle in a very similar format to the RDF definition of an LV2 plugin. """ .