Selecting MIDI input

All your MIDI input examples just show using the first device. Whilst selecting the MIDI device is easy in the editor, what would be the best way of a user selecting a device when the composition is compiled as an app?

Sometimes it is useful just to specify a channel number, and have any incoming MIDI on that channel recognised. Is there any way to set theMIDI device to all instead of first available, or a specific device?

Thanks

Mic

@micpool,

You could List MIDI Devices β†’ Cycle through List β†’ Send/Receive MIDI Events. You could then show an action button where the item name from Cycle through List is the label for the current MIDI device.

β€œIs there any way to set theMIDI device to all instead of first available, or a specific device?”

Not currently, but it would make a good feature request.

Thanks, that works OK . Hopefully when the additional GUI interface elements are added we will be able to process a list to create a pop up menu.