Skip to content
This repository was archived by the owner on Apr 2, 2023. It is now read-only.

astrochili/antz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antz is the firmware for the Ants analog semi-modular synthesizer from Plankton
Electronics (http://www.planktonelectronics.com/)

Currently Antz implements the MIDI to CV feature. You can connect any MIDI
keyboard, sequencer or computer and it transforms the digital signal to analog
voltages for controlling the synth.

The code is designed to run in a Atmel AVR atmega328p, but easily should run in
any other AVR device with few modifications.

Compilation and upload
======================
$ ./configure --host=avr
prepares code to be compiled on your system.

$ make
compiles everything.

$ make upload
uploads program to an AVR MCU using 'avrdude'.

$ ./configure --help
lists available compile time options.

About

Firmware for the Ants analog semi-modular synthesizer from Plankton Electronics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.9%
  • Shell 6.5%
  • Makefile 5.9%
  • HTML 4.1%
  • C 1.9%
  • M4 0.5%
  • CSS 0.2%