Skip to content

Commit

Permalink
Removing dummy check
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcombriat committed Dec 1, 2024
1 parent e6767d8 commit d5330a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ResonantFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fixed point version of the filter

enum filter_types { LOWPASS, BANDPASS, HIGHPASS, NOTCH };

/** A generic resonant filter for audio signals TEST TEST.
/** A generic resonant filter for audio signals.
*/
template<int8_t FILTER_TYPE, typename su=uint8_t>
class ResonantFilter
Expand Down
2 changes: 1 addition & 1 deletion gh-pages/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: single
toc: true
---

TESTEST Currently your Arduino can only beep like a microwave oven. Mozzi brings
Currently your Arduino can only beep like a microwave oven. Mozzi brings
your Arduino to life by allowing it to produce much more complex and interesting growls, sweeps and chorusing atmospherics. These sounds can be quickly and easily constructed from familiar synthesis units like oscillators, delays, filters and envelopes.

You can use Mozzi to generate algorithmic music for an installation or
Expand Down

0 comments on commit d5330a6

Please sign in to comment.