add commandline option to set alsa midi device

This commit is contained in:
Tomasz Moń
2009-02-06 21:23:01 +01:00
parent 87908f7c9f
commit 93ebb6b65c
2 changed files with 59 additions and 23 deletions

10
README
View File

@@ -1,4 +1,12 @@
Requirments: alsa, gtk+, glib
Getting started guide:
-make && ./gdigi
-to compile: make
-to run: ./gdigi
Commandline options:
--device (-d)
Example:
gdigi -d hw:1,0,0
gdigi --device=hw:1,0,0