Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.09 KB

jsSynth

OpenSource subtractive synthetizer/web audio API, written in JavaScript - Live Example

installation

  1. clone this repo
  2. open index.html in browser

Features

  • interactive virtual keyboard controller via mouse or keyboard
  • presets - load/save
  • oscillators - detune, semi, volume, type (sine, sawtooth, square, triangle)
  • filter - cutoff/resonance
  • volume envelope - attack, decay, sustain, release
  • parametric LFO - amount, freq, param, type (sine, sawtooth, square, triangle)
  • wave graph (freq, time)

Dependencies

This project is currently dependendent on the following 3rd party libraries:

License

jsSynth was originally written by forcer and is licensed under the GNU GLPv3.