File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,12 @@ Mozzi sound synthesis library for Arduino
3
3
NEWS
4
4
get the latest version from https://sensorium.github.io/Mozzi/
5
5
6
- NOT YET RELEASED (github version): Mozzi 2.0
6
+ release: v2.0.1
7
+ - Fix compilation with configuration option MOZZI_AUDIO_INPUT
8
+ - Fix compilation with ATMEGA328PB CPUs
9
+ - Fix some erroneous compilation warnings
10
+
11
+ release: v2.0.0
7
12
- This release is *not* 100% source compatible to earlier versions of Mozzi. Most sketches will continue to compile,
8
13
but with warnings. Some will need adjustments to keep working. See https://sensorium.github.io/Mozzi/learn/porting/ .
9
14
If porting is not an option, install an earlier (1.x) version of Mozzi, or use the "Mozzi_1" branch in git.
Original file line number Diff line number Diff line change 1
1
name =Mozzi
2
- version =2.0.0
2
+ version =2.0.1
3
3
author =Tim Barrass and contributors as documented in source, and at https://github.com/sensorium/Mozzi/graphs/contributors
4
4
maintainer =Tim Barrass <faveflave@gmail.com>
5
5
sentence =Sound synthesis library for Arduino
You can’t perform that action at this time.
0 commit comments