When we have introduced AAPXS, there was no host extension (such as plugin-info). Currently host extensions are implemented by host directly, which means, every host needs to implement the extensions.
There are other extensions like aap_host_parameters_extension_t that needs to send the host the notifications. In realtime mode, they also need to be sent via AAPXS SysEx8 and that should be implemented by AAPXS developers.
Currently AAPXSFeature has only as_proxy() which is only for plugin API. That needs o have another proxy for host extensions, and all relevant implementation classes need to implement the additional features.
When we have introduced AAPXS, there was no host extension (such as
plugin-info
). Currently host extensions are implemented by host directly, which means, every host needs to implement the extensions.There are other extensions like
aap_host_parameters_extension_t
that needs to send the host the notifications. In realtime mode, they also need to be sent via AAPXS SysEx8 and that should be implemented by AAPXS developers.Currently
AAPXSFeature
has onlyas_proxy()
which is only for plugin API. That needs o have another proxy for host extensions, and all relevant implementation classes need to implement the additional features.