Open cjuggernaut opened 4 years ago
@cjuggernaut, I don't have to have Komplete Kontrol opened myself. In fact, having KK opened causes issues. What happens if you don't have it opened?
I confirm, it's not working alone without Komplete Kontrol to be opened. My understanding is that KK init the Hid properly, and then only the tool can use it. Thank you @cjuggernaut to have pointed this, I tried using WebHID for a cross platform independent POC and since KK was not opened, none of my attempts did work.
Ok I sniffed the usb data sent, and the init pattern is "a00000" and NOT "a0"
I did not try in python but try replacing device.write([0xa0])
with device.write([0xa0,0x00,0x00])
No need then to open Komplete Kontrol to make it work
Here is a working poc with a Kontrol S88 Mk1
Thanks for this @Xample ! I have released a new version with your suggested changes. If you have the opportunity to test, I would appreciate it.
@ojacques the CoolDemoSweep is now working, but the script crashed right after:
Opening LoopBe input port
Traceback (most recent call last):
File "/Users/xample/Downloads/SynthesiaKontrol-master 3/SynthesiaKontrol.py", line 238, in
I'm on arm64
I have it working, kinda, but I have to have Komplete Kontrol open, disable light guide in preferences. Also sometimes the lights do not light up... Well actually alot of the time. Only some notes decide to light up when I am playing a song in synthesia. I'm on a Mac OS MOjave. Any suggestions? It's not very usable as is.