Skip to content
aleph-libavr32
Go to file
Code
This branch is 3 commits ahead, 769 commits behind monome:main.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published

Languages