Core447
Core447
> It works ! The Stream Deck Neo is detected if you plug it before launching the app, but also when you plug/unplug while it's running. > I've tried few...
> JFYI, support for the Neo got merged yesterday: [abcminiuser/python-elgato-streamdeck#151](https://github.com/abcminiuser/python-elgato-streamdeck/pull/151) Thanks for the info! Gonna update the dependency for the next release.
> Traceback (most recent call last): > File "/usr/lib/python3.12/threading.py", line 1699, in _after_fork > thread._stop() This is actually "normal" – I never figured out what causes this traceback, but as...
Nice idea, I'm going to add this when I have some spare time.
Where do you see the "No decks found"? Is it only in the header or also in the center of the window? The current version of the app has a...
> 2\. **Missing Dial Support**: Swipe events weren't sent to dial inputs (unlike touch press events) This is actually intended. The swipe events can be used by adding actions to...
While I absolutely see use cases for this, I don't think this is a feature for StreamController (or the OS plugin), but should instead be implemented with own scripts. What...
Fixed with ed9c34cf22f398b65814f0dcd7184df936e9fd8e, we can keep this opened until it's available on the Flatpak Update: Seems still broken in some cases
> It happens randomly when swapping between two pages. > ~One with overwrite brightness of 80 and the other being 4.~ > Seems to be when swapping from a page...
Not really, but using [this](https://github.com/devleaks/python-loupedeck-live) library implementing at least support for the touch button grid should be relatively easy.