Skip to content

Commit

Permalink
Basic structure
Browse files Browse the repository at this point in the history
  • Loading branch information
pichenettes committed Aug 26, 2013
0 parents commit 54816fc
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .gitignore
@@ -0,0 +1,47 @@
# Precompiled python modules
*.pyc

# Eagle backups
*.s#?
*.b#?
*.bak

# Gerber files
*.CUT
*.GBL
*.GBO
*.GBS
*.GML
*.GTL
*.GTO
*.GTP
*.GTS
*.TXT
*.dri
*.gpi
*.pro

# Assembly files
*assembly.zip
*top.pdf
*bottom.pdf
*.csv
*partlist.txt
*.zip

# LaTeX compiled file
*.pdf
*.log
*.aux

# OS X crap
.DS_Stor?

# Build directory
build

# BETA Layout variants
*_beta.sch
*_BETA.sch
*_beta.brd
*_BETA.brd
9 changes: 9 additions & 0 deletions .gitmodules
@@ -0,0 +1,9 @@
[submodule "avrlib"]
path = avrlib
url = git@github.com:pichenettes/avril.git
[submodule "stmlib"]
path = stmlib
url = git@github.com:pichenettes/stmlib.git
[submodule "avrlibx"]
path = avrlibx
url = git@github.com:pichenettes/avrilx.git
16 changes: 16 additions & 0 deletions README.md
@@ -0,0 +1,16 @@
Mutable Instruments' Eurorack Modules.

* Braids: Macro-oscillator.
* Edges: Quad chiptune digital oscillator.
* Ripples: Liquid 2-pole BP, 2-pole LP and 4-pole LP filter.
* Grids: Topographic drum sequencer.
* Links: Utility module - buffer, mixer.
* Volts: +5V power module.

License
=======

Code (AVR projects): GPL3.0.
Code (STM32F projects): MIT license.
Hardware: cc-by-sa-3.0
By: Olivier Gillet (olivier@mutable-instruments.net)
Empty file added __init__.py
Empty file.
1 change: 1 addition & 0 deletions avrlib
Submodule avrlib added at b6e131
1 change: 1 addition & 0 deletions avrlibx
Submodule avrlibx added at 5c2836
1 change: 1 addition & 0 deletions stmlib
Submodule stmlib added at 6ae769

0 comments on commit 54816fc

Please sign in to comment.