GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
JACK_UMIDI(8) FreeBSD System Manager's Manual JACK_UMIDI(8)

jack_umidi
daemon that converts a raw MIDI device into a JACK MIDI device.

jack_umidi [-d <device_name>] [-C <capture_device_name>] [-P <playback_device_name>] [-n <port_name>] [-k] [-B] [-S] [-U <username>] [-h]

jack_umidi is a daemon that provides access to raw USB/socket MIDI devices via the Jack system. The daemon will not exit when a device becomes unavailable, but will wait until the device re-appears again.

The following options are available:

Terminate the client when the first capture or playback device is no longer available. Else the client will try to re-connect.
Run the client in background mode.
Create 16 JACK subdevices for the capture device. One for each MIDI channel.
Specify the device name of the USB device to use, for example /dev/umidi0.0 .
Specify the capture only device name of the USB device to use, for example /dev/umidi0.0 .
Specify a custom port name when registering with the JACK server. The default value is "jack_midi".
Specify the playback only device name of the USB device to use, for example /dev/umidi0.0 .
Specify which JACK user the program should attach to. Default is same as running user.
Print help text showing available options.

# Start Jack MIDI client in background mode
jack_umidi -d /dev/umidi0.0 -B

# List all available JACK ports
jack_lsp

# Connect two JACK ports
jack_connect port1 port2

jackd(1), jack-keyboard(1)

Check that the permissions are correct for your MIDI devices.

jack_umidi was written by Hans Petter Selasky hselasky@freebsd.org.
September 28, 2019

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.