aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.1
blob: 44c414eb3eb2aee1b1cf5b17e2e164c933e0cf4d (plain)
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
41
42
.TH MIDIMONSTER 1 "December 2019"
.SH NAME
midimonster \- Multi-protocol translation tool
.SH SYNOPSIS
.B midimonster
.I config-file
.RB [ "-i"
.IR instance.option=value ]
.RB [ "-b"
.IR backend.option=value ]

.B midimonster -v
.SH DESCRIPTION
.B MIDIMonster
allows the user to translate any channel on one supported protocol into channel(s)
on any other (or the same) supported protocol.
.SH OPTIONS
.TP 
.I config-file 
The configuration file to read. If not specified, a default configuration file is read.

.TP
.BI "-i " instance.option=value
Supply an additional instance configuration option
.IR option " for " instance "."
Command-line overrides are applied when the instance is first mentioned in the configuration file.

.TP
.BI "-b " backend.option=value
Supply an additional backend configuration option
.IR option " to " backend "."
Command-line overrides are applied when the backend is first mentioned in the configuration file.

.B -v
Display version information
.SH "SEE ALSO"
Online documentation and repository at https://github.com/cbdevnet/midimonster

For more and in-depth information see the homepage at https://midimonster.net/
as well as the knowledge base at https://kb.midimonster.net/
.SH AUTHOR
Fabian "cbdev" Stumpf <fjs at fabianstumpf dot de>