Skip to content

fix filename and documentation typo #312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion LICENSE.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Mozzi - Sound Synthesis Library for Arduino

Copyright 2012-2024 Tim Barrass and the Mozzi Team

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.
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.

Note that some of the provided code examples show the use of separate third-party libraries, which may come with different licences.
2 changes: 1 addition & 1 deletion config/mozzi_config_documentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
* may only be useful for relatively simple sketches. The increased frequency response can also make
* unwanted artefacts of low resolution synthesis calculations more apparent, so it's not always a bonus.
*
* 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.
* 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.
*
* @note
* 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.
Expand Down
Loading