gr4per / dsp206

Remote control for musicrown dsp 206
2 stars 0 forks source link

help needed #1

Open Jumbo125 opened 6 months ago

Jumbo125 commented 6 months ago

hy, i found this project because i search for a way to use the dsp206 t.track with a linux system. is there a gui avaible? thank you

gr4per commented 6 months ago

Hi. Currently not. The DSP206 has a free tool for managing it remotely which afaik is running on windows only. However, you might be able to use a windows emulator for that. Of course it is possible to build a GUI based on the API, but this project was targeted at automation, i.e. an Edge device like e.g. Raspi taking in some acoustic data and controlling the DSP206 to meet the acoustic requirements. The windows gui does also display live meters on top of the actual settings. This forces it to poll the DSP206 quite a lot which will also clutter your view if you observe the network. Depending on your use case, if you can limit your UI to few setting only it would be rather easy to build.

Jumbo125 commented 6 months ago

oh, i see.... how can i use it with api? I have no experience with node.js, but i can write html, css, php, js so i should be fit to wirte a webgui....

gr4per commented 6 months ago

well, it is a javascript client library. depending on your setup you can run it directly in your single page frontend, but it requires the frontend to have network access to the DSP206. if that is not possible, create a nodejs backend service in the dsp206 network and expose it securely to your frontend.

Jumbo125 commented 6 months ago

okay, would you help me?

is this way correct:

  1. install node js
  2. create a webserver with express
  3. inlcude the index.html file with res.sendFile(path.join(__dirname, '/index.html'));
  4. now i can work with normal html tags and include your js files with Githubissues.
  5. Githubissues is a development platform for aggregating issues.