aboutsummaryrefslogtreecommitdiff
path: root/examples/golang-mid2wav/README.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2023-10-12 00:38:09 +0300
committerWohlstand <admin@wohlnet.ru>2023-10-12 00:38:09 +0300
commit66dd466965f70e045c193fb92b9ce5984f3acd22 (patch)
tree9ced8d55c7f45382a0da4519ccf19f898ae8cd3c /examples/golang-mid2wav/README.txt
parent2ff142064bcb6fcc05daa6505c99a22077255536 (diff)
downloadlibADLMIDI-66dd466965f70e045c193fb92b9ce5984f3acd22.tar.gz
libADLMIDI-66dd466965f70e045c193fb92b9ce5984f3acd22.tar.bz2
libADLMIDI-66dd466965f70e045c193fb92b9ce5984f3acd22.zip
Added simple Golang example
Diffstat (limited to 'examples/golang-mid2wav/README.txt')
-rw-r--r--examples/golang-mid2wav/README.txt15
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
+------------------------------