Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 679 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 679 Bytes

Oscillators Play-Ground

Uses HTML5's AudioContext's Oscillator and a super-ugly UI to play tones with your keyboard

All pure JS, CSS & HTML

Run

Well, Open index.html in a modern browser (by modern I mean this table) and start pressing the keys printed on screen

// or just go to https://aghardeshir.github.io/oscillators-play-ground/

Fun

Note the difference of default wavetypes (sine, square, triangle & sawtooth) on FireFox & Chrome :)

My chrome plays it a little distorted

Develop

Well, code ...