Giter Site home page Giter Site logo

ardusynth's Introduction

ArduSynth

HW/SW for low-cost Arduino-based audio synthesizers, using the Mozzi Library. Currently, two designs are available: one for the Arduino Nano and one for the TeensyLC microcontroller. The TeensyLC version is recommended and will be updated in the future - it offers more features like Midi control via the Teensy's usbMidi functions. The KICad projects (Schematics, PCB) are available in the respective HW folders, partnumbers @ digikey / Aliexpress are provided.

About the demo Synth Sketches

Synthesizer sketches can be added / modified on demand. Currently there are two demo synth designs available, based upon:

SW-Build instructions and Dependencies

For the TeensyLC version, follwing alternative/additional libraries are used:

  • currently this branch of the Mozzi library is needed for TeensyLC support: https://github.com/tomcombriat/Mozzi/tree/Teensy4X
  • the Adafruit library for the SSD1306 OLed-Display is used: https://github.com/adafruit/Adafruit_SSD1306 Please note that a modified version of this library is delivered in the src folder - the display method was adapted in order to call audioHook() - which prevents distorted audio during display updates.
  • furthermore, the Adafruit GFX library https://github.com/adafruit/Adafruit-GFX-Library and the Adafruit BUI-IO library https://github.com/adafruit/Adafruit_BusIO are needed - they can be installed from the Arduinos Library manager.
  • in order to use the correct I2C interface of the TeensyLC, the Wire1 interface must be enabled either by adding "-DWIRE_IMPLEMENT_WIRE1" to the teensyLC.build.flags.defs in the file Arduino\hardware\teensy\avr\boards.txt file or by uncommenting line 43 in file Arduino\hardware\teensy\avr\libraries\Wire\WireKinetis.h

ardusynth's People

Contributors

chrisveigl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

eegkit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.