Skip to content

A Vue.js playground to experiment sound synthesis with Tone.js & melody making with scribbletune

Notifications You must be signed in to change notification settings

qchenevier/scribbleton-live-old

Repository files navigation

Scribbleton Live

A light digital audio workstation, fully in-browser, leveraging WebAudio, built with:

You can check the demo here.

Installation & Usage

  • git clone the repo
  • npm install to install the project dependencies
  • npm run dev to start the app development server
  • go to http://localhost:8080 to see the app

Deployment

  • git clone the repo
  • npm install to install the project dependencies
  • npm run build to start the app development server
  • bash deploy.sh to deploy (before that, change the repo URL in the bash script to deploy on your own repo)

Sources of inspiration

Beats

@walmik collection of scribbletune examples, especially this article on classic breakbeats.

Ethan Hein's blog and its breakbeats google sheet.

Template

I found a minimalistic boilerplate to build a webpack + vue application (only html/JS/css, no scss, no pug) here on freecodecamp

The deployment script is inspired from the github pages vue-cli documentation.

About

A Vue.js playground to experiment sound synthesis with Tone.js & melody making with scribbletune

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published