dkadish / pink-trombone-osc

fork of the pink trombone, modified so it can be controlled via OSC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pink-trombone-osc

An OSC controllable Pink Trombone

pink trombone max msp

Control the amazing Pink Trombone vocal synthesizer with OSC programs such as max msp, pure data, processing etc.

This project uses a node server and to server and send OSC messages (via websocket) to a modified version of the pink trombone. The purpose is to create an interface for music and media composition programs to control the instrument.

Prerequisites

  • node
  • yarn or npm

To Run locally

  • yarn install
  • node server.js

To develop

  • npm start to watch files
  • view app in browser at localhost:3000

#credits

The original pink trombone code is from http://dood.al/pinktrombone/ See original copyright notice in src/index.html and src/app.js

About

fork of the pink trombone, modified so it can be controlled via OSC


Languages

Language:Max 49.7%Language:JavaScript 48.7%Language:HTML 1.6%