-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from ngwese/feature/ansible-midi-2
ii support for ansible midi mode
- Loading branch information
Showing
11 changed files
with
182 additions
and
837 deletions.
There are no files selected for viewing
Submodule libavr32
updated
16 files
+119 −12 | src/arp.c | |
+35 −11 | src/arp.h | |
+7 −24 | src/dac.c | |
+2 −3 | src/dac.h | |
+657 −0 | src/euclidean/data.c | |
+37 −0 | src/euclidean/data.h | |
+45 −0 | src/euclidean/euclidean.c | |
+6 −0 | src/euclidean/euclidean.h | |
+86 −0 | src/euclidean/euclidean.hs | |
+16 −0 | src/ii.h | |
+1 −0 | src/midi_common.h | |
+20 −0 | src/notes.c | |
+13 −1 | src/notes.h | |
+8 −4 | src/util.c | |
+1 −0 | src/util.h | |
+31 −1 | test/unit/test_arp.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.