@BenjaminPoilve I had to learn some hard lessons, but I'm glad I went through it all!
This is a much simpler rewrite of minicontrol. I'm dropping the SVG for now, just a lot of trouble. This <details> approach is just so much cleaner. I'm using a generate.py script to create the page and a sysex_handler.h, and I have another script to generate the name map, still have to improve how the js handles it. There are probably some leftover functions to cull, too, I'll get to all that.
I'll do some formatting stuff here and there, but give this a run though when you have some time and let me know if this might be a more reasonable starting point.
@BenjaminPoilve I had to learn some hard lessons, but I'm glad I went through it all!
This is a much simpler rewrite of minicontrol. I'm dropping the SVG for now, just a lot of trouble. This
<details>approach is just so much cleaner. I'm using a generate.py script to create the page and a sysex_handler.h, and I have another script to generate the name map, still have to improve how the js handles it. There are probably some leftover functions to cull, too, I'll get to all that.I'll do some formatting stuff here and there, but give this a run though when you have some time and let me know if this might be a more reasonable starting point.