I’ve made a patch I want to share, written in C++.
I have been developing via linux and the make dfu
command, uploading firmware directly with my own “factory patch” However I suspect there are other ways to do it via sysex.
How does this work? I built the FirmwareSender app but I can’t figure out how to make it work. It also seems to have the ability to upload a patch into a single slot, how would I build a patch that can be uploaded this way? I’ve used some other features of the CMSIS library that would require being linked in as well.
I can just make the OwlWare.bin available but it may not be ideal if people want to use other patches at the same time.