MidiDevice#

class csoundengine.csoundlib.MidiDevice(deviceid, name, kind='input')[source]#

Bases: object

A MidiDevice holds information about a midi device for a given backend

index#

the index as listed by csound and passed to -M

name#

the name of the device

kind#

the kind of the device (‘input’, ‘output’)

Attributes Summary

kind

Attributes Documentation

kind: str = 'input'#