GUI layer threading

Hi,
Timers are not part of the SDK for macOS or Windows. So if you create a timer on these platforms you have to make sure that they are working as you expect. The VSTGUI timer class will post on that thread where you create it, so you have to make sure that this is happening on the main thread.

Cheers,
Arne