Dplug icon indicating copy to clipboard operation
Dplug copied to clipboard

Client vs Host architeture

Open p0nce opened this issue 4 years ago • 0 comments

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.

p0nce avatar Jan 25 '21 09:01 p0nce