Crate launchkey_sdk

Source

Modules§

launchkey
midi

Macros§

bidirectional_enum_mappings
Defines bidirectional mapping methods for an enum, allowing conversion between enum variants and corresponding values.
bidirectional_enum_mappings_with_existing_mode
Defines bidirectional mapping methods for an enum with an existing mode. This macro generates methods for converting between enum variants and values for each specified mode using an already defined mode enum.
bidirectional_enum_mappings_with_mode
Defines bidirectional mapping methods for an enum with a custom mode. This macro generates methods for converting between enum variants and values for each specified mode.