GitXplorerGitXplorer
d

phon

public
5 stars
0 forks
3 issues

Commits

List of commits on branch master.
Unverified
175265eefa684ac5b522514cd4498844a9844f9a

fixed note removal

ddavidgovea committed 13 years ago
Unverified
f00de41718857728aa6bdd702ab27aaaf824e53b

kick drum working

ddavidgovea committed 13 years ago
Unverified
db5496a6355d3c781253e96ed922169833413fa9

added bass

ddavidgovea committed 13 years ago
Unverified
1661c1aa0adc3fd3b0d5339cae2ab676ff41f096

clarified non-working

ddavidgovea committed 13 years ago
Unverified
12e2d0945b6f8b8fc6d4eee4faffd128ddb815d0

sweeping bugs under rugs

ddavidgovea committed 13 years ago
Unverified
39686469f5c20f6af003ce09d03ea54412014e62

enabled rooms

ddavidgovea committed 13 years ago

README

The README file for this repository.

phon

phon is a real-time collaborative synthesizer built with audiolib.js and node.js. It was created during node.js knockout 2011 by davidgovea and catshirt.

Phon's particle interactions are modelled with energy, momentum, and quantum mechanical phenomena in mind - diamonds represent higher energy states which particles may enter after high-energy collisions.

Development is planned to continue.

Instructions

  • Adding note: Select cell, click "Lead", choose note and "Assign"
  • Adding reflectors: Drag / drop from diamonds
  • Removing reflectors: Double-click on reflector

Running locally

$ git clone https://github.com/davidgovea/phon
$ cd phon
$ npm install
$ make
$ node server.js

License

GPLv3. More info soon.