Audio | package for handling audio streams |
IO | package for file I/O |
Jack | package for interacting with the JACK audio API |
Lv2 | package for creating and using LV2 plugins |
Math | package for mathematical operations |
Midi | package for creating and scheduling MIDI events |
Net | package for networking |
Osc | package for handling OSC messages |
Script | package for the script environment |
System | package for interacting with the operating system |
Time | package for controlling the transport |
array | dynamically-sized array type |
bool | represents a boolean true/false value |
buffer | a fixed-size byte buffer |
float | represents a floating point number |
function | represents a function |
integer | represents a signed integer |
iterator | generic iterator type |
reader | reads data from a binary or text stream |
regex | represents a regular expression |
string | represents an immutable string |
table | a key/value container |
writer | writes data to a stream |
stderr | writer for the stderr output stream |
stdin | reader for the stdin input stream |
stdout | writer for the stderr output stream |