MOA(1)
2024-04-15
NAME ¶
Moa - keyboard OSC controller
SYNOPSIS ¶
moa [-config <config file>] [-host <host>] [-port <port>] [-version]
DESCRIPTION ¶
Moa is a simple keyboard OSC controller for the console. A single key press can be mapped to an OSC message with a single fixed argument.
The options are as follows:
-config <config file>
Set the path to the config file where the mapping from the keys to the OSC messages are defined. The format of this file is described in the moa(5) manual page. This option defaults to "moa.conf".
-delay <milliseconds>
Set the delay in milliseconds to wait between sending multiple events which belong to the same key press. This option defaults to 0.
-host <host>
Set the OSC target host. This option defaults to "localhost".
-port <port>
Set the OSC target port. This option defaults to 8000.
-version
Show the version number and exit.
SEE ALSO ¶
moa(1)
AUTHORS ¶
Created and maintained by Hannes Braun <hannes@hannesbraun.net>. Up-to-date sources can be found at https://git.sr.ht/~hannes/moa. Bugs and patches can be submitted by email to ~hannes/public-inbox@lists.sr.ht.
BUGS ¶
Moa is only capable of emitting values of the type int32, float32 and OSC-string.