Polish up install script and update README

This commit is contained in:
hirsch 2016-07-31 19:34:36 -04:00
parent 0384311e7b
commit 3a7d73ef71

View file

@ -13,16 +13,16 @@ import usb.core
rundir = "/var/run/mustang/" rundir = "/var/run/mustang/"
# Controller USB parms
control_vid = 0x0763
control_pid = 0x0160
# Mustang USB parms # Mustang USB parms
mustang_vid = 0x1ed8 mustang_vid = 0x1ed8
mustang_pids = ( 0x0004, 0x0005, 0x000a, 0x0010, 0x0012, 0x0014, 0x0016 ) mustang_pids = ( 0x0004, 0x0005, 0x000a, 0x0010, 0x0012, 0x0014, 0x0016 )
####### Start User Edits ######### ####### Start User Edits #########
# Controller USB parms
control_vid = 0x0763
control_pid = 0x0160
# Controller MIDI device # Controller MIDI device
midi_device = 1 midi_device = 1