Man page - ola_patch(1)
Packages contains this manual
- ola_trigger(1)
- ola_plugin_state(1)
- ola_dmxconsole(1)
- ola_set_priority(1)
- ola_dev_info(1)
- ola_rdm_set(1)
- ola_rdm_discover(1)
- ola_rdm_get(1)
- ola_plugin_info(1)
- ola_uni_name(1)
- ola_usbpro(1)
- ola_patch(1)
- ola_uni_merge(1)
- ola_artnet(1)
- ola_streaming_client(1)
- ola_e131(1)
- ola_timecode(1)
- ola_uni_info(1)
- usbpro_firmware(1)
- olad(1)
- ola_set_dmx(1)
- ola_dmxmonitor(1)
- ola_uni_stats(1)
- ola_recorder(1)
Package: ola
apt-get install ola
apt-get install ola
Manuals in package:
Manual
ola_patch
NAMESYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
Patch output port 1 of device 4 to universe 3:
Patch input port 2 of device 5 to universe 10:
SEE ALSO
NAME
ola_patch - Control OLA port bindings.
SYNOPSIS
ola_patch [ options ]
DESCRIPTION
ola_patch is used to control the port to universe mappings in olad(1).
OPTIONS
-d, --device <device>
The id of device to patch.
-h, --help
Display the help message.
-p, --port <port>
The id of the port to patch.
-r, --unpatch
Unpatch this port.
-i, --input
Patch the input port (default is output).
-u, --universe <universe-id>
The id of the universe to patch to (default 0).
EXAMPLES
Patch output port 1 of device 4 to universe 3:
ola_patch -d 4 -p 1 -u 3
Patch input port 2 of device 5 to universe 10:
ola_patch -d 5 -p 2 -i -u 10
SEE ALSO
olad(1) , ola_dev_info(1) ,