Skip to content

catfact/teletype

 
 

Repository files navigation

teletype

Build Status

monome eurorack module

http://monome.org/docs/modular/teletype

Directories

  • src: source code for the teletype algorithm
  • module: main.c and additional code for the Eurorack module (e.g. IO and UI)
  • tests: algorithm tests
  • simulator: a (very) simple teletype command parser and simulator

Building

See the libavr32 repo for more detailed instructions.

Make sure that the libavr32 submodule is correctly checked out

cd module
make clean
make
./flash.sh

Code Formatting

To format the code using clang-format, run make format in the project's root directory. This shouldn't format any code in the libavr32 submodule.

About

monome eurorack module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.4%
  • Makefile 3.5%
  • Other 1.1%