bitwig / dawproject

Open exchange format for DAWs
MIT License
751 stars 19 forks source link

<AuPlugin> deviceID isn't defined #61

Open Bremmers opened 11 months ago

Bremmers commented 11 months ago

The <AuPlugin> deviceID isn't defined yet in Reference.html The id constists of 3 32 bit numbers (componentType / componentSubType / componentManufacturer), so it would probably make sense to use a 24 digit hex string.

git-moss commented 11 months ago

Looks to me that deviceID is already there: https://htmlpreview.github.io/?https://github.com/bitwig/dawproject/blob/main/Reference.html#AuPlugin

Bremmers commented 11 months ago

It describes IDs that are UUID, integer or text. But AU isn't any of those I think? It's 3 integers.

git-moss commented 11 months ago

Technically deviceID is only a string, so we can put anything in it. I tried to check with Studio One but I only have the Demo and it did not output any data for AU plugins. Not sure if this is a restriction of the demo or if it is not implement currently since Bitwig does not support AU plugins.