Skip to content

Web-based control interface with PureData for collaborative audio performances.

Notifications You must be signed in to change notification settings

v-exec/Drone-Dreams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Drone Dreams

Drone Dreams is a collaborative music creation tool that gives audience members control over select parameters in a DAW during a live performance.

This repository holds the NodeJS web server that acts as an interface for users, handles pointer coordinate data and user identification, and sends it to PureData. It also contains the PureData patch that handles the data recieved by the server, and manages the connectivity between the DAW's parameters and each user's pointer input. Node communicates with Pd through a direct TCP connection, requiring an open port for the process in the network the machine running Pd is connected to.

More information found here.

Dependancies

Drone Dreams' site runs on NodeJS, and has the following dependencies:

  • ExpressJS
  • socket.io

About

Web-based control interface with PureData for collaborative audio performances.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published