-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request