sorskoot / StreamDeck-Midi-plugin

Midi plugin for the Algato Stream Deck
MIT License
13 stars 2 forks source link

No items populated in device dropdown #1

Closed creativedamages closed 4 years ago

creativedamages commented 5 years ago

When I try to assign a button to midi, I can title it, set the channel and note, but there is no drop down for choosing a midi device. Windows 10. image0

sorskoot commented 5 years ago

I haven't been able to reproduce the issue.

Would you mind having a look at the log files to see if there's an error in there? You can find the log files at %appdata%\Elgato\StreamDeck\logs on your machine.

Cloudgasm commented 5 years ago

Having same issue. Cant select any devices. Log attached StreamDeck0.log

sorskoot commented 4 years ago

I have been looking into this issue because I really want to get it fixed. The problem is that I'm using the RTMidi.Core library to get the MIDI devices. I'm showing whatever that library returns as the list of available devices. I'm going to find another way of getting the list of devices, or maybe even switch to another library. StreamDeck needs a working MIDI extension.

Jacquesmk2 commented 4 years ago

Same issue here, Win10 and no listed devices.

Jacquesmk2 commented 4 years ago

Hello Timmy, first of all thanks for your work. I tested the new upload, now a list of midi devices appear, however no incoming midi signal yet (tested with Bome/studio one/win10). Regards

sorskoot commented 4 years ago

Thank you very much for letting me know! I might be onto something here and maybe getting this fixed.

sorskoot commented 4 years ago

I just created a new release (1.1) that should fix the empty list issue.

sorskoot commented 4 years ago

Got feedback that the issue is solved.