Skip to main content

Module manager

Module manager 

Source

Structs§

DAWMode
Marker type representing the Launchkey being in DAW mode.
LaunchkeyManager
A stateful manager for sending MIDI commands to a Launchkey device. It is generic over a state ([‘DAWMode’] or [‘StandaloneMode’]) to enforce correct usage.
StandaloneMode
Marker type representing the Launchkey being in standalone mode.

Traits§

LaunchKeyState
Marker trait for state-dependent behavior in LaunchkeyManager.