Skip to content

Commit

Permalink
Changed filter env oscil to SAW
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcombriat committed Aug 22, 2024
1 parent e0fbf98 commit ec5c3d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/07.Envelopes/Filter_Envelope/Filter_Envelope.ino
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
#include <EventDelay.h>
#include <ADSR.h>
#include <ResonantFilter.h>
#include <tables/triangle2048_int8.h>
#include <tables/saw2048_int8.h>
#include <mozzi_rand.h>
#include <mozzi_midi.h>

Oscil<TRIANGLE2048_NUM_CELLS, MOZZI_AUDIO_RATE> aOscil(TRIANGLE2048_DATA);
Oscil<SAW2048_NUM_CELLS, MOZZI_AUDIO_RATE> aOscil(SAW2048_DATA);


// for triggering the envelope
Expand Down

0 comments on commit ec5c3d9

Please sign in to comment.