Skip to content

Commit 98cbfa6

Browse files
authored
Merge pull request #312 from kinoshita-lab/master
fix filename and documentation typo
2 parents 8da74b9 + 08b80a2 commit 98cbfa6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

LICENSE.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Mozzi - Sound Synthesis Library for Arduino
22

33
Copyright 2012-2024 Tim Barrass and the Mozzi Team
44

5-
Mozzi is licensed under the GNU Lesser General Public Licence (LGPL) Version 2.1 or later. A full copy of this licence is included in these sources as LICENCE.LPGL.
5+
Mozzi is licensed under the GNU Lesser General Public Licence (LGPL) Version 2.1 or later. A full copy of this licence is included in these sources as LICENCE.LGPL.
66

77
Note that some of the provided code examples show the use of separate third-party libraries, which may come with different licences.

config/mozzi_config_documentation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
* may only be useful for relatively simple sketches. The increased frequency response can also make
120120
* unwanted artefacts of low resolution synthesis calculations more apparent, so it's not always a bonus.
121121
*
122-
* It is highly recommended to keep the audio rate a power of two (16384, 32678, 64536, etc.), as some internal calculations can be highly be optimised for speed, this way.
122+
* It is highly recommended to keep the audio rate a power of two (16384, 32678, 65536, etc.), as some internal calculations can be highly be optimised for speed, this way.
123123
*
124124
* @note
125125
* For compatibility reasons, the option MOZZI_AUDIO_RATE is automatically set to the same value as this option, and you will find some uses of that in old (pre Mozzi 2.0) code examples.

0 commit comments

Comments
 (0)