Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 509 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 509 Bytes

sine synth

Made with rust-vst in Rust.

Modified version of the example monophonic sine synthesiser, which is bundled with rust-vst2.

TODO:

  • Implement a proper ADSR envelope.
  • Allow user to set note velocity.
  • Add more options for synth sounds.
  • Add a GUI. Currently all settings are hard-coded...