Re: [Mixxx-devel] Learning how is Mixxx

2018-10-10 Thread Uwe Klotz
Hi Javor, using gRPC for IPC wouldn't surprise me, we already discussed isolating components of Mixxx into separate processes to avoid crashing the main process, i.e. for decoding files. But unfortunately Mixxx is still a monolithic application and we don't use gRPC. What we are using is

[Mixxx-devel] Learning how is Mixxx

2018-10-08 Thread javier . vilarroig
Hi. I recently started to try to write code for Mixxx. And I recognize that I'm somehow lost. The class hierarchy is difficult to follow and I have found no documentation on it. But I can follow in the code, so no major problem. The last surprise has been the use gRPC. I have read on the gRPC