Skip to content

anyatran/supercollider-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Threejs client

Run Threejs

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build

# Rebuild dist when save
npm run build.watch

Run SC UDP server

example here

  • Install dependencies in web as well
cd ./web && npm install
  • Run node . in the Terminal
  • Open http://localhost:8081 in your browser
  • Control the synth using OSC messages sent from Lemur or another OSC server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published