I’m trying out Tracktion (i want to migrate from FLStudio), the main reason is that FLStudio breaks MIDI sync (and MIDI out in general) when doing any GUI updates in it, moving windows showing new ones minimizing/maximizing the whole window etc.
I noticed that Tracktion doesnt have this problem (as Ableton Live), and i was talking to the developer of FLStudio he found that the timing issues are caused by Windows PostMessage() calls (or lack of them) when doing those GUI updates, some thread issue, i was wondering how JUCE handles this sort of stuff, and can it be caused by windows GDI as i thing JUCE dooes not use GDI for it’s graphics and FLStudio does.
any idea that else can cause this ?