Ivo Janssen
Ivo Janssen
No idea if it works with a Loupedeck CT, but I'd add support for it if anyone is willing to sponsor me with a unit! Shoot me an email if...
That would work for some of the extra buttons in order to be able to process them, but it wouldn't work for the dial and driving the screen on it...
Closing due to inactivity... please contact me if anyone has a Loupedeck CT (or Live S) they'd like to donate for further development!
Do you have a small example of a file where this happens that I can use as a test case?
> The file where this happened, I can't share unfortunately. But maybe I can try and replicate with my own code. Yeah just a small file with fake content that...
The Razer Stream Controller X doesn't have a touchscreen, so it does not emit touch events. It should emit `down` and `up` events when you press the keys though. Are...
Oh, that's interesting. So far I haven't been able to test 0.2.26 yet, so more of your observations would be valuable to figure out what's different. With the console.log you...
Hm, strange. Thanks anyway for trying - I guess I will need to get my hands on a 0.2.26 firmware device to test for myself. I'll keep this open until...
I believe WebSerial connections are managed by your browser, so you can't manually close those. What are you trying to accomplish?
thanks @Julusian @elementalPRESS I think there's a misunderstanding. Unlike a general purpose programming environment (I.E. NodeJS), browsers are generally sandboxed execution environments that only allow access to low-level protocols that...