IEEE-VIT presents ArduTunes' repository which contains the code and circuit for an audio synthesizer using an Arduino Mega with the feature of “Pitch Bend” implemented. The project is designed to be run on the Wokwi Arduino Simulator, which provides a virtual environment for testing and running Arduino code, making it easy to experiment and create music without the need for physical hardware. This makes it an excellent choice for both beginners and experienced Arduino enthusiasts.
You can check out the project here.
- C++
To get started:
- Fork it.
- Clone the forked repo.
git clone https://github.com/IEEE-VIT/ArduTunes
- Checkout to a new branch to work on an issue:
git checkout -b my-amazing-feature
- Make some amazing changes.
git add .
git commit -m "A short description about the feature."
git push origin my-amazing-feature
- Open a pull request to tons of issues we've curated for you :)
If you'd like to contribute to this project, feel free to fork the repository and submit a pull request with your changes. We welcome improvements, bug fixes, and additional features.
To start contributing, check out CONTRIBUTING.md . New contributors are always welcome as that is the purpose of this repo.