Hi,
starting with python API I think I have to learn a lot. However at once I get iClone to crash. I try to implement some MIDI data reading (for different issues). So I define a MIDI callback function and open the MIDI device. So far so good. Also I know that the callback receives some data, but whenever I try to call any iClone API function it crashes immediately. I assume that the callback is in a different threat and that therefore I get the crash. So the next attempt is to use a callback to a window but I cannot get the hwnd window handle. I know that Qt supports this (xyz.winId()) but I have no idea how this works with the iClone API.
Anyone any idea to one of these problems?
many thanks