This document outlines the steps required to install the ML_SynthTools library on different platforms, including Windows, Ubuntu, and PlatformIO.
- Installation on Arduino IDE (Windows)
- Installation on Arduino IDE (Ubuntu)
- Installation via PlatformIO
- Troubleshooting
- Visit the Arduino website and download the latest version of the Arduino IDE.
- Follow the instructions to install it on your Windows system.
- Navigate to the ML_SynthTools GitHub repository: ML_SynthTools.
- Click the green Code button and select Download ZIP.
- Open the Arduino IDE.
- Go to
Sketch
->Include Library
->Add .ZIP Library...
. - Browse and select the ML_SynthTools ZIP file you just downloaded.
- The library will be installed automatically.
- Go to
Sketch
->Include Library
. You should see ML_SynthTools listed under Contributed Libraries.
- Navigate to the ML_SynthTools_Lib GitHub repository: ML_SynthTools_Lib and follow the instructions
-
Open a terminal and run the following commands to install Arduino IDE:
sudo apt update sudo apt install arduino
You can either clone the repository or download the ZIP file:
- To clone the ML_SynthTools repository using Git, open a terminal and run the following command:
git clone https://github.com/marcel-licence/ML_SynthTools.git
- Alternatively, download the ZIP from the GitHub page and extract it.
- Copy the ML_SynthTools folder to your Arduino libraries directory:
cp -r ML_SynthTools ~/Arduino/libraries/
- Go to
Sketch
->Include Library
. You should see ML_SynthTools listed under Contributed Libraries.
- Navigate to the ML_SynthTools_Lib GitHub repository: ML_SynthTools_Lib and follow the instructions
todo
todo