Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
paper_bits:pb702_midi_synth [2020/03/20 16:44]
admin [Software]
paper_bits:pb702_midi_synth [2020/03/20 16:47]
admin [Software]
Line 62: Line 62:
  
 The synthesizer program is based on the [[https://​sensorium.github.io/​Mozzi/​|Mozzi Library]], have a look at the [[https://​sensorium.github.io/​Mozzi/​doc/​html/​index.html|Mozzi Dokumentation]] to learn more about it.\\ The synthesizer program is based on the [[https://​sensorium.github.io/​Mozzi/​|Mozzi Library]], have a look at the [[https://​sensorium.github.io/​Mozzi/​doc/​html/​index.html|Mozzi Dokumentation]] to learn more about it.\\
-For the installation download the library: ​[[https://​sensorium.github.io/​Mozzi/​download/​]]\\ +For the installation download the [[https://​sensorium.github.io/​Mozzi/​download/​|library]]\\ 
-And install ​ZIP library ​like described here: [[https://​www.arduino.cc/​en/​Guide/​Libraries#​toc4]]\\+and install ​it like described here: [[https://​www.arduino.cc/​en/​Guide/​Libraries#​toc4]]\\
  
-Unfortunately there is a glitch in Mozzi. Arduino change ​he compiler ​so the uploaded code is smaller ​now, but also a timing problem appeared. To fix the glitch follow these steps:\\+Unfortunately there is nowadays ​a glitch in the Mozzi library. Arduino change ​the compiler. Now the uploaded code is smaller but a timing problem appeared, tooHere is an description about the problem. 
 +[[https://​www.instructables.com/​id/​Arduino-IDE-16x-compiler-optimisations-faster-code/​]]\\ 
 + 
 +To fix the glitch follow these steps:\\
 **In: arduino-x.x.x\hardware\arduino\avr\platform.txt change -O2 to -Os.**\\ ​ **In: arduino-x.x.x\hardware\arduino\avr\platform.txt change -O2 to -Os.**\\ ​
 [[https://​sensorium.github.io/​Mozzi/​fixes/​updates/​howto-for-arduino-1-dot-6-11/​]]\\ [[https://​sensorium.github.io/​Mozzi/​fixes/​updates/​howto-for-arduino-1-dot-6-11/​]]\\
-Here is an explanation about the problem. 
-[[https://​www.instructables.com/​id/​Arduino-IDE-16x-compiler-optimisations-faster-code/​]]\\ 
 \\ \\