glocke
glocke
@falkTX I've got the same problem. But for me, your test prints a lot of "carla-discovery::" thinkgs - both VST DLLs are included in this list. But they are not...
A possible framework might be my "netLib" @ https://github.com/cgloeckner/netLib I completly reworked it: Now it's designed to some remote-procedure-call-like stuff based on method pointers, callback-IDs and an endianess-safe binary container...
Thx I'll try that.
I also tried to deepcopy, because I was removing single notes (note on & off) from a track and so I had to update the next note's tick to produce...