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 20:47]
admin [PB702 MIDI Synthesizer]
paper_bits:pb702_midi_synth [2020/03/21 11:24]
admin [Software]
Line 76: Line 76:
 === Mozzi Glitch === === Mozzi Glitch ===
 Unfortunately the latest version of Arduino is responsible for a timing glitch in the Mozzi library. Arduino changed the compiler from O2 to Os. Now the uploaded code is smaller but a timing problem appears, too. Here is an description about the problem here: Unfortunately the latest version of Arduino is responsible for a timing glitch in the Mozzi library. Arduino changed the compiler from O2 to Os. Now the uploaded code is smaller but a timing problem appears, too. Here is an description about the problem here:
-[[https://​www.instruc tables.com/​id/​Arduino-IDE-16x-compiler-optimisations-faster-code/​]]\\+[[https://​www.instructables.com/​id/​Arduino-IDE-16x-compiler-optimisations-faster-code/​]]\\
  
 To fix the glitch one has to downgrade the compiler. Change in: arduino-x.x.x\hardware\arduino\avr\platform.txt the compiler from **-Os** into **-O2.**\\ ​ To fix the glitch one has to downgrade the compiler. Change in: arduino-x.x.x\hardware\arduino\avr\platform.txt the compiler from **-Os** into **-O2.**\\ ​