Hi,
it’s possible to somehow “cross compile” my plugins? Eg. compile it for mac from windows.
I think this should be doable, because (as far as I understand) Cabbage plugin is made from several files:
- plugin CSD file (which is cross platform by default)
- CSound DLL/SO which is just copied
- Cabbage DLL/SO which only need to rewrite some ID in it, otherwise is same for all plugins
I am not sure about mac/linux file formats.