Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.75 KB

1_09_waveform_synth_cpp11.md

File metadata and controls

64 lines (45 loc) · 1.75 KB

09 - Waveform Synth In C++ 11

See video: https://youtu.be/5zbQLFNZRoI

Add a waveform selection feature (sine, triangle, square, saw, noise) to our synth. And this in modern C++. But first, we have to update our previously written code to C++11 too.

Topics

Enumerations in turtle

Exceptions

Streams

C++11 type casting

Standard template library containers

Utilities

Other