Skip to content

A virtual guitar amp in the browser. Written at the ScotlandJS Web Audio Hack Day 2015.

Notifications You must be signed in to change notification settings

soloviola/webaudio-guitar-amp

 
 

Repository files navigation

WebAudio Guitar-Amp

A virtual guitar amp in the browser. Originally written at the ScotlandJS Web Audio Hack Day 2015, but since developed onwards and now converted to TypeScript.

The original Hack Day sources are in the archive.

Prerequisites

The project depends upon:

Setting up locally

Run

npm install

Running Locally

Run

npm start

Then open http://localhost:8080/ in your browser.

Updating the bundle ready to deploy to gh-pages

Run

npm run build
git add assets/bundle*
git commit -m 'Saving new build of the bundle'

Lint the sources

Run

npm run lint

About

A virtual guitar amp in the browser. Written at the ScotlandJS Web Audio Hack Day 2015.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 43.1%
  • JavaScript 40.5%
  • HTML 14.6%
  • CSS 1.8%