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

This branch is up to date with munckymagik/webaudio-guitar-amp:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2ec4522 · Mar 1, 2017
Feb 28, 2017
Sep 24, 2016
Mar 1, 2017
Mar 1, 2017
Sep 18, 2016
Sep 24, 2016
Sep 24, 2016
Feb 28, 2017
Feb 28, 2017
Sep 24, 2016
Sep 24, 2016
Feb 28, 2017

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%