diff options
Diffstat (limited to 'examples/golang-mid2wav/README.txt')
-rw-r--r-- | examples/golang-mid2wav/README.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/golang-mid2wav/README.txt b/examples/golang-mid2wav/README.txt new file mode 100644 index 0000000..055b9cd --- /dev/null +++ b/examples/golang-mid2wav/README.txt @@ -0,0 +1,15 @@ +To build this example, run the next command from a terminal: +------------------------------ +go build mid2wav.go +------------------------------ + +Usage of ./mid2wav: + -b int + bank (default 59) + -c int + chips (default 2) + -i string + input midi file + -o string + output wave file +------------------------------ |