Skip to content

Lightningtalk at NDC Oslo about making your own Supersaw Synthesizer with WebAudioAPI

Notifications You must be signed in to change notification settings

mikaelbr/diysynth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Making a web-powered MIDI-controlled synthesizer

npm i && npm start to view

All code in the presentation can be found in the code.js-file

Abstract

The web is becoming a very interesting platform for creative experimentation. The introduction of the WebMIDIAPI and the capabilities of the WebAudioAPI for creating sounds has opened the doors for musical expressions in a myriad of ways.

One such way is to build a simple polyphonic supersaw synthesizer which you can control with a MIDI-enabled interface (such as a tiny keyboard). This is easier than it sounds, and I will show you how. Leaving this talk you will be equipped tostart creating music and explore the creative side of the web.

About

Lightningtalk at NDC Oslo about making your own Supersaw Synthesizer with WebAudioAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.3%
  • JavaScript 43.2%
  • HTML 5.5%