You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
6
6
Tim Barrass
7
-
version 2016-11-26-22:24
7
+
version 2016-11-26-23:07
8
8
9
9
Currently your Arduino can only beep like a microwave oven. Mozzi brings
10
10
your Arduino to life by allowing it to produce much more complex and interesting
@@ -32,10 +32,8 @@ passing or external synths.
32
32
***
33
33
34
34
## Installation
35
-
Download Mozzi from the top of this page and unzip it.
36
-
The new folder will have a name like Mozzi-1.0.2.
37
-
Rename it to just Mozzi.
38
-
Then, following the instructions from the [Arduino libraries guide](http://arduino.cc/en/Guide/Libraries), except using the renamed folder rather the zip:
35
+
Download the most recent version of Mozzi from Github.
36
+
Then, following the instructions from the [Arduino libraries guide](http://arduino.cc/en/Guide/Libraries).
39
37
40
38
In the Arduino IDE, navigate to __Sketch > Import Library__. At the top of the drop
41
39
down list, select the option to __Add Library__. Navigate to the folder's location and open it.
@@ -120,7 +118,7 @@ Find Arduino’s platform.txt (on OSX you can find it by searching in Users/your
120
118
121
119
It’s explained more thoroughly (for Windows) [here] (http://www.instructables.com/id/Arduino-IDE-16x-compiler-optimisations-faster-code/?ALLSTEPS).
122
120
123
-
If you still need more, Arduino 1.0.5 produces slightly faster code.
121
+
If you still need more speed, Arduino 1.0.5 produces slightly faster code.
0 commit comments