Skip to content

rueetschit/pdJam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PdJam

Distributed online synthesizer

screenshot

Prerequisites

The pure data patch expects the specified icecast server to be running. The pdjam server expects a running pure data patch exposing port 5001 for netreceive.
Run pure data either locally or use the provided docker image at ./pd

Run with docker-compose

Define the settings as environment variables or adapt them in the docker-compose.yml config directly.

# build docker images
$ docker-compose build

# run containerized icecast, pure data and pdjam server 
$ docker-compose up -d

Development

  • Run pure data patch

  • Run pdjam server with npm

    $ cd server

    Install project dependencies (only initially):

    $ npm install

    Start server:

    $ npm start

  • Run react dev server

    $ cd server/frontend

    $ npm install

    $ npm start

Docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published