Open ursine opened 7 years ago
Interesting, but the main idea for this (I think) was to be able to update a *.dll cartridge without affecting the others, so there may be versions 1,2,3, orchestra-90 and the floppys controller is still in the version 1 (for example)
Currently, the code is split into many plugins. Given that the system is now open source, having an external API is likely unnecessary. I would like to propose condensing the plugins into the main codebase. This would allow the compiler/linker greater insight into the code for optimization purposes, as well as reducing the system to a single exe rather than a bunch of dlls and an exe. Thoughts/Ideas/Objections?