From 5b37d13616c303538a61b520e6930b322e4ff378 Mon Sep 17 00:00:00 2001 From: mick grierson Date: Thu, 27 Aug 2015 13:33:41 +0100 Subject: redoing tutorials a bit --- maximilian_examples/14.monosynth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maximilian_examples/14.monosynth.cpp') diff --git a/maximilian_examples/14.monosynth.cpp b/maximilian_examples/14.monosynth.cpp index 897c41a..265e3e4 100755 --- a/maximilian_examples/14.monosynth.cpp +++ b/maximilian_examples/14.monosynth.cpp @@ -42,7 +42,7 @@ void play(double *output) { //and this is where we build the synth - ADSRout=ADSR.adsr(1.0,ADSR.trigger);//our ADSR env has 8 value/time pairs. + ADSRout=ADSR.adsr(1.0,ADSR.trigger); LFO1out=LFO1.sinebuf(0.2);//this lfo is a sinewave at 0.2 hz -- cgit v1.3