apohl79 / audiogridder

DSP servers using general purpose computers and networks
https://audiogridder.com
MIT License
761 stars 79 forks source link

want to compile server for linux to make a standalone image for it like soundgrid. #486

Closed DCTech-lab closed 3 years ago

DCTech-lab commented 3 years ago

Hi, I want to compile server for linux to make a stand alone image for it like soundgrid server. Could you please help me.

Best Regards

DCTech-lab commented 3 years ago

ok this is related to "(Request) Linux Server plans?! #214"

But little extra I need for standalone server that GUI part need to be separated from code. At present it has scanner\controller and main server code in same application. Idea is to separate the gui controller (as in multirack control panel) from server (the spawned child process part). Then server can run as service in windows or as demon on linux responding to the calls of controller (surface in soundgrid terminology) Once server on linux compiles, i can start working on soundgrid like protocol for daw n server discovery.