Skip to content

Commit

Permalink
change to saw
Browse files Browse the repository at this point in the history
  • Loading branch information
houtson committed May 2, 2020
1 parent 410aa4a commit f125378
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/MusicDSP_3.ino
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ void setup(void) {
waveform1.amplitude(WAVE_AMP / WAVE_MAX);
#else
// amp Frq waveform
waveform1.begin(WAVE_AMP, 131, WAVEFORM_SINE);
waveform2.begin(WAVE_AMP, 196, WAVEFORM_SINE);
waveform3.begin(WAVE_AMP, 262, WAVEFORM_SINE);
waveform4.begin(WAVE_AMP, 330, WAVEFORM_SINE);
waveform1.begin(WAVE_AMP, 131, WAVEFORM_SAWTOOTH);
waveform2.begin(WAVE_AMP, 196, WAVEFORM_SAWTOOTH);
waveform3.begin(WAVE_AMP, 262, WAVEFORM_SAWTOOTH);
waveform4.begin(WAVE_AMP, 330, WAVEFORM_SAWTOOTH);

#endif

Expand Down

0 comments on commit f125378

Please sign in to comment.