Skip to content

Ability to create more than 1 MIDI PortIn or PortOut #9893

Open
@probonopd

Description

@probonopd

Thanks for this library which allowed me to prototype a MIDI controller rapidly.

Some MIDI controllers expose more than one MIDI interface, and I need to recreate that using Adafruit_CircuitPython_MIDI on a Raspberry Pi Pico.

However,

//| """You cannot create an instance of `usb_midi.PortOut`.
//|
//| PortOut objects are constructed for every corresponding entry in the USB
//| descriptor and added to the ``usb_midi.ports`` tuple."""

The same goes for usb_midi.PortIn.

It would be extremely useful if it was possible to create more than one MIDI interface per direction.

If that is not possible, then being able to choose the MIDI "cable number" would already be helpful.

References:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions