atsushieno / aap-core

an Audio Plugin Format/Framework for Android
MIT License
92 stars 3 forks source link

add `opcode` to AAPXS SysEx8 packet format #175

Closed atsushieno closed 1 year ago

atsushieno commented 1 year ago

Currently AAPXS "opcode" is not included in the packet format (it is assumed as head of the "data" section), but it should be an isolated field, just as Binder AIDL extension() function defines it so. If we do not do so, there will be incompatible interpretation on data field (and dataSize field).

TODOs: