.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH LV2PEG 1 "May 12, 2010" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME lv2peg \- program that generates C header files from Turtle files containing LV2 plugin data. .SH DESCRIPTION This manual page documents briefly the .B lv2peg command. This manual page was written for the Debian distribution because the original program does not have a manual page. .PP \fBlv2peg\fP program that generates C header files from Turtle files containing LV2 plugin data. This is useful for keeping the RDF data and your source code synchronised while you are working on the plugin and maybe changing things like port types and ranges. .PP By including the generated file in the source code for your plugin and setting up your build system to regenerate it when the RDF file changes, you can change the port indices, the ranges and default values, the plugin URI etc without having to update your code manually. For more information please visit http://ll-plugins.nongnu.org/lv2peg.html .br .SH AUTHOR lv2peg was written by Lars Luthman . .PP This manual page was written by Jaromír Mikeš , for the Debian project (but may be used by others).