PortMidi
Cross-platform MIDI IO library
PmDeviceInfo Struct Reference

Public Attributes

int structVersion
 this internal structure version
 
const char * interf
 underlying MIDI API, e.g. More...
 
char * name
 device name, e.g. More...
 
int input
 true iff input is available
 
int output
 true iff output is available
 
int opened
 used by generic PortMidi for error checking
 
int is_virtual
 true iff this is/was a virtual device
 

Member Data Documentation

◆ interf

const char* interf

underlying MIDI API, e.g.

"MMSystem" or "DirectX"

◆ name

char* name

device name, e.g.

"USB MidiSport 1x1"


The documentation for this struct was generated from the following file: