[][src]Module launchy::launchpad_mk2

Structs

Fader

Specifies information about a fader

FaderMode

This is the handler object for the Launchpad Mk2's fader mode, in which you can utilize the built-in fader functionality. You can specify for each fader its position, its color, and its default value.

Input

The Launchpad MK2 input connection creator.

Output

The object handling any messages to the launchpad. To get started, initialize with [(Output::guess)OutputDevice::guess] and then send messages to your liking. The connection to the launchpad will get closed when this object goes out of scope.

PaletteColor

A color from the Mk2 color palette. See the "Launchpad MK2 Programmers Reference Manual" to see the palette, or see here.

RgbColor

An RGB color. Each component may only go up to 63

Enums

Button

The button type used for Launchpads with 80 buttons

DeviceIdQuery

Used for the Device Inquiry message

FaderType

Volume faders light from the bottom up, and pan faders light from the centre out.

LightMode

The Mk2 can light a button in different ways

Message

A Launchpad MK2 input message

Type Definitions

Canvas