![](/static/253f0d9b/assets/icons/icon-96x96.png)
![](https://lemmy.world/pictrs/image/8286e071-7449-4413-a084-1eb5242e2cf4.png)
You could add encryption and authentication via ssh: https://guide.munin-monitoring.org/en/latest/example/transport/ssh.html or you could put it behind an nginx and wrap it in tls if you just want encryption.
You could add encryption and authentication via ssh: https://guide.munin-monitoring.org/en/latest/example/transport/ssh.html or you could put it behind an nginx and wrap it in tls if you just want encryption.
Munin might be what you’re looking for. Very simple and easy to write your own plugins for if some information is missing.
You could have a look at munin. It’s incredibly simple but effective. Quite easy to write your own plugins for if you’re missing some data. http://munin-monitoring.org/
If you’re not yet using reaper I highly advise you to try it out. I run it on debian and it works extremely well. For noise reduction you can use reafir which is one of the built in plugins of reaper. Here is a link with basic tutorial on how to do noise reduction with it.
https://www.homebrewaudio.com/9603/reafir-madness-hidden-noise-reduction-tool-in-reaper/
It’s honestly a really well designed project. The engine and gui can run independently of each other so you can run the engine headless and interface with it via osc. This is what I do and works very well. The midi sync is very good and remains sync for days on end if your jack is stable. I make music with a friend who runs ableton and we both do live looping with a shared clock and never run into problems. Anyway, give it a spin!
Not sure you can get it to run on Android, but sooperlooper is a very good and stable open source looper. I’ve built a quite elaborate setup around two instances and puredata and it rarely fails. Can highly recommend!
I often spin up a quick python http server. Just go to the folder which has the files you want to transfer and run the following command:
python3 -m http.server
. This will server the folder contentServing HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
. On your phone you can then browse to http://PC_IP:8000 and download what you want/need.