Dplug
Dplug copied to clipboard
Client vs Host architeture
Currently, dplug:host depends on every plugin client subpackage.
It should be the reverse way, like for dplug:client: every format depends on dplug:host (which should be runtimefree) and implement one client host.
This will tie client and host implementations for the same format, but I feel like they it's just a bit of code vs ressources. This will allow to create a host program specifically for format X and Y.