Alexey Sergushichev
Alexey Sergushichev
And I think I have a fix for 2. However, one thing that doesn't seem to fully work is loading configurations. I'm missing at which point the device initialization is...
> My main question then would be - how does multiple midi devices affect this? Multiple devices of same model? I believe the client numbers are just incremented for the...
I found the problem why it wasn't initialized -- there was a null pointer exception in my code which wasn't reported anywhere for some reason. I'll clean the changes and...
There is an interesting thread on midi port names in Linux, in particular this message is informative: https://linuxmusicians.com/viewtopic.php?p=147380#p147380 In short, I wouldn't rely on any particular naming scheme, as apparently...
I created a pull request with working version, but for a full support there is still need and option to select driver manually. Could you implement it? I hope it...
And another thing: does "Save As" dialog on macOS adds file extension automatically? For me I have to manually append ".controller".
Thanks for the quick work! I had a major problem though: my mk3 is not initialized for some reason. The control sequence seem to be sent, but there is no...
@aolsenjazz I've figured out what was the problem. The `DrivenPortPair` was initialized with an incorrect driver. https://github.com/aolsenjazz/super-controller/blob/dev/src/main/port-service/port-manager.ts#L44 -- here the driver is looked up by the port name, which does...
Hi, First of all, you gene sets seem to be too big. Preranked GSEA tests non-randomness of a gene set, and when the gene set is large it is likely...
@c2b2pss We never tested the docker image on Windows, but I hope it should work fine, the same commands should be runnable from Windows Subsystem for Linux shell. Let us...