public class MidiCommand extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MidiCommand.Builder |
| Constructor and Description |
|---|
MidiCommand(byte command,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte |
getChannel() |
byte |
getCommand() |
byte[] |
getData() |
int |
hashCode() |
String |
toString() |
Copyright © 2014. All Rights Reserved.