From 3a7d73ef719ecc2dc1c98a2021e6855cd899fe43 Mon Sep 17 00:00:00 2001 From: hirsch Date: Sun, 31 Jul 2016 19:34:36 -0400 Subject: [PATCH] Polish up install script and update README --- mustang_bridge_start | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mustang_bridge_start b/mustang_bridge_start index 0b97d85..7a48536 100755 --- a/mustang_bridge_start +++ b/mustang_bridge_start @@ -13,16 +13,16 @@ import usb.core rundir = "/var/run/mustang/" -# Controller USB parms -control_vid = 0x0763 -control_pid = 0x0160 - # Mustang USB parms mustang_vid = 0x1ed8 mustang_pids = ( 0x0004, 0x0005, 0x000a, 0x0010, 0x0012, 0x0014, 0x0016 ) ####### Start User Edits ######### +# Controller USB parms +control_vid = 0x0763 +control_pid = 0x0160 + # Controller MIDI device midi_device = 1