Polish up install script and update README
This commit is contained in:
parent
0384311e7b
commit
3a7d73ef71
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue