Scripting
Radium supports scripting with S7 Scheme and Python 2.
- List of functions: protos.conf.
- Python is less supported than scheme. Functions taking a dynvec_t, dyn_t or func_t argument are not available from python, and functions returning any of those types will return None in Python.
To bind Scheme code or Python code to a key, see Editing keybindings.