Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 541 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 541 Bytes

JavaScript Karplus-Strong

Karplus-Strong guitar synthesizer implemented in JavaScript using asm.js and Web Audio. (Talk about buzzwords!)

This is a reimplementation based on decompiled ActionScript from André Michelle's Karplus-Strong Guitar. Full credit for the algorithm itself goes to him.

See http://amid.fish/javascript-karplus-strong for a demo, and for an explanation of how Karplus-Strong synthesis works.