James Deery
James Deery
When I need `InternalsVisibleTo` attributes on my assemblies, I create a file called `AssemblyInfoExtra.cs` and put them in there. Is there a reason you need the `InternalsVisibleTo` attributes to be...
I'm also having this problem with a particular file. As far as I can tell, there seems to be a race condition. Sometimes the ZIP file will be created, but...
Ok, I've added a [pull request](https://github.com/loresoft/msbuildtasks/pull/13) for my work around, no idea how to attach it to this issue.
This is a bit of an odd one. I can't immediately think of why this would be happening. To help narrow it down, are you using regular keyboard input or...
I assume you looking to do something like connecting a USB MIDI keyboard and have it control the M8. I believe that should be possible. The tricky part would be...
I wasn't aware that the disable command triggered an autosave; I thought that it was mainly to tell the Teensy/M8 to stop generating and sending display commands over USB serial....
Right now the code will always pick whichever device appears first in the list it can see. I think an obvious improvement would be to disable the auto-connect when multiple...
Not currently in the application as it is. You should be able to set the output of whatever application you're using to generate the sound to the M8, or use...
WebGL2 is newish, so it is possible that it is either not supported properly on your system or there are bugs. That said, it's not that new and I believe...