dariosanfilippo / oscillators_example_cpp

Basic example code for object-oriented real-time oscillators.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oscillators_example_cpp

The code in this repository is a basic example for the real-time generation of signals.

This example, in particular, shows how to generate data for sinusoidal oscillation using classes and inheritance to progressively specialise pieces of code.

The code also provides two examples based on the generation of data sample-by-sample, as well as on the generation of vectors of data, which is a more standard approach for real-time audio.

About

Basic example code for object-oriented real-time oscillators.

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%