Is it possible to connect to a mod-host running on a different machine? Something like python ./server.py remote.lan
From what I understand, it isn't possible due to host.py needing OS files like proc, sys, and utils_jack.cpp requiring jack.
My hope is those could be decoupled and moved to the host.
Is it planned to make mod-ui connect to a different host?
Hints for where to look when trying to do this would be helpful.
Thank you.
Is it possible to connect to a mod-host running on a different machine? Something like
python ./server.py remote.lanFrom what I understand, it isn't possible due to host.py needing OS files like
proc,sys, and utils_jack.cpp requiring jack.My hope is those could be decoupled and moved to the host.
Is it planned to make mod-ui connect to a different host?
Hints for where to look when trying to do this would be helpful.
Thank you.