Skip to content

A template to make music with Tone.js using your IDE/Text editor of your choice. Using file save and HMR to apply changes and play music.

Notifications You must be signed in to change notification settings

codingMustache/live-coding-js-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Coding JS Template

Problem

I couldn't find a way to use my text editor and javascript to do live coding without a ton of setup. I found some projects like Hydra, Strudel, I found them cool but not exactly what I wanted since they easily run in the browser. Rather than going through the setup, I built a way you can get all the conveniences of your text editor.

How to use

  • clone the repo locally
git clone https://github.com/codingMustache/live-coding-js-template.git
  • install dependencies
npm i
  • In Chromium browser you have to turn of the setting to play audio without interactions, if you want to use saving HMR and your browser to play automatically without having to interact with the browser first.

  • Run the app

npm run dev

About

A template to make music with Tone.js using your IDE/Text editor of your choice. Using file save and HMR to apply changes and play music.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published