Skip to content

Choose midi port terminal GUI #7

@manoskary

Description

@manoskary

A simple select menu for ports when starting the accompanion (with a skip possibility).

Maybe this could be a solution:

import inquirer

questions = [
    inquirer.List(
        "size",
        message="Please choose your MIDI input port",
        choices=mido.get_input_names(),
    ),
]
answers = inquirer.prompt(questions)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions