mod-audio / mod-duo-issues

MOD Duo Issues
21 stars 4 forks source link

enhancement: mod-ui display full string of usb midi devices when hover mouse over in/out #73

Closed ericfont closed 7 years ago

ericfont commented 8 years ago

Enhancement

When hovering the mouse on top of any of the USB midi inputs or any of the USB midi outputs, then the full string of the USB midi device should be displayed, not just the first word of the string.

Description

Take a look at the full string names in my midi ports list here: midi-ports-list-but-no-checkboxes

But notice that when I hover my mosue over an input, it just shows the first word, so "EWI USB MIDI 1" becomes "Hardware EWI", while "USB Keystation 49e MIDI 1" becomes "Hardware USB":

hardware ewi

hardware usb

These shorted strings can be confusing. In my case I wouldn't know which device "Hardware USB" refers to without using my memory.

Expected/suggested solution

full string names when mouse over, please.

Additional information


labtop is x86-64 Arch linux chromium browser.

ericfont commented 8 years ago

I should also say for expected/suggested solution that the word "In" or "Out" should also always appear at the end of the full name of each midi device.

falkTX commented 7 years ago

This has been fixed in v1.3.0.

ericfont commented 7 years ago

Thanks falk!