Cycling74 / rnbo-runner-panel

Web interface to the RNBO runner
MIT License
9 stars 1 forks source link

Show Runner info (CPU | xrun) #128

Closed fde31 closed 2 weeks ago

fde31 commented 2 weeks ago

First pass at including some display only info. Drilled open the connection modal and added a CPU meter to the header. Noticed that there isn't a dynamic stream of CPU load info incoming, maybe that's by the design and the frontend / client is supposed to poll that?

Let me know if you need help plumbing this together :D If the client should poll the cpu load it's not really a big deal and we could also add a user setting to enable / disable that.

closes #116

x37v commented 2 weeks ago

Noticed that there isn't a dynamic stream of CPU load info incoming, maybe that's by the design and the frontend / client is supposed to poll that?

HMM.. there should be an OSC message sent every n-seconds (I forget what N is) when the audio is active.. I'll look into this