#include "../src/KSSynth.hpp" #include "standalone_helpers.hpp" #include struct KSGen : StepHandler { KSSynth s; KSGen() : s( -0.9, 0.9, 44100 ) { } virtual int dostep( void *outputBuffer, void *inputBuffer, unsigned int nBufferFrames, double streamTime, RtAudioStreamStatus status ) override { unsigned int i, j; double *buffer = (double *) outputBuffer; for ( i=0; i