Skip to content

virtuaCode/docker-tidal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Compose setup for TidalCycles

Requirements

  • docker
  • docker-compose

Usage

Make sure that the jackd server is already started on the host system, otherwise SuperCollider won't be able to establish a connection with jackd.

Start the docker container with:

docker-compose up

Additionally the container provides a live-coding web-app (extramuros) which is available at http://localhost:8000

Configuration

# docker-compose.yml

...
environment: 
  ENABLE_EXTRAMUROS: 0    # Enable/Disable extramuros
...