Reggie
Reggie
I know very little about usb at all, I'm surprised I got it working. When I first installed the original firmware, it didn't work at all, then I tried your...
apparently my endpoint being 81 is fairly irrelevant, I made a mistake changing the 0x80 mask. It also appears that all midi devices should have an audio interface that shouldn't...
@tomassch @MrBlueXav I added channel filtering to my fork, it should make it much easier to keep the existing 7bit controls and any refinements we add seperate, that way it...
We have a working usb host implementation that is very stable, I think we might just need to adapt a little bit of the mios32 code for our own use....
I think the disconnection issue is with the nanokontrol/stm32F4 rather than the software, imho it seems to be a power issue, I have been leaving mine on for days at...
This is my first attempt at anything to do with a synth, I don't know much about the terminology yet but I do have a fair bit of recent experience...
It appears that there's a lot of division involved in translating from 0-127 midi data bytes to the values that the synth engine uses, we can actually keep the resolution...
it's a bit of a trade off in some respects, you can't do a nice sweep with fine resolution but then you can't totally craft the sound in low-resolution. Yes,...
Midi out is something that will probably get added but I don't know if mrbluexav is actively developing at the moment and by the looks of the midi in, midi...
@MrBlueXav I'll push some of my code into the repo in the next couple of days but I'm not sure it entirely needs a rewrite, just a bit of attention...