diff options
author | Florian Jung <flo@windfisch.org> | 2013-05-19 19:34:42 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2013-05-19 19:34:42 +0200 |
commit | 1fde061dad4964b75d1f0be40a230a591e1578c6 (patch) | |
tree | 7580d0f1a987f2532bc02f6b2d1b3a70000e90aa /README | |
parent | b720b819008a5450b201f476e6a318e026c2fcb5 (diff) |
README
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +this program can be used to rip your synthesizer's sound: +it plays configured notes and records the result. + +have a look at the files under example-drums and example-instruments +for the syntax + +for switching between instrument and drum mode, you must edit +midirip.c and set/unset the #define DRUM_MODE! + +Disclaimer: this program has been written in a great hurry, + within less than ~5 hours of pure coding! + Expect appropriate buggyness. + |