![]() |
![]() |
![]() |
Buzztard Bt-Ic Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include <libbtic/ic.h> BtIcMidiDevice; BtIcMidiDevice * btic_midi_device_new (const gchar *udi
,const gchar *name
,const gchar *devnode
);
typedef struct _BtIcMidiDevice BtIcMidiDevice;
buzztards interaction controller registry
BtIcMidiDevice * btic_midi_device_new (const gchar *udi
,const gchar *name
,const gchar *devnode
);
Create a new instance
|
the udi of the device |
|
human readable name |
|
device node in filesystem |
Returns : |
the new instance or NULL in case of an error
|