public interface LaunchpadHandler
LaunchpadHandler to the Launchpad.
When a LaunchpadHandler is registered to the Launchpad, the
method recieve(MidiCommand) will always be called when a event is
recieved.| Modifier and Type | Method and Description |
|---|---|
void |
recieve(MidiCommand command)
Implement this message to react on any event from the Launchpad.
|
void recieve(MidiCommand command)
MidiCommand.command - The MidiCommand of the event recieved from the
Launchpad.Copyright © 2016. All Rights Reserved.