sensorium / Mozzi

sound synthesis library for Arduino
https://sensorium.github.io/Mozzi/
GNU Lesser General Public License v2.1
1.08k stars 186 forks source link

Delete Mozzi symlink #156

Closed storrdev closed 1 year ago

storrdev commented 1 year ago

Arduino IDE Version: 2.0.1

I was receiving an error when attempting to install Mozzi according to the instructions in the README:

In the Arduino IDE, navigate to Sketch > Include Library > Add .ZIP Library. At the top of the drop down list, select the option to "Add .ZIP Library".

It seemed to be caused by the existence of the symlink Mozzi in the project root. Removing the symlink fixed the issue.

I have not contributed before, if there is a step I missed please let me know

sensorium commented 1 year ago

Thanks Stephen, well spotted!