lvm / tida1vm

Another Tidal Docker container
28 stars 3 forks source link

Can't get the container to work #1

Closed rodgzilla closed 5 years ago

rodgzilla commented 6 years ago

Hello,

I would like to get into livecoding using this docker container.

I followed this procedure from the README:

$ git clone https://github.com/lvm/tida1vm
$ cd tida1vm
$ git checkout 0.9
$ docker build -t tida1vm-0.9 .
$ docker run -ti --rm --net=host --name tida1vm lvm23/tida1vm:0.9

Everything got installed without error message.

I then run Emacs and when I try to run Tidal code I get this message in the tidal buffer:

oops sendBuf: does not exist (Connection refused)

I tried to google what might be the cause of this error but did not manage to find a solution.

Could you help me?

lvm commented 6 years ago

Hi, sorry for the late response.

Do you have SuperCollider running? (not inside docker, but in the host/your-computer) That error is because tidal can't connect to either classic-dirt or superdirt.

lvm commented 5 years ago

Since i got no response, will close this issue. Reopen if you still need assistance.