BtIcMidiDevice

BtIcMidiDevice — buzztraxs interaction controller midi device

Functions

Properties

gchar * devnode Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── BtIcDevice
        ╰── BtIcMidiDevice

Implemented Interfaces

BtIcMidiDevice implements BtIcLearn.

Includes

#include <libbtic/ic.h>

Description

Event handling for midi devices.

Functions

btic_midi_device_new ()

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

Create a new instance

Parameters

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

Types and Values

struct BtIcMidiDevice

struct BtIcMidiDevice;

buzztraxs interaction controller registry

Property Details

The “devnode” property

  “devnode”                  gchar *

device node path.

Flags: Read / Write / Construct Only

Default value: NULL