Fixed always using COM6.
This commit is contained in:
parent
e7b18aa8ef
commit
93277776bc
|
@ -30,7 +30,7 @@ public class MoppySequencer implements MetaEventListener{
|
|||
ArrayList<MoppyStatusConsumer> listeners = new ArrayList<MoppyStatusConsumer>(1);
|
||||
|
||||
public MoppySequencer(String comPort) throws NoSuchPortException, PortInUseException, UnsupportedCommOperationException, IOException, MidiUnavailableException {
|
||||
mb = new MoppyBridge("COM6"); //Create MoppyBridge on the COM port with the Arduino
|
||||
mb = new MoppyBridge(comPort); //Create MoppyBridge on the COM port with the Arduino
|
||||
mp = new MoppyPlayer(mb);
|
||||
|
||||
mb.resetDrives();
|
||||
|
|
Loading…
Reference in New Issue
Block a user