Smart Multibox Programming Guide
This guide gives you the information you need to write custom scripts for the Smart Multibox
About
Introduction
The Smart Multibox is a 2-input, 4-output MIDI interface with a microprocessor "brain". You can u...
Smart Multibox Editor
Setup The Smart Multibox Editor app is used to edit scripts and send them to the Smart Multibox....
Accessories
TRS Port The Smart Multibox has a 1/4-inch TRS input, which can be used to connect an expression...
Programming Reference
General Guidelines
The Smart Multibox uses Micropython as its scripting language. General information can be found o...
MIDI Functions
The Smart Multibox has quite a few functions that allow you to create, send and receive MIDI mess...
Hardware Access Functions
These functions allow you to directly control aspects of the Smart Multibox hardware multibox_bl...
Callbacks
The Smart Multibox uses callbacks to communicate system events to the user code. Using one of the...
Constants
Some of the Smart Multibox functions take special constants as input parameters. These are define...