File: lv2peg.1

package info (click to toggle)
lv2-c%2B%2B-tools 1.0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 540 kB
  • ctags: 705
  • sloc: cpp: 2,726; ansic: 452; makefile: 61; sh: 56
file content (40 lines) | stat: -rw-r--r-- 1,804 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.\"                                      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 <n>    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 <lars.luthman@gmail.com>.
.PP
This manual page was written by Jaromír Mikeš <mira.mikes@seznam.cz>,
for the Debian project (but may be used by others).