Hosts
A host is a program with the machine inside it, and a way in and out: a terminal, a Max patch, a browser tab, a board, a Python process. The machine and the language are the same in all of them; what differs is what the host adds.
- Command line — a prompt, files and UDP; the easiest to start with.
- Max — two externals and Max objects written in the language.
- Browser — WebAssembly, WebAudio and a WebSocket.
- Microcontroller — ESP32, ESP32-S3 and Photon 2 boards; pins and WiFi.
- Python —
import ose; Python functions as addresses.