commit ba4512c174e47e6d1f383253b8a0c3390db456c4 Author: Jan-Henrik Bruhn Date: Tue Oct 23 10:48:30 2018 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9afc324 --- /dev/null +++ b/.gitignore @@ -0,0 +1,52 @@ +# Ignore list for Eagle, a PCB layout tool + +# Backup files +*.s#? +*.b#? +*.l#? +*.b$? +*.s$? +*.l$? + +# Eagle project file +# It contains a serial number and references to the file structure +# on your computer. +# comment the following line if you want to have your project file included. +eagle.epf + +# Autorouter files +*.pro +*.job + +# CAM files +*.$$$ +*.cmp +*.ly2 +*.l15 +*.sol +*.plc +*.stc +*.sts +*.crc +*.crs + +*.dri +*.drl +*.gpi +*.pls +*.ger +*.gpi +*.xln + +*.drd +*.drd.* + +*.s#* +*.b#* + +*.info + +*.eps + +# file locks introduced since 7.x +*.lck diff --git a/README.md b/README.md new file mode 100644 index 0000000..1bee69c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# midi2cv +Eurorack Compatible, Arduino-based midi to cv converter with mono mode, arpeggiator and sequencer