Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 282 Bytes

1_05_sound_gen_cpp.md

File metadata and controls

11 lines (7 loc) · 282 Bytes

05 - A Sound Generator In C++

See video: https://youtu.be/uvskHCJrJcY

Programming a test tone generator as a first step to make a software synthesizer.

Topics:

  • Introduction in classic C++.
  • LV2 extensions: Units, Port Properties
  • Writing a sine wave to the audio output