aboutsummaryrefslogtreecommitdiff
path: root/examples/golang-mid2wav/README.txt
blob: 055b9cd9aef189f81363ea9f85c40fd4c1c8937e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
------------------------------