Google
 

Open Sound System
OSS 4.x Programmer's Guide

Do you have problems with sound/audio application development? Don't panic! Click here for help!

MIDI_CAP_CLIENT MIDI device capability

The device is a client side end of a MIDI loopback pipe

Description

The OSS MIDI loopback driver (midiloop) is a special driver that implements a pipe between two MIDI device files. The MIDI_CAP_CLIENT capability is used to mark devices that are client side ends of such pipes.

This capability is only interesting to internal OSS utilities like ossinfo. Other applications should avoid checking this capability. It's pointless because client side MIDI devices will work exactly in the same way than any "ordinary" MIDI devices.

MIDI device capabilities like MIDI_CAP_CLIENT can be checked using the SNDCTL_MIDIINFO ioctl call.



Copyright (C) 4Front Technologies, 2007. All rights reserved.
Back to index OSS web site