Hey Everybody I am currently attending a course in c++ programming on a basic level.
I received a code from my teacher, the other day and I have to encapsulate the content. here is the teacher description of the assignment.
"Encapsulate the audio de-zippering solution we did during lecture into a reusable class. Demonstrate its use in de-zippering two amplitude controls (that are updated in onAnimate) of two different sine oscillators."
Im a bit clueless, could anyone help me a bit, the code is attached here[code]
mvh Bjørn Dam Larsen
#include "allocore/io/al_App.hpp"
#include "Gamma/Oscillator.h"
using namespace al;