MidiDevice#
- class csoundengine.csoundlib.MidiDevice(deviceid, name, kind='input')[source]#
Bases:
objectA 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
Attributes Documentation
- deviceid: str = <dataclasses._MISSING_TYPE object>#
- kind: str = 'input'#
- name: str = <dataclasses._MISSING_TYPE object>#