BtIcMidiDevice

BtIcMidiDevice — buzztards interaction controller midi device

Synopsis

#include <libbtic/ic.h>

struct              BtIcMidiDevice;
BtIcMidiDevice *    btic_midi_device_new                (const gchar *udi,
                                                         const gchar *name,
                                                         const gchar *devnode);

Object Hierarchy

  GObject
   +----BtIcDevice
         +----BtIcMidiDevice

Implemented Interfaces

BtIcMidiDevice implements BtIcLearn.

Properties

  "devnode"                  gchar*                : Read / Write / Construct Only

Description

Event handling for midi devices.

Details

struct BtIcMidiDevice

struct BtIcMidiDevice;

buzztards interaction controller registry


btic_midi_device_new ()

BtIcMidiDevice *    btic_midi_device_new                (const gchar *udi,
                                                         const gchar *name,
                                                         const gchar *devnode);

Create a new instance

udi :

the udi of the device

name :

human readable name

devnode :

device node in filesystem

Returns :

the new instance or NULL in case of an error

Property Details

The "devnode" property

  "devnode"                  gchar*                : Read / Write / Construct Only

device node path.

Default value: NULL