Overview
Use this reference while building native Matrix OS applications. Start with the app guide, then jump into the API pages that match the behavior you are adding.
Input
MatrixOS::Input is the input API for keypad, touchbar, scalar controls, and future input types.
系统 API
概述
LED API
概述
USB API
概述
File System
Matrix OS 4.0 exposes a sandboxed filesystem API for application storage. The public functions are declared in and the File wrapper is declared in .
MIDI API
概述
HID API
概述
NVS API
概述
日志 API
概述
UI
3 个项目
Types
8 个项目
Utilities
5 个项目
Migration From 3.x to 4.x
Matrix OS 4.x C++ apps should use the Input API instead of the 3.x keypad event model. The main change is that input is now device-owned and described through InputId, InputCluster, InputEvent, and InputSnapshot.