Skip to content

simpletest example not handling in_channel tuples #30

Closed
@caternuson

Description

@caternuson

Re this thread:
https://forums.adafruit.com/viewtopic.php?f=60&t=176352#p859127

in_channel can be a tuple, which the example code does not handle:

print(
"Listening on input channel:",
midi.in_channel + 1 if midi.in_channel is not None else None,
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions