Skip to content

peterbull/triode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Project

Quickstart

You will need make, clang and lldb installed. These are present by default on macOS, and on Ubuntu can be installed with sudo apt install clang lldb.

# Check `make`, `clang` and `lldb` are installed
make check

# To build and run `src/main.c`
make run

# To run the tests in `src/test.c`
make test

# To start `src/main.c` in the debugger
make debug

# To start `src/test.c` in the debugger
make debug-test

About

signal processing for guitar

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors