Skip to content

Commit 8da74b9

Browse files
committed
fix typo, MOZZI_CONTROL_RATE 640 to 64
1 parent 2e8a237 commit 8da74b9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/07.Envelopes/Phasemod_Envelope/Phasemod_Envelope.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Mozzi is licensed under the GNU Lesser General Public Licence (LGPL) Version 2.1 or later.
1717
*/
1818

19-
#define MOZZI_CONTROL_RATE 640 // quite fast, keeps modulation smooth
19+
#define MOZZI_CONTROL_RATE 64 // quite fast, keeps modulation smooth
2020
#include <Mozzi.h>
2121
#include <Oscil.h>
2222
#include <tables/cos8192_int8.h>

examples/09.Delays/ReverbTank_HIFI/ReverbTank_HIFI.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Mozzi is licensed under the GNU Lesser General Public Licence (LGPL) Version 2.1 or later.
2525
*/
2626

27-
#define MOZZI_CONTROL_RATE 640 // quite fast, keeps modulation smooth
27+
#define MOZZI_CONTROL_RATE 64 // quite fast, keeps modulation smooth
2828
#include <Mozzi.h>
2929
#include <ReverbTank.h>
3030
#include <Oscil.h>

examples/09.Delays/ReverbTank_STANDARD/ReverbTank_STANDARD.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Mozzi is licensed under the GNU Lesser General Public Licence (LGPL) Version 2.1 or later.
2525
*/
2626

27-
#define MOZZI_CONTROL_RATE 640 // quite fast, keeps modulation smooth
27+
#define MOZZI_CONTROL_RATE 64 // quite fast, keeps modulation smooth
2828
#include <Mozzi.h>
2929
#include <ReverbTank.h>
3030
#include <Oscil.h>

extras/website/examples/examples/07.Envelopes/Phasemod_Envelope/Phasemod_Envelope.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Mozzi is licensed under the GNU Lesser General Public Licence (LGPL) Version 2.1 or later.
1717
*/
1818

19-
#define MOZZI_CONTROL_RATE 640 // quite fast, keeps modulation smooth
19+
#define MOZZI_CONTROL_RATE 64 // quite fast, keeps modulation smooth
2020
#include <Mozzi.h>
2121
#include <Oscil.h>
2222
#include <tables/cos8192_int8.h>

extras/website/examples/examples/09.Delays/ReverbTank_HIFI/ReverbTank_HIFI.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Mozzi is licensed under the GNU Lesser General Public Licence (LGPL) Version 2.1 or later.
2525
*/
2626

27-
#define MOZZI_CONTROL_RATE 640 // quite fast, keeps modulation smooth
27+
#define MOZZI_CONTROL_RATE 64 // quite fast, keeps modulation smooth
2828
#include <Mozzi.h>
2929
#include <ReverbTank.h>
3030
#include <Oscil.h>

extras/website/examples/examples/09.Delays/ReverbTank_STANDARD/ReverbTank_STANDARD.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Mozzi is licensed under the GNU Lesser General Public Licence (LGPL) Version 2.1 or later.
2525
*/
2626

27-
#define MOZZI_CONTROL_RATE 640 // quite fast, keeps modulation smooth
27+
#define MOZZI_CONTROL_RATE 64 // quite fast, keeps modulation smooth
2828
#include <Mozzi.h>
2929
#include <ReverbTank.h>
3030
#include <Oscil.h>

0 commit comments

Comments
 (0)