Skip to content

Commit ec5c3d9

Browse files
committed
Changed filter env oscil to SAW
1 parent e0fbf98 commit ec5c3d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/07.Envelopes/Filter_Envelope/Filter_Envelope.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
#include <EventDelay.h>
2323
#include <ADSR.h>
2424
#include <ResonantFilter.h>
25-
#include <tables/triangle2048_int8.h>
25+
#include <tables/saw2048_int8.h>
2626
#include <mozzi_rand.h>
2727
#include <mozzi_midi.h>
2828

29-
Oscil<TRIANGLE2048_NUM_CELLS, MOZZI_AUDIO_RATE> aOscil(TRIANGLE2048_DATA);
29+
Oscil<SAW2048_NUM_CELLS, MOZZI_AUDIO_RATE> aOscil(SAW2048_DATA);
3030

3131

3232
// for triggering the envelope

0 commit comments

Comments
 (0)