Mapper SEQ1..16 → app Keyboard (Omnichord ON/OFF). Plus de détails...
#include <stdint.h>
#include <stdbool.h>
Aller au code source de ce fichier.
Fonctions | |
void | kbd_input_mapper_init (bool omnichord_state) |
void | kbd_input_mapper_set_omnichord_state (bool enabled) |
void | kbd_input_mapper_process (uint8_t seq_index, bool pressed) |
Mapper SEQ1..16 → app Keyboard (Omnichord ON/OFF).
Omnichord OFF :
Omnichord ON :
void kbd_input_mapper_init | ( | bool | omnichord_state | ) |
void kbd_input_mapper_process | ( | uint8_t | seq_index, |
bool | pressed | ||
) |
void kbd_input_mapper_set_omnichord_state | ( | bool | enabled | ) |