@Singleton public class MidiMonitorServiceImpl extends Object implements MidiMonitorService
Constructor and Description |
---|
MidiMonitorServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addLogListener(MidiLogListener l) |
void |
logIn(int port,
MidiMessage msg)
Dump output MidiMessage
msg on the MIDI Monitor Window with
port number information. |
void |
logOut(int port,
MidiMessage msg)
Dump input MidiMessage
msg on the MIDI Monitor Window with
port number information. |
void |
logOut(MidiMessage msg) |
void |
removeLogListener(MidiLogListener l) |
public void addLogListener(MidiLogListener l)
addLogListener
in interface MidiMonitorService
public void removeLogListener(MidiLogListener l)
removeLogListener
in interface MidiMonitorService
public void logIn(int port, MidiMessage msg)
msg
on the MIDI Monitor Window with
port number information.logIn
in interface MidiMonitorService
port
- port numbermsg
- MidiMessagepublic void logOut(int port, MidiMessage msg)
msg
on the MIDI Monitor Window with
port number information.logOut
in interface MidiMonitorService
port
- port numbermsg
- MidiMessagepublic void logOut(MidiMessage msg)
logOut
in interface MidiMonitorService
Copyright © 2014. All Rights Reserved.