Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 701 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 701 Bytes

faustsimplesynth

A simple sawtooth wave synthesizer implemented in Faust

Requirements

How to compile to lv2?

cd src/
faust2lv2 faustsimplesynth.dsp

Pros & Cons

Pros

Cons

  • MIDI note onsets are not sample-accurate
  • Clicks if a note cuts of a prior note. simplesynth's implementation seems to be superior.